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
(9 errors, 4 warnings)
This section shows the coding style problems detected in the code by phpcs
[More info]
- lib/editor/atto/plugins/teamsmeeting/ajax.php
- (#35)
Line exceeds 132 characters; contains 149 characters
- (#37)
Line exceeds 132 characters; contains 143 characters
- lib/editor/atto/plugins/teamsmeeting/result.php
- (#38)
Variable "htmlDom" must be all lower-case
- (#39)
Variable "htmlDom" must be all lower-case
- (#40)
Variable "htmlDom" must be all lower-case
- (#41)
Expected "foreach (...) {\n"; found "foreach(...){\n"
- (#43)
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
- (#55)
Expected "} else if (...) {\n"; found "} else if(...) {\n"
- (#55)
Expected "if (...) {\n"; found "if(...) {\n"
- (#78)
Expected "if (...) {\n"; found "if(...) {\n"
- (#82)
Line exceeds 132 characters; contains 133 characters
- (#85)
Expected "if (...) {\n"; found "if(...) {\n"
- (#89)
Line exceeds 132 characters; contains 133 characters
Javascript coding style problems
(0 errors, 6 warnings)
This section shows the coding style problems detected in the code by eslint
[More info]
- lib/editor/atto/plugins/teamsmeeting/yui/src/button/js/button.js
- (#214)
Expected space(s) after "if". (keyword-spacing)
- (#224)
Expected JSDoc for 'data' but found 'e'. (valid-jsdoc)
- (#236)
Infix operators must be spaced. (space-infix-ops)
- (#243)
Missing JSDoc @returns for function. (valid-jsdoc)
- (#251)
Expected to return a value at the end of method '_getqueryvariable'. (consistent-return)
- (#347)
Method '_setteamsmeetingOnSelection' expected no return value. (consistent-return)
CSS problems
(1 errors, 0 warnings)
This section shows CSS problems detected by stylelint
[More info]
- lib/editor/atto/plugins/teamsmeeting/styles.css
- (#5)
Expected a trailing semicolon (declaration-block-trailing-semicolon)
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
(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, 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]