Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(3 errors, 1 warnings)

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

lib/editor/tiny/plugins/edusharing/classes/plugininfo.php
(#33) The interface names in a "class implements" statement should be ordered alphabetically. Expected: plugin_with_buttons, plugin_with_menuitems, plugin_with_configuration; Found: plugin_with_buttons, plugin_with_configuration, plugin_with_menuitems
(#36) Opening brace must not be followed by a blank line
lib/editor/tiny/plugins/edusharing/classes/privacy/provider.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line

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

(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

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

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

lib/editor/tiny/plugins/edusharing/templates/modal.mustache
(#1) HTML Validation info, line 10: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. () <input type="hidden" value="((+editModalTitle%2C+tiny_edusharing))"/></h5>)
(#1) HTML Validation error, line 56: Bad value “100%” for attribute “width” on element “img”: Expected a digit but saw “%” instead. ( <img id="eduInstructionGif" src="/lib/editor/tiny/plugins/edusharing/pix/help_en.gif" alt="edu-sharing animated instructions" width="100%" height="auto"> )
(#1) HTML Validation error, line 56: Bad value “auto” for attribute “height” on element “img”: Expected a digit but saw “a” instead. ( <img id="eduInstructionGif" src="/lib/editor/tiny/plugins/edusharing/pix/help_en.gif" alt="edu-sharing animated instructions" width="100%" height="auto"> )
(#1) HTML Validation info, line 108: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" class="form-control" id="eduWidth" min="0" step="1"/> )
(#1) HTML Validation info, line 110: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" class="form-control" id="eduHeight" min="0" step="1"/> )
(#1) HTML Validation info, line 115: Empty heading. ( <h5 id="eduContentTitle"></h5>)
(#1) HTML Validation error, line 117: Bad value “” for attribute “src” on element “img”: Must be non-empty. ( <img id="eduPreviewImage" src="" alt="" width="100%" height="auto"/> )
(#1) HTML Validation error, line 117: Bad value “100%” for attribute “width” on element “img”: Expected a digit but saw “%” instead. ( <img id="eduPreviewImage" src="" alt="" width="100%" height="auto"/> )
(#1) HTML Validation error, line 117: Bad value “auto” for attribute “height” on element “img”: Expected a digit but saw “a” instead. ( <img id="eduPreviewImage" src="" alt="" width="100%" height="auto"/> )
(#1) HTML Validation info, line 117: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <img id="eduPreviewImage" src="" alt="" width="100%" height="auto"/> )
(#1) HTML Validation info, line 122: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input id="edusharing_node" name="edusharing_node" type="hidden" value=""/> )
(#1) HTML Validation info, line 123: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input id="edusharingNoWidth" name="edusharingNoWidth" type="hidden" value=""/> )

Gherkin .feature problems

(0 errors, 0 warnings)

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