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, 16 warnings)
This section shows the coding style problems detected in the code by eslint
[More info]
- course/format/kickstart/amd/src/formatkickstart.js
- (#34)
Expected JSDoc block to be aligned. (jsdoc/check-alignment)
- (#99)
Expected catch,fail,always() or return (promise/catch-or-return)
- (#103)
Each then() should return a value or throw (promise/always-return)
- (#155)
Expected catch,fail,always() or return (promise/catch-or-return)
- (#170)
The function binding is unnecessary. (no-extra-bind)
- (#179)
The function binding is unnecessary. (no-extra-bind)
- (#189)
Promise.catch() requires 1 argument, but received 0 (promise/valid-params)
- (#190)
Each then() should return a value or throw (promise/always-return)
- (#193)
Expected catch,fail,always() or return (promise/catch-or-return)
- (#193)
Avoid nesting promises. (promise/no-nesting)
- (#193)
Each then() should return a value or throw (promise/always-return)
- (#253)
Extra space after key 'customvalues'. (key-spacing)
- (#265)
Promise.catch() requires 1 argument, but received 0 (promise/valid-params)
- (#265)
Each then() should return a value or throw (promise/always-return)
- (#293)
Promise.catch() requires 1 argument, but received 0 (promise/valid-params)
- (#293)
Each then() should return a value or throw (promise/always-return)
CSS problems
(0 errors, 1 warnings)
This section shows CSS problems detected by stylelint
[More info]
- course/format/kickstart/styles.css
- (#438)
Expected line length to be no more than 132 characters (max-line-length)
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]
- course/format/kickstart/templates/course_template_list.mustache
- (#1)
HTML Validation info, line 10: Empty heading. ( <h5 class="card-title"></h5>)
- course/format/kickstart/templates/import_module_list.mustache
- (#1)
HTML Validation info, line 5: The “navigation” role is unnecessary for element “nav”. (ity: </p><nav class="import-section-tree" id="destination-selector" role="navigation"> <)
Gherkin .feature problems
(0 errors, 0 warnings)
This section shows problems detected in behat .feature files
[More info]