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

(8 errors, 1 warnings)

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

blocks/point_view/block_point_view.php
(#109) There should be a comma after the last array item in a multi-line array.
blocks/point_view/classes/module_form.php
(#39) Missing docblock for function definition
blocks/point_view/classes/privacy/provider.php
(#29) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#32) Import statements must not begin with a leading backslash
(#59) There must not be a space before the colon in a return type declaration
(#66) There should be a comma after the last array item in a multi-line array.
(#81) There must not be a space before the colon in a return type declaration
(#110) There should be a comma after the last array item in a multi-line array.

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

(6 errors, 0 warnings)

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

blocks/point_view/styles.css
(#91) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#104) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#66) Expected single space after "+" (selector-combinator-space-after)
(#70) Expected single space after "+" (selector-combinator-space-after)
(#66) Expected single space before "+" (selector-combinator-space-before)
(#70) Expected single space before "+" (selector-combinator-space-before)

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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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

blocks/point_view/templates/reactions.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <img src="/blocks/point_view/pix/easy.png" alt="Easy!" class="clickable" data-reactionname="easy" /> )
(#1) HTML Validation info, line 10: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <img src="/blocks/point_view/pix/better.png" alt="I'm getting better!" class="clickable" data-reactionname="better" /> )
(#1) HTML Validation info, line 15: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <img src="/blocks/point_view/pix/hard.png" alt="So hard..." class="clickable" data-reactionname="hard" /> )
(#1) HTML Validation info, line 21: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <img src="/blocks/point_view/pix/group_.png" alt=" " class="group_img position-relative" /> )

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]