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, 9 warnings)
This section shows the coding style problems detected in the code by phpcs
[More info]
- course/format/timeline/classes/external/posts.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/external/users.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/local/activities.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/local/modinfo.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/local/notifications.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/local/posts.php
- (#30)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/local/user.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/output/renderer.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
- course/format/timeline/classes/privacy/provider.php
- (#27)
Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
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]
- course/format/timeline/styles.css
- (#394)
Unexpected !important (declaration-no-important)
PHPDocs style problems
(2 errors, 0 warnings)
This section shows the phpdocs problems detected in the code by local_moodlecheck
[More info]
- course/format/timeline/classes/local/modinfo.php
- (#54)
Phpdocs for function modinfo::__construct has incomplete parameters list
- course/format/timeline/classes/output/timeline.php
- (#61)
Phpdocs for function timeline::__construct 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 "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, 4 warnings)
This section shows problems detected in mustache templates
[More info]
- course/format/timeline/templates/post.mustache
- (#1)
HTML Validation error, line 33: Attribute “placeholder” not allowed on element “p” at this point. ( <p class="post-comment-input" placeholder="[[writeacomment, format_timeline]]" contenteditable="true" data-tribute="true"></p> )
- course/format/timeline/templates/timeline.mustache
- (#1)
HTML Validation error, line 39: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) (> <div>...</d)
- (#1)
ESLint warning [space-in-parens]: There should be no space before this paren. ( CreatePost.init('[data-action=createpostmodal]', );
- course/format/timeline/templates/timeline_post_item.mustache
- (#1)
HTML Validation error, line 41: Attribute “placeholder” not allowed on element “p” at this point. ( <p class="post-comment-input" placeholder="[[writeacomment, format_timeline]]" contenteditable="true" data-tribute="true"></p> )
Gherkin .feature problems
(0 errors, 0 warnings)
This section shows problems detected in behat .feature files
[More info]