Prechecker results: success


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

(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

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

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

mod/sortvoting/templates/mobile_sort_voting_view.mustache
(#1) HTML Validation info, line 15: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(1)"> )
(#1) HTML Validation info, line 15: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(1)"> )
(#1) HTML Validation info, line 16: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-up-outline" aria-label="arrow up"></ion-)
(#1) HTML Validation info, line 20: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(1)">)
(#1) HTML Validation info, line 20: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(1)">)
(#1) HTML Validation info, line 21: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-down-outline" aria-label="arrow down"></ion-)
(#1) HTML Validation info, line 26: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="1" value="1" max="3" min="1" class="ion-hide" /> )
(#1) HTML Validation info, line 39: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(2)"> )
(#1) HTML Validation info, line 39: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(2)"> )
(#1) HTML Validation info, line 40: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-up-outline" aria-label="arrow up"></ion-)
(#1) HTML Validation info, line 44: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(2)"> )
(#1) HTML Validation info, line 44: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(2)"> )
(#1) HTML Validation info, line 45: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-down-outline" aria-label="arrow down"></ion-)
(#1) HTML Validation info, line 50: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="2" value="2" max="3" min="1" class="ion-hide" /> )
(#1) HTML Validation info, line 63: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(3)"> )
(#1) HTML Validation info, line 63: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="up" (click)="moveUp(3)"> )
(#1) HTML Validation info, line 64: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-up-outline" aria-label="arrow up"></ion-)
(#1) HTML Validation info, line 68: Attribute “(click)” is not serializable as XML 1.0. ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(3)"> )
(#1) HTML Validation info, line 68: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-button shape="round" color="primary" aria-label="down" (click)="moveDown(3)"> )
(#1) HTML Validation info, line 69: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) ( <ion-icon slot="icon-only" name="chevron-down-outline" aria-label="arrow down"></ion-)
(#1) HTML Validation info, line 74: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="3" value="3" max="3" min="1" class="ion-hide" /> )
(#1) HTML Validation info, line 82: Attribute “(click)” is not serializable as XML 1.0. (st> <ion-button class="ion-margin" expand="block" type="submit" (click)="submitResponses()"> )
mod/sortvoting/templates/sort_voting_form.mustache
(#1) HTML Validation info, line 2: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ad><body><input type="hidden" name="sortvotingid" value="1" /> )
(#1) HTML Validation info, line 9: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="1" value="1" max="5" min="1" class="d-none" /> )
(#1) HTML Validation info, line 16: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="2" value="2" max="5" min="1" class="d-none" /> )
(#1) HTML Validation info, line 23: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="3" value="3" max="5" min="1" class="d-none" /> )
(#1) HTML Validation info, line 30: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="4" value="4" max="5" min="1" class="d-none" /> )
(#1) HTML Validation info, line 37: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ( <input type="number" name="option[]" data-optionid="5" value="5" max="5" min="1" class="d-none" /> )

Gherkin .feature problems

(0 errors, 0 warnings)

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