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

(72 errors, 5 warnings)

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

lib/editor/atto/plugins/planetestream/lib.php
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 2
(#68) Line indented incorrectly; expected at least 8 spaces, found 7
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) No space found before comment text; expected "// $return = $url . "~~~" . $checksum . "~~~~" . $delta . "~~~~" . $userip;" but found "//$return = $url . "~~~" . $checksum . "~~~~" . $delta . "~~~~" . $userip;"
(#123) Line indented incorrectly; expected at least 12 spaces, found 11
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) This comment is 75% valid code; is this commented out code?
(#124) Line indented incorrectly; expected at least 12 spaces, found 5
(#124) No space found before comment text; expected "// return $return;" but found "//return $return;"
(#140) Empty CATCH statement detected

Javascript coding style problems

(50 errors, 23 warnings)

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

lib/editor/atto/plugins/planetestream/yui/src/button/js/button.js
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#61) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#65) This line has a length of 146. Maximum allowed is 132. (max-len)
(#65) Unexpected tab character. (no-tabs)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Unexpected tab character. (no-tabs)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#74) Expected space(s) after "catch". (keyword-spacing)
(#75) Unexpected tab character. (no-tabs)
(#75) Unexpected console statement. (no-console)
(#76) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Unexpected tab character. (no-tabs)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#81) Trailing spaces not allowed. (no-trailing-spaces)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) Trailing spaces not allowed. (no-trailing-spaces)
(#84) Unexpected tab character. (no-tabs)
(#85) This line has a length of 233. Maximum allowed is 132. (max-len)
(#85) Unexpected tab character. (no-tabs)
(#85) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#89) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#98) Avoid arguments.callee. (no-caller)
(#101) Unexpected tab character. (no-tabs)
(#101) Comments should not begin with a lowercase character. (capitalized-comments)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Missing JSDoc for parameter 'content'. (valid-jsdoc)
(#109) Unexpected space before function parentheses. (space-before-function-paren)
(#115) Comments should not begin with a lowercase character. (capitalized-comments)
(#116) Unexpected tab character. (no-tabs)
(#116) Trailing spaces not allowed. (no-trailing-spaces)
(#119) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#143) Unexpected use of '|'. (no-bitwise)
(#143) Operator '===' must be spaced. (space-infix-ops)
(#143) Operator '|' must be spaced. (space-infix-ops)
(#144) Operator '===' must be spaced. (space-infix-ops)
(#163) Identifier 'estream_url' is not in camel case. (camelcase)
(#166) Identifier 'estream_path' is not in camel case. (camelcase)
(#169) Identifier 'estream_height' is not in camel case. (camelcase)
(#172) Identifier 'estream_width' is not in camel case. (camelcase)
(#175) Unexpected tab character. (no-tabs)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(3 errors, 0 warnings)

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

lib/editor/atto/plugins/planetestream/lib.php
(#24) Phpdocs for function atto_planetestream_params_for_js has incomplete parameters list
(#88) Phpdocs for function atto_planetestream_obfuscate has incomplete parameters list
(#111) Phpdocs for function atto_planetestream_getauthticket has incomplete parameters list

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 "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]