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

(11 errors, 1 warnings)

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

theme/classic/scss/classic/body-background.scss
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
theme/classic/scss/classic/navbar-dark.scss
(#20) Unexpected !important (declaration-no-important)
theme/classic/scss/classic/post.scss
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#92) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#154) Unexpected !important (declaration-no-important)
(#159) Unexpected !important (declaration-no-important)
(#154) Unexpected unit (length-zero-no-unit)

PHPDocs style problems

(5 errors, 0 warnings)

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

theme/classic/classes/output/core_renderer.php
(#17) File-level phpdocs block is not found
(#31) Class core_renderer is not documented
(#31) Package is not specified for class core_renderer. It is also not specified in file-level phpdocs
theme/classic/lib.php
(#20) Package theme_classics is not valid
theme/classic/version.php
(#20) Package theme_classics is not valid

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

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

theme/classic/templates/columns.mustache
(#1) HTML Validation error, line 30: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
theme/classic/templates/navbar-secure.mustache
(#1) Example context missing (@template section not found.)
theme/classic/templates/navbar.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 17: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
theme/classic/templates/secure.mustache
(#1) HTML Validation info, line 52: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section data-region="blocks-column" class="hidden-print"> )
(#1) HTML Validation info, line 58: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section data-region="blocks-column" class="hidden-print"> )
theme/classic/templates/theme_boost/header.mustache
(#1) Example context missing (@template section not found.)