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

(6 errors, 1 warnings)

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

admin/tool/dataprivacy/classes/form/request_user_autocomplete.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#51) Variable "elementName" must be all lower-case
(#51) Variable "elementLabel" must be all lower-case
(#59) Variable "elementName" must be all lower-case
(#59) Variable "elementLabel" must be all lower-case
(#68) Public method name "request_user_autocomplete::setValue" must be in lower-case letters only
admin/tool/dataprivacy/classes/privacy/provider.php
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence

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

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

admin/tool/dataprivacy/templates/data_deletion.mustache
(#1) HTML Validation info, line 17: The “button” role is unnecessary for element “input” whose type is “submit”. ( <input type="submit" role="button" class="btn btn-secondary" value="[[go, core]]">)