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

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

lib/editor/atto/plugins/orphaned/classes/privacy/provider.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
lib/editor/atto/plugins/orphaned/lib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(7 errors, 51 warnings)

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

lib/editor/atto/plugins/orphaned/yui/src/button/js/button.js
(#36) Identifier 'client_ids' is not in camel case. (camelcase)
(#63) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#85) Identifier 'client_ids' is not in camel case. (camelcase)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#114) Unexpected space before function parentheses. (space-before-function-paren)
(#123) This line has a length of 143. Maximum allowed is 132. (max-len)
(#127) Unexpected space before function parentheses. (space-before-function-paren)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#136) Unexpected space before function parentheses. (space-before-function-paren)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#170) Unexpected space before function parentheses. (space-before-function-paren)
(#205) Unexpected space before function parentheses. (space-before-function-paren)
(#220) Unexpected space before function parentheses. (space-before-function-paren)
(#227) Unexpected space before function parentheses. (space-before-function-paren)
(#240) Unexpected space before function parentheses. (space-before-function-paren)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#259) This line has a length of 144. Maximum allowed is 132. (max-len)
(#261) This line has a length of 135. Maximum allowed is 132. (max-len)
(#271) Unexpected space before function parentheses. (space-before-function-paren)
(#272) Comments should not begin with a lowercase character. (capitalized-comments)
(#318) This line has a length of 153. Maximum allowed is 132. (max-len)
(#335) Unexpected space before function parentheses. (space-before-function-paren)
(#336) This line has a length of 139. Maximum allowed is 132. (max-len)
(#370) Unexpected space before function parentheses. (space-before-function-paren)
(#381) Unexpected space before function parentheses. (space-before-function-paren)
(#384) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#391) Unexpected space before function parentheses. (space-before-function-paren)
(#405) Unexpected space before function parentheses. (space-before-function-paren)
(#408) This line has a length of 153. Maximum allowed is 132. (max-len)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#437) Unexpected space before function parentheses. (space-before-function-paren)
(#454) Comments should not begin with a lowercase character. (capitalized-comments)
(#456) This line has a length of 148. Maximum allowed is 132. (max-len)
(#464) Unexpected space before function parentheses. (space-before-function-paren)
(#471) Unexpected space before function parentheses. (space-before-function-paren)
(#476) Unexpected space before function parentheses. (space-before-function-paren)
(#481) Unexpected space before function parentheses. (space-before-function-paren)
(#485) Identifier 'client_id' is not in camel case. (camelcase)
(#485) Identifier 'client_ids' is not in camel case. (camelcase)
(#511) Unexpected space before function parentheses. (space-before-function-paren)
(#512) Comments should not begin with a lowercase character. (capitalized-comments)
(#516) Unexpected space before function parentheses. (space-before-function-paren)
(#525) Identifier 'datecreated_f' is not in camel case. (camelcase)
(#546) Unexpected space before function parentheses. (space-before-function-paren)
(#555) Unnecessary escape character: \-. (no-useless-escape)
(#555) Unnecessary escape character: \/. (no-useless-escape)
(#555) Unnecessary escape character: \^. (no-useless-escape)
(#555) Unnecessary escape character: \[. (no-useless-escape)
(#571) Unexpected space before function parentheses. (space-before-function-paren)
(#575) Identifier 'client_id' is not in camel case. (camelcase)
(#575) Identifier 'client_ids' is not in camel case. (camelcase)
(#602) Unexpected space before function parentheses. (space-before-function-paren)
(#623) Statement inside of curly braces should be on next line. (brace-style)
(#623) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)

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]


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 0 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "eslint:yui" 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, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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