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

(0 errors, 5 warnings)

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

theme/boost_campus/amd/src/catchshortcuts.js
(#27) Missing JSDoc parameter type for 'value'. (valid-jsdoc)
(#73) Missing JSDoc parameter type for 'event'. (valid-jsdoc)
(#87) Missing JSDoc return type. (valid-jsdoc)
theme/boost_campus/amd/src/incoursesettings.js
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Unexpected space before function parentheses. (space-before-function-paren)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(0 errors, 0 warnings)

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


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:css" 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, 16 warnings)

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

theme/boost_campus/templates/activity_settings_incourse.mustache
(#1) HTML Validation info, line 4: Empty heading. (rd" > <h2></h2>)
(#1) HTML Validation info, line 22: Empty heading. ( <h4></h4>)
theme/boost_campus/templates/columns2.mustache
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
theme/boost_campus/templates/columns2.mustache.original
(#1) HTML Validation info, line 16: The “banner” role is unnecessary for element “header”. ( <header role="banner" class="pos-f-t navbar navbar-full navbar-light bg-faded navbar-static-top moodle-has-zindex"> )
theme/boost_campus/templates/footer.mustache
(#1) HTML Validation info, line 12: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section data-region="footer-left" class="hidden-print col-12 col-lg-4"> )
(#1) HTML Validation info, line 16: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section data-region="footer-middle" class="hidden-print col-12 col-lg-4"> )
(#1) HTML Validation info, line 20: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section data-region="footer-right" class="hidden-print col-12 col-lg-4"> )
theme/boost_campus/templates/imagearea.mustache
(#1) HTML Validation error, line 7: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. ( <img src="/pix/moodlelogo.png"> )
theme/boost_campus/templates/loginform.mustache
(#1) ESLint error [no-unused-vars]: 'Y' is defined but never used. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 49
(#1) ESLint warning [no-empty-function]: Unexpected empty function. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 52
(#1) ESLint error [semi]: Missing semicolon. ( }) ), Line: 3 Column: 7
theme/boost_campus/templates/loginform.mustache.original
(#1) ESLint error [no-unused-vars]: 'Y' is defined but never used. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 49
(#1) ESLint warning [no-empty-function]: Unexpected empty function. ( require(['jquery', 'core/yui'], function($, Y) { ), Line: 2 Column: 52
(#1) ESLint error [semi]: Missing semicolon. ( }) ), Line: 3 Column: 7
theme/boost_campus/templates/settings_link_page.mustache
(#1) HTML Validation info, line 4: Empty heading. (rd" > <h2></h2>)
(#1) HTML Validation info, line 22: Empty heading. ( <h4></h4>)