Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]


Javascript coding style problems

(181 errors, 298 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

blocks/news_slider/amd/src/slick.js
(#23) 'module' is not defined. (no-undef)
(#36) Missing JSDoc comment. (require-jsdoc)
(#38) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#202) Expected to return a value at the end of function. (consistent-return)
(#206) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#215) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#342) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#355) There should be no spaces inside this paren. (space-in-parens)
(#357) Unexpected 'this'. (no-invalid-this)
(#358) Expected space(s) after "if". (keyword-spacing)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#391) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#392) There should be no spaces inside this paren. (space-in-parens)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#412) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#414) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#416) There should be no spaces inside this paren. (space-in-parens)
(#418) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#420) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#424) There should be no spaces inside this paren. (space-in-parens)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#432) There should be no spaces inside this paren. (space-in-parens)
(#442) There should be no spaces inside this paren. (space-in-parens)
(#447) Expected space(s) after "if". (keyword-spacing)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#447) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#511) There should be no spaces inside this paren. (space-in-parens)
(#557) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#557) A space is required after ','. (comma-spacing)
(#562) Expected space(s) after "if". (keyword-spacing)
(#569) Expected space(s) after "for". (keyword-spacing)
(#569) Missing space before opening brace. (space-before-blocks)
(#571) Expected space(s) after "for". (keyword-spacing)
(#573) Expected space(s) after "for". (keyword-spacing)
(#575) Blocks are nested too deeply (5). (max-depth)
(#587) Missing space before value for key 'width'. (key-spacing)
(#595) Function has a complexity of 22. (complexity)
(#598) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#610) There should be no spaces inside this paren. (space-in-parens)
(#675) Comments should not begin with a lowercase character (capitalized-comments)
(#676) Expected space(s) after "if". (keyword-spacing)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#676) There should be no spaces inside this paren. (space-in-parens)
(#690) Expected space(s) after "if". (keyword-spacing)
(#695) Expected space(s) after "if". (keyword-spacing)
(#773) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#774) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#777) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#778) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#822) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#824) Expected space(s) after "if". (keyword-spacing)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#865) A space is required after ','. (comma-spacing)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#867) There should be no spaces inside this paren. (space-in-parens)
(#872) There should be no spaces inside this paren. (space-in-parens)
(#872) There should be no spaces inside this paren. (space-in-parens)
(#877) A space is required after ','. (comma-spacing)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#879) There should be no spaces inside this paren. (space-in-parens)
(#891) Missing space before opening brace. (space-before-blocks)
(#892) Unexpected 'this'. (no-invalid-this)
(#892) Unexpected 'this'. (no-invalid-this)
(#912) Expected space(s) after "if". (keyword-spacing)
(#1022) Unexpected 'this'. (no-invalid-this)
(#1026) Expected space(s) after "if". (keyword-spacing)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1058) Line 1058 exceeds the maximum line length of 132. (max-len)
(#1063) Expected space(s) after "if". (keyword-spacing)
(#1065) Expected space(s) before "else". (keyword-spacing)
(#1077) Function has a complexity of 27. (complexity)
(#1092) Missing semicolon. (semi)
(#1098) Missing semicolon. (semi)
(#1153) Multiple spaces found before '0'. (no-multi-spaces)
(#1170) Multiple spaces found before '0'. (no-multi-spaces)
(#1232) Expected to return a value at the end of function. (consistent-return)
(#1291) There should be no spaces inside this paren. (space-in-parens)
(#1291) There should be no spaces inside this paren. (space-in-parens)
(#1318) Unexpected 'this'. (no-invalid-this)
(#1325) Missing semicolon. (semi)
(#1327) Unexpected 'this'. (no-invalid-this)
(#1337) Unexpected 'this'. (no-invalid-this)
(#1341) Unexpected 'this'. (no-invalid-this)
(#1356) Infix operators must be spaced. (space-infix-ops)
(#1356) Infix operators must be spaced. (space-infix-ops)
(#1356) Infix operators must be spaced. (space-infix-ops)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1496) Expected space or tab after '//' in comment. (spaced-comment)
(#1497) Expected space(s) after "if". (keyword-spacing)
(#1501) Multiple spaces found before ''previous''. (no-multi-spaces)
(#1520) Missing JSDoc comment. (require-jsdoc)
(#1524) Unexpected 'this'. (no-invalid-this)
(#1525) Unexpected 'this'. (no-invalid-this)
(#1526) Unexpected 'this'. (no-invalid-this)
(#1527) Multiple spaces found before '='. (no-multi-spaces)
(#1527) Unexpected 'this'. (no-invalid-this)
(#1533) There should be no space after '{'. (object-curly-spacing)
(#1533) There should be no space before '}'. (object-curly-spacing)
(#1537) There should be no spaces inside this paren. (space-in-parens)
(#1541) There should be no spaces inside this paren. (space-in-parens)
(#1547) There should be no space after '{'. (object-curly-spacing)
(#1547) There should be no space before '}'. (object-curly-spacing)
(#1560) There should be no spaces inside this paren. (space-in-parens)
(#1560) There should be no spaces inside this paren. (space-in-parens)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1561) There should be no spaces inside this paren. (space-in-parens)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1562) There should be no spaces inside this paren. (space-in-parens)
(#1564) There should be no space after '['. (array-bracket-spacing)
(#1564) There should be no space before ']'. (array-bracket-spacing)
(#1586) Expected { after 'if' condition. (curly)
(#1587) Expected { after 'if' condition. (curly)
(#1599) Expected { after 'if' condition. (curly)
(#1689) Expected space(s) after "if". (keyword-spacing)
(#1689) There should be no spaces inside this paren. (space-in-parens)
(#1689) There should be no spaces inside this paren. (space-in-parens)
(#1701) There should be no spaces inside this paren. (space-in-parens)
(#1701) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1741) There should be no spaces inside this paren. (space-in-parens)
(#1741) There should be no spaces inside this paren. (space-in-parens)
(#1748) There should be no spaces inside this paren. (space-in-parens)
(#1748) There should be no spaces inside this paren. (space-in-parens)
(#1753) Multiple spaces found before '='. (no-multi-spaces)
(#1760) There should be no spaces inside this paren. (space-in-parens)
(#1764) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1777) There should be no space after '['. (array-bracket-spacing)
(#1777) There should be no space before ']'. (array-bracket-spacing)
(#1784) There should be no spaces inside this paren. (space-in-parens)
(#1784) There should be no spaces inside this paren. (space-in-parens)
(#1786) Comments should not begin with a lowercase character (capitalized-comments)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1792) There should be no spaces inside this paren. (space-in-parens)
(#1792) There should be no spaces inside this paren. (space-in-parens)
(#1793) There should be no spaces inside this paren. (space-in-parens)
(#1798) There should be no spaces inside this paren. (space-in-parens)
(#1798) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1799) There should be no spaces inside this paren. (space-in-parens)
(#1800) There should be no spaces inside this paren. (space-in-parens)
(#1800) There should be no spaces inside this paren. (space-in-parens)
(#1802) There should be no space after '['. (array-bracket-spacing)
(#1802) There should be no space before ']'. (array-bracket-spacing)
(#1814) There should be no space after '['. (array-bracket-spacing)
(#1814) There should be no space before ']'. (array-bracket-spacing)
(#1820) There should be no spaces inside this paren. (space-in-parens)
(#1820) There should be no spaces inside this paren. (space-in-parens)
(#1822) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1826) Comments should not begin with a lowercase character (capitalized-comments)
(#1828) Expected space(s) after "if". (keyword-spacing)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1828) There should be no spaces inside this paren. (space-in-parens)
(#1832) Comments should not begin with a lowercase character (capitalized-comments)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1833) There should be no spaces inside this paren. (space-in-parens)
(#1842) There should be no space after '{'. (object-curly-spacing)
(#1842) There should be no space before '}'. (object-curly-spacing)
(#1846) Expected space(s) after "if". (keyword-spacing)
(#1846) There should be no spaces inside this paren. (space-in-parens)
(#1846) There should be no spaces inside this paren. (space-in-parens)
(#1861) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1864) There should be no spaces inside this paren. (space-in-parens)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1868) There should be no spaces inside this paren. (space-in-parens)
(#1870) Infix operators must be spaced. (space-infix-ops)
(#1875) Comments should not begin with a lowercase character (capitalized-comments)
(#1877) Expected space(s) after "while". (keyword-spacing)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1877) There should be no spaces inside this paren. (space-in-parens)
(#1878) Expected space(s) after "if". (keyword-spacing)
(#1878) Blocks are nested too deeply (5). (max-depth)
(#1878) There should be no spaces inside this paren. (space-in-parens)
(#1878) There should be no spaces inside this paren. (space-in-parens)
(#1879) A space is required after ','. (comma-spacing)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1892) There should be no spaces inside this paren. (space-in-parens)
(#1892) Infix operators must be spaced. (space-infix-ops)
(#1892) Infix operators must be spaced. (space-infix-ops)
(#1958) Expected space(s) after "if". (keyword-spacing)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1958) There should be no spaces inside this paren. (space-in-parens)
(#1958) Statement inside of curly braces should be on next line. (brace-style)
(#1958) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1963) Expected to return a value at the end of function. (consistent-return)
(#1967) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#2062) Expected { after 'if' condition. (curly)
(#2113) Comments should not begin with a lowercase character (capitalized-comments)
(#2126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2126) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2128) Expected space(s) after "if". (keyword-spacing)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2128) There should be no spaces inside this paren. (space-in-parens)
(#2130) Multiple spaces found before 'arguments'. (no-multi-spaces)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2134) There should be no spaces inside this paren. (space-in-parens)
(#2136) Multiple spaces found before 'arguments'. (no-multi-spaces)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2144) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2157) There should be no spaces inside this paren. (space-in-parens)
(#2157) There should be no spaces inside this paren. (space-in-parens)
(#2159) There should be no spaces inside this paren. (space-in-parens)
(#2159) There should be no space before ','. (comma-spacing)
(#2159) There should be no spaces inside this paren. (space-in-parens)
(#2159) There should be no spaces inside this paren. (space-in-parens)
(#2166) There should be no spaces inside this paren. (space-in-parens)
(#2166) There should be no spaces inside this paren. (space-in-parens)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2168) There should be no spaces inside this paren. (space-in-parens)
(#2170) Expected space(s) after "if". (keyword-spacing)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2170) There should be no spaces inside this paren. (space-in-parens)
(#2172) There should be no space after '['. (array-bracket-spacing)
(#2172) There should be no space before ']'. (array-bracket-spacing)
(#2176) Infix operators must be spaced. (space-infix-ops)
(#2178) Comments should not begin with a lowercase character (capitalized-comments)
(#2179) Expected space(s) after "while". (keyword-spacing)
(#2179) There should be no spaces inside this paren. (space-in-parens)
(#2179) There should be no spaces inside this paren. (space-in-parens)
(#2181) Expected space(s) after "if". (keyword-spacing)
(#2181) There should be no spaces inside this paren. (space-in-parens)
(#2181) There should be no spaces inside this paren. (space-in-parens)
(#2183) A space is required after ','. (comma-spacing)
(#2191) There should be no spaces inside this paren. (space-in-parens)
(#2191) There should be no spaces inside this paren. (space-in-parens)
(#2199) There should be no spaces inside this paren. (space-in-parens)
(#2199) There should be no spaces inside this paren. (space-in-parens)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2247) There should be no spaces inside this paren. (space-in-parens)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2248) There should be no spaces inside this paren. (space-in-parens)
(#2249) Expected space(s) after "if". (keyword-spacing)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2249) There should be no spaces inside this paren. (space-in-parens)
(#2261) Expected { after 'if' condition. (curly)
(#2267) Expected { after 'if' condition. (curly)
(#2273) Expected { after 'if' condition. (curly)
(#2279) Expected { after 'if' condition. (curly)
(#2421) Multiple spaces found before '+'. (no-multi-spaces)
(#2428) Unexpected 'this'. (no-invalid-this)
(#2437) There should be no spaces inside this paren. (space-in-parens)
(#2437) There should be no spaces inside this paren. (space-in-parens)
(#2441) Expected space(s) after "if". (keyword-spacing)
(#2441) There should be no spaces inside this paren. (space-in-parens)
(#2441) There should be no spaces inside this paren. (space-in-parens)
(#2459) Expected { after 'if' condition. (curly)
(#2472) Function has a complexity of 24. (complexity)
(#2474) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2475) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2497) Line 2497 exceeds the maximum line length of 132. (max-len)
(#2509) Line 2509 exceeds the maximum line length of 132. (max-len)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2552) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2615) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2647) Expected to return a value at the end of function. (consistent-return)
(#2647) 'event' is defined but never used. (no-unused-vars)
(#2662) There should be no spaces inside this paren. (space-in-parens)
(#2662) There should be no spaces inside this paren. (space-in-parens)
(#2664) There should be no spaces inside this paren. (space-in-parens)
(#2664) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2668) There should be no spaces inside this paren. (space-in-parens)
(#2669) There should be no space before ']'. (array-bracket-spacing)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2676) There should be no spaces inside this paren. (space-in-parens)
(#2676) There should be no spaces inside this paren. (space-in-parens)
(#2683) There should be no spaces inside this paren. (space-in-parens)
(#2683) There should be no spaces inside this paren. (space-in-parens)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2695) There should be no spaces inside this paren. (space-in-parens)
(#2707) Expected space(s) after "if". (keyword-spacing)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2707) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2711) There should be no space before ']'. (array-bracket-spacing)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2717) There should be no spaces inside this paren. (space-in-parens)
(#2719) There should be no spaces inside this paren. (space-in-parens)
(#2719) There should be no spaces inside this paren. (space-in-parens)
(#2767) Function has a complexity of 22. (complexity)
(#2767) Expected to return a value at the end of function. (consistent-return)
(#2770) 'edgeWasHit' is assigned a value but never used. (no-unused-vars)
(#2817) Line 2817 exceeds the maximum line length of 132. (max-len)
(#2845) Expected to return a value at the end of function. (consistent-return)
(#2922) 'centerOffset' is assigned a value but never used. (no-unused-vars)
(#2926) There should be no spaces inside this paren. (space-in-parens)
(#2928) There should be no spaces inside this paren. (space-in-parens)
(#2978) There should be no spaces inside this paren. (space-in-parens)
(#2978) There should be no spaces inside this paren. (space-in-parens)
(#2980) There should be no spaces inside this paren. (space-in-parens)
(#2980) There should be no spaces inside this paren. (space-in-parens)
(#3002) Expected { after 'if' condition. (curly)
(#3004) Expected { after 'else'. (curly)
(#3006) Expected { after 'if' condition. (curly)
blocks/news_slider/Gruntfile.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) 'module' is not defined. (no-undef)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) 'MOODLEURLPREFIX' is assigned a value but never used. (no-unused-vars)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) 'THEMEDIR' is assigned a value but never used. (no-unused-vars)
(#56) Multiple spaces found before '='. (no-multi-spaces)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) '__dirname' is not defined. (no-undef)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) 'process' is not defined. (no-undef)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Unexpected console statement. (no-console)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Unexpected console statement. (no-console)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) 'process' is not defined. (no-undef)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Identifier 'dynamic_mappings' is not in camel case. (camelcase)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(12 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]

blocks/news_slider/styles.css
(#122) Unknown property: -webkit-flex-align
(#118) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#119) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#120) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#121) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#31) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#84) Unexpected !important (declaration-no-important)

PHPDocs style problems

(1 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

blocks/news_slider/lib.php
(#45) Phpdocs for function news_slider_get_course_news has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 1 warnings)

This section shows problems detected in mustache templates [More info]

blocks/news_slider/templates/slider.mustache
(#1) Example context missing.