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

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

blocks/quick_course/amd/src/module.js
(#27) Missing space before opening brace. (space-before-blocks)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) Missing space before opening brace. (space-before-blocks)
(#33) Missing space before opening brace. (space-before-blocks)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#47) Missing space before opening brace. (space-before-blocks)
(#56) Missing space before opening brace. (space-before-blocks)
(#70) Missing space before opening brace. (space-before-blocks)
(#73) Missing space before opening brace. (space-before-blocks)
(#84) Missing space before opening brace. (space-before-blocks)
(#97) Missing space before opening brace. (space-before-blocks)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(4 errors, 0 warnings)

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

blocks/quick_course/block_quick_course.php
(#17) No one-line description found in phpdocs for file
(#26) No one-line description found in phpdocs for class block_quick_course
blocks/quick_course/classes/course.php
(#70) Phpdocs for function course::__construct has incomplete parameters list
blocks/quick_course/version.php
(#17) No one-line description found in phpdocs for file

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

(0 errors, 0 warnings)

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


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/quick_course/templates/course_info.mustache
(#1) HTML Validation error, line 5: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. (> <img src='http://moodle.site/blocks/quick_course/pix/plus.png' class='quick_course_toggle' data-courseid='1' /> )