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, 0 warnings)

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


CSS problems

(55 errors, 0 warnings)

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

theme/handlebar/scss/styles.scss
(#115) Unexpected "float" with "position:fixed" (declaration-block-no-ignored-properties)
(#151) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#154) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#157) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#160) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#163) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#166) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#169) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#112) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#115) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#117) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#118) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#119) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#129) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#133) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#142) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#143) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#149) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#183) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#200) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#204) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#215) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#217) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#220) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#229) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#230) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#233) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#236) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#133) Expected indentation of 8 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 8 spaces (indentation)
(#198) Expected indentation of 8 spaces (indentation)
(#199) Expected indentation of 8 spaces (indentation)
(#200) Expected indentation of 8 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 8 spaces (indentation)
(#205) Expected indentation of 8 spaces (indentation)
(#204) Expected indentation of 12 spaces (indentation)
(#206) Expected indentation of 8 spaces (indentation)
(#211) Expected indentation of 8 spaces (indentation)
(#207) Expected indentation of 12 spaces (indentation)
(#208) Expected indentation of 12 spaces (indentation)
(#210) Expected indentation of 12 spaces (indentation)
(#209) Expected indentation of 16 spaces (indentation)
(#219) Expected newline after "," (selector-list-comma-newline-after)

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: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

(2 errors, 16 warnings)

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

theme/handlebar/templates/blocksmodal.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: quoted object property name expected
theme/handlebar/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"> )
(#1) HTML Validation error, line 71: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider1_blocksmodal" aria-labelledby="blockslider1modal"> )
(#1) HTML Validation error, line 74: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider2_blocksmodal" aria-labelledby="blockslider2modal"> )
(#1) HTML Validation error, line 77: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider3_blocksmodal" aria-labelledby="blockslider3modal"> )
(#1) HTML Validation error, line 80: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider4_blocksmodal" aria-labelledby="blockslider4modal"> )
theme/handlebar/templates/courses.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"> )
(#1) HTML Validation error, line 71: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider1_blocksmodal" aria-labelledby="blockslider1modal"> )
(#1) HTML Validation error, line 74: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider2_blocksmodal" aria-labelledby="blockslider2modal"> )
(#1) HTML Validation error, line 77: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider3_blocksmodal" aria-labelledby="blockslider3modal"> )
(#1) HTML Validation error, line 80: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider4_blocksmodal" aria-labelledby="blockslider4modal"> )
theme/handlebar/templates/mydash.mustache
(#1) HTML Validation info, line 19: 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"> )
(#1) HTML Validation error, line 74: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider1_blocksmodal" aria-labelledby="blockslider1modal"> )
(#1) HTML Validation error, line 77: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider2_blocksmodal" aria-labelledby="blockslider2modal"> )
(#1) HTML Validation error, line 80: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider3_blocksmodal" aria-labelledby="blockslider3modal"> )
(#1) HTML Validation error, line 83: The “aria-labelledby” attribute must point to an element in the same document. ( <section data-region="blocks-column" class="hidden-print modal fade" id="slider4_blocksmodal" aria-labelledby="blockslider4modal"> )
theme/handlebar/templates/socialicons.mustache
(#1) Example context missing.
theme/handlebar/templates/studentmodal.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: quoted object property name expected