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

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

blocks/taggedcoursesearch/classes/helper.php
(#92) Line exceeds 132 characters; contains 146 characters
blocks/taggedcoursesearch/classes/privacy/provider.php
(#43) Line exceeds 132 characters; contains 136 characters
(#56) Line exceeds 132 characters; contains 142 characters

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

(1 errors, 0 warnings)

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

blocks/taggedcoursesearch/styles.css
(#388) Unknown word (CssSyntaxError)

PHPDocs style problems

(1 errors, 0 warnings)

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

blocks/taggedcoursesearch/lib.php
(#20) Package block_myoverview is not valid

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

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

blocks/taggedcoursesearch/templates/course-paging-content-item.mustache
(#1) HTML Validation error, line 37: Duplicate ID “course-info-container-”. ( <div class="card-body course-info-container" id="course-info-container-"> )
(#1) HTML Validation info, line 10: The first occurrence of ID “course-info-container-” was here. ( <div class="card-body course-info-container" id="course-info-container-"> )
blocks/taggedcoursesearch/templates/course-paging-content.mustache
(#1) HTML Validation error, line 38: Duplicate ID “course-info-container-”. ( <div class="card-body course-info-container" id="course-info-container-"> )
(#1) HTML Validation info, line 11: The first occurrence of ID “course-info-container-” was here. ( <div class="card-body course-info-container" id="course-info-container-"> )
blocks/taggedcoursesearch/templates/courses-view.mustache
(#1) HTML Validation error, line 7: Bad value “” for attribute “src” on element “img”: Must be non-empty. (> <img class="empty-placeholder-image-lg" src="" alt="[[ nocourses, block_taggedcoursesearch ]]" role="presentation"> )
blocks/taggedcoursesearch/templates/paging-bar-item.mustache
(#1) HTML Validation error, line 4: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="page-item active " data-region="page-item" data-page-number="1"> )