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

(25 errors, 0 warnings)

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

theme/academi/lang/ar/theme_academi.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#30) Whitespace found at end of line within string
(#31) Whitespace found at end of line within string
(#32) Whitespace found at end of line within string
(#33) Whitespace found at end of line within string
(#75) Whitespace found at end of line within string
(#76) Whitespace found at end of line within string
(#77) Whitespace found at end of line within string
(#78) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
theme/academi/layout/frontpage.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/layout/includes/footer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/layout/includes/header.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/layout/maintenance.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/layout/secure.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/lib.php
(#322) Inline doc block comments are not allowed; use "// Comment." instead
(#388) Inline doc block comments are not allowed; use "// Comment." instead
theme/academi/renderers.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/renderers/core_renderer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/renderers/course_renderer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/academi/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"

Javascript coding style problems

(33 errors, 36 warnings)

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

theme/academi/javascript/bootstrap-carousel.js
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) ',' should be placed last. (comma-style)
(#51) Expected no return value. (consistent-return)
(#56) Expected no return value. (consistent-return)
(#58) Expected no return value. (consistent-return)
(#60) ',' should be placed last. (comma-style)
(#68) ',' should be placed last. (comma-style)
(#72) Expected no return value. (consistent-return)
(#74) ',' should be placed last. (comma-style)
(#78) Expected no return value. (consistent-return)
(#80) ',' should be placed last. (comma-style)
(#85) Multiple spaces found before '='. (no-multi-spaces)
(#89) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#100) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Missing semicolon. (semi)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Expected no return value. (consistent-return)
(#127) Unexpected 'this'. (no-invalid-this)
(#131) Unexpected 'this'. (no-invalid-this)
(#144) ',' should be placed last. (comma-style)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#151) Unexpected 'this'. (no-invalid-this)
(#151) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Line 152 exceeds the maximum line length of 132. (max-len)
(#152) ',' should be placed last. (comma-style)
(#153) ',' should be placed last. (comma-style)
theme/academi/javascript/bootstrap-transition.js
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#26) Expected to return a value at the end of this function. (consistent-return)
(#28) ',' should be placed last. (comma-style)
(#29) Extra space after key 'WebkitTransition'. (key-spacing)
(#30) Extra space after key 'MozTransition'. (key-spacing)
(#31) Extra space after key 'OTransition'. (key-spacing)
(#32) Extra space after key 'msTransition'. (key-spacing)
(#33) Extra space after key 'transition'. (key-spacing)
(#35) ',' should be placed last. (comma-style)
theme/academi/javascript/theme.js
(#16) Missing JSDoc for parameter '$'. (valid-jsdoc)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) There should be no spaces inside this paren. (space-in-parens)
(#23) Expected to return a value at the end of this function. (consistent-return)
(#24) Identifier 'ctab_obj' is not in camel case. (camelcase)
(#25) Identifier 'ctab_obj' is not in camel case. (camelcase)
(#25) Empty block statement. (no-empty)
(#30) 'img' is not defined. (no-undef)
(#31) 'src' is not defined. (no-undef)
(#31) 'img' is not defined. (no-undef)
(#32) 'img' is not defined. (no-undef)
(#32) 'src' is not defined. (no-undef)
(#33) 'msg' is not defined. (no-undef)
(#34) 'msgsrc' is not defined. (no-undef)
(#34) 'msg' is not defined. (no-undef)
(#35) 'msg' is not defined. (no-undef)
(#35) 'msgsrc' is not defined. (no-undef)
(#36) 'note' is not defined. (no-undef)
(#37) 'notesrc' is not defined. (no-undef)
(#37) 'note' is not defined. (no-undef)
(#38) 'note' is not defined. (no-undef)
(#38) 'notesrc' is not defined. (no-undef)
(#44) Missing space before opening brace. (space-before-blocks)
(#45) '$this' is not defined. (no-undef)
(#47) '$this' is not defined. (no-undef)

CSS problems

(134 errors, 77 warnings)

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

theme/academi/scss/preset/theme.scss
(#953) Expected empty line before at-rule (at-rule-empty-line-before)
(#964) Expected empty line before at-rule (at-rule-empty-line-before)
(#1038) Expected empty line before at-rule (at-rule-empty-line-before)
(#1210) Expected empty line before at-rule (at-rule-empty-line-before)
(#1224) Expected empty line before at-rule (at-rule-empty-line-before)
(#1230) Expected empty line before at-rule (at-rule-empty-line-before)
(#1249) Expected empty line before at-rule (at-rule-empty-line-before)
(#1321) Expected empty line before at-rule (at-rule-empty-line-before)
(#1466) Expected empty line before at-rule (at-rule-empty-line-before)
(#1471) Expected empty line before at-rule (at-rule-empty-line-before)
(#2366) Expected empty line before at-rule (at-rule-empty-line-before)
(#2603) Expected empty line before at-rule (at-rule-empty-line-before)
(#2644) Expected empty line before at-rule (at-rule-empty-line-before)
(#2706) Expected empty line before at-rule (at-rule-empty-line-before)
(#2836) Expected empty line before at-rule (at-rule-empty-line-before)
(#2875) Expected empty line before at-rule (at-rule-empty-line-before)
(#3113) Expected empty line before at-rule (at-rule-empty-line-before)
(#3153) Expected empty line before at-rule (at-rule-empty-line-before)
(#3161) Expected empty line before at-rule (at-rule-empty-line-before)
(#3644) Expected empty line before at-rule (at-rule-empty-line-before)
(#3672) Expected empty line before at-rule (at-rule-empty-line-before)
(#918) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#953) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#964) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1038) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1210) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1224) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1230) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1249) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1258) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1321) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1384) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1466) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1471) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2366) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2603) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2644) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2706) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2836) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#2875) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#3113) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#3153) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#3161) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#3644) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#583) Unexpected empty block (block-no-empty)
(#1476) Unexpected empty block (block-no-empty)
(#1561) Unexpected empty block (block-no-empty)
(#1573) Unexpected empty block (block-no-empty)
(#199) Expected single space before "{" (block-opening-brace-space-before)
(#5) Expected "#ff6600" to be "#f60" (color-hex-length)
(#487) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#899) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1214) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#1227) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#1549) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#1605) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1606) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#1608) Unexpected duplicate "text-shadow" (declaration-block-no-duplicate-properties)
(#1613) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1614) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1620) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1621) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1721) Unexpected duplicate "font-family" (declaration-block-no-duplicate-properties)
(#1722) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1762) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1778) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1785) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1789) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1800) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1814) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1828) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1842) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1856) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1870) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1884) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1898) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1912) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1926) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1940) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1954) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1968) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1982) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#1996) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3197) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#2781) Unexpected shorthand "padding" after "padding-top" (declaration-block-no-shorthand-property-overrides)
(#2781) Unexpected shorthand "padding" after "padding-left" (declaration-block-no-shorthand-property-overrides)
(#3198) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#1274) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1278) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1290) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1294) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1309) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1313) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1544) Unexpected !important (declaration-no-important)
(#2756) Unexpected !important (declaration-no-important)
(#14) Expected single space after "," in a single-line function (function-comma-space-after)
(#489) Expected indentation of 8 spaces (indentation)
(#496) Expected indentation of 8 spaces (indentation)
(#718) Expected indentation of 12 spaces (indentation)
(#719) Expected indentation of 12 spaces (indentation)
(#722) Expected indentation of 12 spaces (indentation)
(#720) Expected indentation of 16 spaces (indentation)
(#721) Expected indentation of 16 spaces (indentation)
(#1266) Expected indentation of 12 spaces (indentation)
(#1280) Expected indentation of 12 spaces (indentation)
(#1267) Expected indentation of 16 spaces (indentation)
(#1268) Expected indentation of 16 spaces (indentation)
(#1269) Expected indentation of 16 spaces (indentation)
(#1270) Expected indentation of 16 spaces (indentation)
(#1271) Expected indentation of 16 spaces (indentation)
(#1272) Expected indentation of 16 spaces (indentation)
(#1275) Expected indentation of 16 spaces (indentation)
(#1273) Expected indentation of 20 spaces (indentation)
(#1274) Expected indentation of 20 spaces (indentation)
(#1276) Expected indentation of 16 spaces (indentation)
(#1279) Expected indentation of 16 spaces (indentation)
(#1277) Expected indentation of 20 spaces (indentation)
(#1278) Expected indentation of 20 spaces (indentation)
(#1282) Expected indentation of 16 spaces (indentation)
(#1296) Expected indentation of 16 spaces (indentation)
(#1283) Expected indentation of 20 spaces (indentation)
(#1284) Expected indentation of 20 spaces (indentation)
(#1285) Expected indentation of 20 spaces (indentation)
(#1286) Expected indentation of 20 spaces (indentation)
(#1287) Expected indentation of 20 spaces (indentation)
(#1288) Expected indentation of 20 spaces (indentation)
(#306) Expected line length to be no more than 132 characters (max-line-length)
(#319) Expected line length to be no more than 132 characters (max-line-length)
(#340) Expected line length to be no more than 132 characters (max-line-length)
(#396) Expected line length to be no more than 132 characters (max-line-length)
(#407) Expected line length to be no more than 132 characters (max-line-length)
(#415) Expected line length to be no more than 132 characters (max-line-length)
(#419) Expected line length to be no more than 132 characters (max-line-length)
(#434) Expected line length to be no more than 132 characters (max-line-length)
(#1501) Expected line length to be no more than 132 characters (max-line-length)
(#1520) Expected line length to be no more than 132 characters (max-line-length)
(#1570) Expected line length to be no more than 132 characters (max-line-length)
(#1585) Expected line length to be no more than 132 characters (max-line-length)
(#1596) Expected line length to be no more than 132 characters (max-line-length)
(#1603) Expected line length to be no more than 132 characters (max-line-length)
(#1618) Expected line length to be no more than 132 characters (max-line-length)
(#1626) Expected line length to be no more than 132 characters (max-line-length)
(#1632) Expected line length to be no more than 132 characters (max-line-length)
(#1659) Expected line length to be no more than 132 characters (max-line-length)
(#1695) Expected line length to be no more than 132 characters (max-line-length)
(#1704) Expected line length to be no more than 132 characters (max-line-length)
(#1708) Expected line length to be no more than 132 characters (max-line-length)
(#1713) Expected line length to be no more than 132 characters (max-line-length)
(#1723) Expected line length to be no more than 132 characters (max-line-length)
(#1731) Expected line length to be no more than 132 characters (max-line-length)
(#1740) Expected line length to be no more than 132 characters (max-line-length)
(#1755) Expected line length to be no more than 132 characters (max-line-length)
(#1767) Expected line length to be no more than 132 characters (max-line-length)
(#1774) Expected line length to be no more than 132 characters (max-line-length)
(#1785) Expected line length to be no more than 132 characters (max-line-length)
(#1796) Expected line length to be no more than 132 characters (max-line-length)
(#1802) Expected line length to be no more than 132 characters (max-line-length)
(#1810) Expected line length to be no more than 132 characters (max-line-length)
(#1816) Expected line length to be no more than 132 characters (max-line-length)
(#1824) Expected line length to be no more than 132 characters (max-line-length)
(#1830) Expected line length to be no more than 132 characters (max-line-length)
(#1838) Expected line length to be no more than 132 characters (max-line-length)
(#1844) Expected line length to be no more than 132 characters (max-line-length)
(#1852) Expected line length to be no more than 132 characters (max-line-length)
(#1858) Expected line length to be no more than 132 characters (max-line-length)
(#1866) Expected line length to be no more than 132 characters (max-line-length)
(#1872) Expected line length to be no more than 132 characters (max-line-length)
(#1880) Expected line length to be no more than 132 characters (max-line-length)
(#1886) Expected line length to be no more than 132 characters (max-line-length)
(#1894) Expected line length to be no more than 132 characters (max-line-length)
(#1900) Expected line length to be no more than 132 characters (max-line-length)
(#1908) Expected line length to be no more than 132 characters (max-line-length)
(#1914) Expected line length to be no more than 132 characters (max-line-length)
(#1922) Expected line length to be no more than 132 characters (max-line-length)
(#1928) Expected line length to be no more than 132 characters (max-line-length)
(#1936) Expected line length to be no more than 132 characters (max-line-length)
(#1942) Expected line length to be no more than 132 characters (max-line-length)
(#1950) Expected line length to be no more than 132 characters (max-line-length)
(#1956) Expected line length to be no more than 132 characters (max-line-length)
(#1964) Expected line length to be no more than 132 characters (max-line-length)
(#1970) Expected line length to be no more than 132 characters (max-line-length)
(#1978) Expected line length to be no more than 132 characters (max-line-length)
(#1984) Expected line length to be no more than 132 characters (max-line-length)
(#1992) Expected line length to be no more than 132 characters (max-line-length)
(#1997) Expected line length to be no more than 132 characters (max-line-length)
(#2006) Expected line length to be no more than 132 characters (max-line-length)
(#2014) Expected line length to be no more than 132 characters (max-line-length)
(#2026) Expected line length to be no more than 132 characters (max-line-length)
(#2035) Expected line length to be no more than 132 characters (max-line-length)
(#2043) Expected line length to be no more than 132 characters (max-line-length)
(#2059) Expected line length to be no more than 132 characters (max-line-length)
(#2071) Expected line length to be no more than 132 characters (max-line-length)
(#2079) Expected line length to be no more than 132 characters (max-line-length)
(#2247) Expected line length to be no more than 132 characters (max-line-length)
(#2497) Expected line length to be no more than 132 characters (max-line-length)
(#3216) Expected line length to be no more than 132 characters (max-line-length)
(#3256) Expected line length to be no more than 132 characters (max-line-length)
(#3269) Expected line length to be no more than 132 characters (max-line-length)
(#3281) Expected line length to be no more than 132 characters (max-line-length)
(#3293) Expected line length to be no more than 132 characters (max-line-length)
(#3309) Expected line length to be no more than 132 characters (max-line-length)
(#3343) Expected line length to be no more than 132 characters (max-line-length)
(#918) Expected single space after ":" (media-feature-colon-space-after)
(#953) Expected single space after ":" (media-feature-colon-space-after)
(#1224) Expected single space after ":" (media-feature-colon-space-after)
(#1224) Expected single space after ":" (media-feature-colon-space-after)
(#129) Expected newline after "," (selector-list-comma-newline-after)
(#242) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#245) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#256) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)
(#259) Unexpected time value "0s" less than or equal to 100ms (time-no-imperceptible)

PHPDocs style problems

(8 errors, 0 warnings)

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

theme/academi/lib.php
(#84) Function theme_academi_process_css is not documented
(#17) No one-line description found in phpdocs for file
(#30) Phpdocs for function theme_academi_get_pre_scss has incomplete parameters list
(#68) Phpdocs for function theme_academi_page_init has incomplete parameters list
theme/academi/renderers/core_renderer.php
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function theme_academi_core_renderer::custom_menu_render has incomplete parameters list
theme/academi/renderers/course_renderer.php
(#18) No one-line description found in phpdocs for file
(#38) Phpdocs for function theme_academi_core_course_renderer::coursecat_coursebox 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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 28 warnings)

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

theme/academi/templates/columns2.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header id="header" role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation error, line 114: Bad value “<?php echo new moodle_url('/'); ?>” for attribute “href” on element “a”: Illegal character in path segment: “<” is not allowed. ( <li><a href="<?php echo new moodle_url('/'); ?>"><?php )
(#1) HTML Validation error, line 114: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (url('/'); ?>"><?php echo get_s)
(#1) HTML Validation error, line 115: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation error, line 116: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation error, line 117: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation info, line 123: Empty heading. ( <h2 class="nopadding"></h2>)
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/drawer'], function(mod) { ), Line: 3 Column: 48
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( mod.init(); ), Line: 4 Column: 16
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 5 Column: 4
theme/academi/templates/custom_menu_item.mustache
(#1) Example context missing.
theme/academi/templates/footer.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 17: Bad value “<?php echo new moodle_url('/'); ?>” for attribute “href” on element “a”: Illegal character in path segment: “<” is not allowed. ( <li><a href="<?php echo new moodle_url('/'); ?>"><?php )
(#1) HTML Validation error, line 17: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (url('/'); ?>"><?php echo get_s)
(#1) HTML Validation error, line 18: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation error, line 19: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation error, line 20: Saw “<?”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.) (rget="_blank"><?php echo get_s)
(#1) HTML Validation info, line 26: Empty heading. ( <h2 class="nopadding"></h2>)
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/drawer'], function(mod) { ), Line: 3 Column: 48
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( mod.init(); ), Line: 4 Column: 16
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 5 Column: 4
theme/academi/templates/header.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 2: The “banner” role is unnecessary for element “header”. (ad><body><header id="header" role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
(#1) HTML Validation error, line 7: The “aria-controls” attribute must point to an element in the same document. ( <button aria-expanded="false" aria-controls="nav-drawer" type="button" class="btn pull-xs-left m-r-1 btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"> )