Prechecker results: error


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

(242 errors, 0 warnings)

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

theme/eadtraining/classes/autoprefixer.php
(#49) Opening brace must not be followed by a blank line
(#126) Blank line found at end of control structure
(#127) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#129) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#129) Blank line found at start of control structure
(#161) Blank line found at start of control structure
(#172) Blank line found at end of control structure
(#182) Blank line found at end of control structure
(#224) Blank line found at start of control structure
(#227) Blank line found at start of control structure
theme/eadtraining/classes/core_hook_output.php
(#35) Opening brace must not be followed by a blank line
theme/eadtraining/classes/events/event_observers.php
(#37) Opening brace must not be followed by a blank line
(#85) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#86) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#86) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/classes/output/core/admin_renderer.php
(#59) Multi-line function declarations must define one parameter per line
(#59) Multi-line function declarations must define one parameter per line
(#59) Multi-line function declarations must define one parameter per line
(#59) Multi-line function declarations must define one parameter per line
(#59) Multi-line function declarations must define one parameter per line
(#59) Multi-line function declarations must define one parameter per line
(#60) Multi-line function declarations must define one parameter per line
(#60) Multi-line function declarations must define one parameter per line
(#60) Multi-line function declarations must define one parameter per line
(#60) Multi-line function declarations must define one parameter per line
(#61) Multi-line function declarations must define one parameter per line
(#61) Multi-line function declarations must define one parameter per line
(#61) Multi-line function declarations must define one parameter per line
(#62) Multi-line function declarations must define one parameter per line
(#62) Multi-line function declarations must define one parameter per line
(#63) Multi-line function declarations must define one parameter per line
(#63) Multi-line function declarations must define one parameter per line
theme/eadtraining/classes/output/core/course_renderer.php
(#49) Opening brace must not be followed by a blank line
(#138) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#139) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#141) Opening parenthesis of a multi-line function call must be the last content on the line
(#141) Only one argument is allowed per line in a multi-line function call
(#142) Multi-line function call not indented correctly; expected 28 spaces but found 32
(#142) Only one argument is allowed per line in a multi-line function call
(#142) Closing parenthesis of a multi-line function call must be on a line by itself
(#150) Opening parenthesis of a multi-line function call must be the last content on the line
(#150) Only one argument is allowed per line in a multi-line function call
(#151) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#151) Only one argument is allowed per line in a multi-line function call
(#151) Closing parenthesis of a multi-line function call must be on a line by itself
(#157) Opening parenthesis of a multi-line function call must be the last content on the line
(#157) Only one argument is allowed per line in a multi-line function call
(#158) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#158) Only one argument is allowed per line in a multi-line function call
(#158) Closing parenthesis of a multi-line function call must be on a line by itself
(#162) Opening parenthesis of a multi-line function call must be the last content on the line
(#162) Only one argument is allowed per line in a multi-line function call
(#163) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#163) Only one argument is allowed per line in a multi-line function call
(#163) Closing parenthesis of a multi-line function call must be on a line by itself
(#167) Opening parenthesis of a multi-line function call must be the last content on the line
(#167) Only one argument is allowed per line in a multi-line function call
(#168) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#168) Only one argument is allowed per line in a multi-line function call
(#168) Closing parenthesis of a multi-line function call must be on a line by itself
(#174) Blank line found at end of control structure
(#232) Blank line found at start of control structure
(#341) Opening parenthesis of a multi-line function call must be the last content on the line
(#343) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#343) Only one argument is allowed per line in a multi-line function call
(#343) Closing parenthesis of a multi-line function call must be on a line by itself
(#343) Each PHP statement must be on a line by itself
(#413) Opening parenthesis of a multi-line function call must be the last content on the line
(#413) Only one argument is allowed per line in a multi-line function call
(#413) Only one argument is allowed per line in a multi-line function call
(#414) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#414) Closing parenthesis of a multi-line function call must be on a line by itself
(#416) Opening parenthesis of a multi-line function call must be the last content on the line
(#417) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#417) Closing parenthesis of a multi-line function call must be on a line by itself
(#430) Opening parenthesis of a multi-line function call must be the last content on the line
(#431) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#431) Closing parenthesis of a multi-line function call must be on a line by itself
(#444) Expected no spaces between $coursecount and the increment operator; 1 found
(#466) The closing brace for the class must go on the next line after the body
theme/eadtraining/classes/output/core_renderer.php
(#36) Opening brace must not be followed by a blank line
theme/eadtraining/classes/output/navbar.php
(#34) Opening brace must not be followed by a blank line
(#98) There must be a comment when fall-through is intentional in a non-empty case body
(#104) There must be a comment when fall-through is intentional in a non-empty case body
(#268) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#269) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#299) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#300) The closing parenthesis of a multi-line control structure must be on the line after the last expression
theme/eadtraining/classes/privacy/provider.php
(#48) Opening brace must not be followed by a blank line
theme/eadtraining/layout/columns1.php
(#41) Expected 1 blank line at end of file; 2 found
theme/eadtraining/layout/drawers.php
(#120) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/layout/login.php
(#36) Expected 1 blank line at end of file; 2 found
theme/eadtraining/layout/secure.php
(#46) Expected 1 blank line at end of file; 2 found
theme/eadtraining/quickstart/course-banner.php
(#149) Expected 0 spaces after opening bracket; 1 found
theme/eadtraining/settings/accessibility.php
(#27) Opening parenthesis of a multi-line function call must be the last content on the line
(#28) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#28) Closing parenthesis of a multi-line function call must be on a line by itself
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Only one argument is allowed per line in a multi-line function call
(#32) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#35) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#37) Only one argument is allowed per line in a multi-line function call
(#37) Closing parenthesis of a multi-line function call must be on a line by itself
(#40) Opening parenthesis of a multi-line function call must be the last content on the line
(#42) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#42) Only one argument is allowed per line in a multi-line function call
(#42) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/settings/advanced.php
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Only one argument is allowed per line in a multi-line function call
(#38) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#38) Only one argument is allowed per line in a multi-line function call
(#38) Only one argument is allowed per line in a multi-line function call
(#38) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/settings/course.php
(#28) Opening parenthesis of a multi-line function call must be the last content on the line
(#29) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#29) Closing parenthesis of a multi-line function call must be on a line by itself
(#32) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Only one argument is allowed per line in a multi-line function call
(#33) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#33) Closing parenthesis of a multi-line function call must be on a line by itself
(#36) Opening parenthesis of a multi-line function call must be the last content on the line
(#39) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
(#47) Opening parenthesis of a multi-line function call must be the last content on the line
(#50) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#50) Only one argument is allowed per line in a multi-line function call
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/settings/footer.php
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#35) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Only one argument is allowed per line in a multi-line function call
(#36) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#36) Closing parenthesis of a multi-line function call must be on a line by itself
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#49) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#49) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) Opening parenthesis of a multi-line function call must be the last content on the line
(#56) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#56) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Blank line found at start of control structure
(#61) Opening parenthesis of a multi-line function call must be the last content on the line
(#62) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#62) Only one argument is allowed per line in a multi-line function call
(#62) Closing parenthesis of a multi-line function call must be on a line by itself
(#65) Opening parenthesis of a multi-line function call must be the last content on the line
(#67) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#67) Only one argument is allowed per line in a multi-line function call
(#67) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Opening parenthesis of a multi-line function call must be the last content on the line
(#72) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#72) Only one argument is allowed per line in a multi-line function call
(#72) Closing parenthesis of a multi-line function call must be on a line by itself
(#76) Opening parenthesis of a multi-line function call must be the last content on the line
(#77) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#77) Only one argument is allowed per line in a multi-line function call
(#77) Closing parenthesis of a multi-line function call must be on a line by itself
(#80) Opening parenthesis of a multi-line function call must be the last content on the line
(#82) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#82) Only one argument is allowed per line in a multi-line function call
(#82) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/settings/general.php
(#30) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#31) Closing parenthesis of a multi-line function call must be on a line by itself
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Only one argument is allowed per line in a multi-line function call
(#35) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#47) Opening parenthesis of a multi-line function call must be the last content on the line
(#50) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
(#62) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#71) Opening parenthesis of a multi-line function call must be the last content on the line
(#73) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#73) Only one argument is allowed per line in a multi-line function call
(#73) Closing parenthesis of a multi-line function call must be on a line by itself
(#76) Opening parenthesis of a multi-line function call must be the last content on the line
(#77) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#77) Only one argument is allowed per line in a multi-line function call
(#77) Closing parenthesis of a multi-line function call must be on a line by itself
(#81) Opening parenthesis of a multi-line function call must be the last content on the line
(#84) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#84) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Opening parenthesis of a multi-line function call must be the last content on the line
(#90) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#90) Only one argument is allowed per line in a multi-line function call
(#90) Closing parenthesis of a multi-line function call must be on a line by itself
(#96) Opening parenthesis of a multi-line function call must be the last content on the line
(#97) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#97) Only one argument is allowed per line in a multi-line function call
(#97) Closing parenthesis of a multi-line function call must be on a line by itself
(#101) Opening parenthesis of a multi-line function call must be the last content on the line
(#104) Only one argument is allowed per line in a multi-line function call
(#105) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#105) Closing parenthesis of a multi-line function call must be on a line by itself
(#110) Opening parenthesis of a multi-line function call must be the last content on the line
(#113) Only one argument is allowed per line in a multi-line function call
(#114) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#114) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Opening parenthesis of a multi-line function call must be the last content on the line
(#120) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Closing parenthesis of a multi-line function call must be on a line by itself
(#124) Opening parenthesis of a multi-line function call must be the last content on the line
(#127) Only one argument is allowed per line in a multi-line function call
(#128) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#128) Closing parenthesis of a multi-line function call must be on a line by itself
(#133) Opening parenthesis of a multi-line function call must be the last content on the line
(#135) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#135) Only one argument is allowed per line in a multi-line function call
(#135) Closing parenthesis of a multi-line function call must be on a line by itself
theme/eadtraining/settings/userprofile.php
(#28) Opening parenthesis of a multi-line function call must be the last content on the line
(#29) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#29) Closing parenthesis of a multi-line function call must be on a line by itself
(#32) Opening parenthesis of a multi-line function call must be the last content on the line
(#32) Only one argument is allowed per line in a multi-line function call
(#33) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#33) Closing parenthesis of a multi-line function call must be on a line by itself
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) Only one argument is allowed per line in a multi-line function call
(#41) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#41) Closing parenthesis of a multi-line function call must be on a line by itself

Javascript coding style problems

(24 errors, 169 warnings)

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

theme/eadtraining/amd/src/acctoolbar.js
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Each then() should return a value or throw (promise/always-return)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#8) 'js' is defined but never used. (no-unused-vars)
(#9) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#11) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Unexpected console statement. (no-console)
(#18) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#18) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#67) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#67) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Identifier 'eadtraining_toolboxAppstate' is not in camel case. (camelcase)
(#124) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#124) Identifier 'initialApp_iframe' is not in camel case. (camelcase)
(#124) Unexpected space before function parentheses. (space-before-function-paren)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#140) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#140) Unexpected space before function parentheses. (space-before-function-paren)
(#155) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#155) Unexpected space before function parentheses. (space-before-function-paren)
(#176) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#180) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#180) Unexpected space before function parentheses. (space-before-function-paren)
(#200) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#203) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#203) Unexpected space before function parentheses. (space-before-function-paren)
(#208) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#212) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#226) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#229) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#229) Unexpected space before function parentheses. (space-before-function-paren)
(#234) Missing semicolon. (@babel/semi)
(#242) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#245) Comments should not begin with a lowercase character. (capitalized-comments)
(#251) Missing semicolon. (@babel/semi)
(#253) This line has a length of 134. Maximum allowed is 132. (max-len)
(#253) 'items' declared on line 268 column 13 is used outside of binding context. (block-scoped-var)
(#254) 'i' declared on line 269 column 18 is used outside of binding context. (block-scoped-var)
(#254) 'i' declared on line 269 column 18 is used outside of binding context. (block-scoped-var)
(#254) 'items' declared on line 268 column 13 is used outside of binding context. (block-scoped-var)
(#254) 'i' declared on line 269 column 18 is used outside of binding context. (block-scoped-var)
(#255) 'item' declared on line 270 column 17 is used outside of binding context. (block-scoped-var)
(#255) 'items' declared on line 268 column 13 is used outside of binding context. (block-scoped-var)
(#255) 'i' declared on line 269 column 18 is used outside of binding context. (block-scoped-var)
(#256) 'font' declared on line 271 column 17 is used outside of binding context. (block-scoped-var)
(#256) 'item' declared on line 270 column 17 is used outside of binding context. (block-scoped-var)
(#257) 'fontSize' declared on line 272 column 17 is used outside of binding context. (block-scoped-var)
(#257) 'font' declared on line 271 column 17 is used outside of binding context. (block-scoped-var)
(#258) 'item' declared on line 270 column 17 is used outside of binding context. (block-scoped-var)
(#258) 'fontSize' declared on line 272 column 17 is used outside of binding context. (block-scoped-var)
(#265) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#268) This line has a length of 134. Maximum allowed is 132. (max-len)
(#268) 'items' is already defined. (no-redeclare)
(#268) 'items' declared on line 253 column 13 is used outside of binding context. (block-scoped-var)
(#269) 'i' is already defined. (no-redeclare)
(#269) 'i' declared on line 254 column 18 is used outside of binding context. (block-scoped-var)
(#269) 'i' declared on line 254 column 18 is used outside of binding context. (block-scoped-var)
(#269) 'items' declared on line 253 column 13 is used outside of binding context. (block-scoped-var)
(#269) 'i' declared on line 254 column 18 is used outside of binding context. (block-scoped-var)
(#270) 'item' is already defined. (no-redeclare)
(#270) 'item' declared on line 255 column 17 is used outside of binding context. (block-scoped-var)
(#270) 'items' declared on line 253 column 13 is used outside of binding context. (block-scoped-var)
(#270) 'i' declared on line 254 column 18 is used outside of binding context. (block-scoped-var)
(#271) 'font' is already defined. (no-redeclare)
(#271) 'font' declared on line 256 column 17 is used outside of binding context. (block-scoped-var)
(#271) 'item' declared on line 255 column 17 is used outside of binding context. (block-scoped-var)
(#272) 'fontSize' is already defined. (no-redeclare)
(#272) 'fontSize' declared on line 257 column 17 is used outside of binding context. (block-scoped-var)
(#272) 'font' declared on line 256 column 17 is used outside of binding context. (block-scoped-var)
(#273) 'item' declared on line 255 column 17 is used outside of binding context. (block-scoped-var)
(#273) 'fontSize' declared on line 257 column 17 is used outside of binding context. (block-scoped-var)
(#279) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#280) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#284) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#284) Unexpected space before function parentheses. (space-before-function-paren)
(#287) 'i' declared on line 293 column 14 is used outside of binding context. (block-scoped-var)
(#287) 'i' declared on line 293 column 14 is used outside of binding context. (block-scoped-var)
(#287) 'i' declared on line 293 column 14 is used outside of binding context. (block-scoped-var)
(#288) 'item' declared on line 294 column 13 is used outside of binding context. (block-scoped-var)
(#288) 'i' declared on line 293 column 14 is used outside of binding context. (block-scoped-var)
(#289) 'font' declared on line 295 column 13 is used outside of binding context. (block-scoped-var)
(#289) 'item' declared on line 294 column 13 is used outside of binding context. (block-scoped-var)
(#290) 'item' declared on line 294 column 13 is used outside of binding context. (block-scoped-var)
(#290) 'font' declared on line 295 column 13 is used outside of binding context. (block-scoped-var)
(#291) 'fs' declared on line 296 column 13 is used outside of binding context. (block-scoped-var)
(#291) 'item' declared on line 294 column 13 is used outside of binding context. (block-scoped-var)
(#293) 'i' is already defined. (no-redeclare)
(#293) 'i' declared on line 287 column 14 is used outside of binding context. (block-scoped-var)
(#293) 'i' declared on line 287 column 14 is used outside of binding context. (block-scoped-var)
(#293) 'i' declared on line 287 column 14 is used outside of binding context. (block-scoped-var)
(#294) 'item' is already defined. (no-redeclare)
(#294) 'item' declared on line 288 column 13 is used outside of binding context. (block-scoped-var)
(#294) 'i' declared on line 287 column 14 is used outside of binding context. (block-scoped-var)
(#295) 'font' is already defined. (no-redeclare)
(#295) 'font' declared on line 289 column 13 is used outside of binding context. (block-scoped-var)
(#295) 'item' declared on line 288 column 13 is used outside of binding context. (block-scoped-var)
(#296) 'fs' is already defined. (no-redeclare)
(#296) 'fs' declared on line 291 column 13 is used outside of binding context. (block-scoped-var)
(#296) 'font' declared on line 289 column 13 is used outside of binding context. (block-scoped-var)
(#297) 'item' declared on line 288 column 13 is used outside of binding context. (block-scoped-var)
(#297) 'fs' declared on line 291 column 13 is used outside of binding context. (block-scoped-var)
(#304) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#304) Unexpected space before function parentheses. (space-before-function-paren)
(#310) 'fs' is assigned a value but never used. (no-unused-vars)
(#314) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#314) Unexpected space before function parentheses. (space-before-function-paren)
(#327) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#327) Unexpected space before function parentheses. (space-before-function-paren)
(#343) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#343) Unexpected space before function parentheses. (space-before-function-paren)
(#349) 'title' declared on line 354 column 17 is used outside of binding context. (block-scoped-var)
(#350) 'title' declared on line 354 column 17 is used outside of binding context. (block-scoped-var)
(#351) 'title' declared on line 354 column 17 is used outside of binding context. (block-scoped-var)
(#352) 'title' declared on line 354 column 17 is used outside of binding context. (block-scoped-var)
(#354) 'title' is already defined. (no-redeclare)
(#354) 'title' declared on line 349 column 17 is used outside of binding context. (block-scoped-var)
(#355) 'title' declared on line 349 column 17 is used outside of binding context. (block-scoped-var)
(#356) 'title' declared on line 349 column 17 is used outside of binding context. (block-scoped-var)
(#357) 'title' declared on line 349 column 17 is used outside of binding context. (block-scoped-var)
(#362) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#362) Unexpected space before function parentheses. (space-before-function-paren)
(#367) Unexpected console statement. (no-console)
(#371) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#371) Unexpected space before function parentheses. (space-before-function-paren)
(#371) 'event' is defined but never used. (no-unused-vars)
(#380) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#380) 'event' is defined but never used. (no-unused-vars)
(#384) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#384) Unexpected space before function parentheses. (space-before-function-paren)
(#393) Identifier 'eadtraining_AccessTool' is not in camel case. (camelcase)
(#393) Unexpected space before function parentheses. (space-before-function-paren)
(#393) 'event' is defined but never used. (no-unused-vars)
theme/eadtraining/amd/src/blocks.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Missing semicolon. (@babel/semi)
(#32) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Identifier 'add_style_tag' is not in camel case. (camelcase)
(#44) Missing space before value for key 'add_style_tag'. (key-spacing)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Missing space before opening brace. (space-before-blocks)
(#50) There should be no space after '{'. (@babel/object-curly-spacing)
(#50) There should be no space before '}'. (@babel/object-curly-spacing)
theme/eadtraining/amd/src/frontpage.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Identifier 'add_block' is not in camel case. (camelcase)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Each then() should return a value or throw (promise/always-return)
(#22) Identifier 'add_block_modal_init' is not in camel case. (camelcase)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#38) Expected { after 'if' condition. (curly)
(#43) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Missing semicolon. (@babel/semi)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#72) This line has a length of 158. Maximum allowed is 132. (max-len)
(#81) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#84) Missing semicolon. (@babel/semi)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#91) Identifier 'block_order' is not in camel case. (camelcase)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#93) Unexpected space before function parentheses. (space-before-function-paren)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#110) Identifier 'block_order_move_item' is not in camel case. (camelcase)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#111) Unexpected space before function parentheses. (space-before-function-paren)
(#117) Unexpected space before function parentheses. (space-before-function-paren)
(#124) Identifier 'block_order_save_order' is not in camel case. (camelcase)
(#124) Unexpected space before function parentheses. (space-before-function-paren)
(#127) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Unexpected space before function parentheses. (space-before-function-paren)
(#139) Unexpected console statement. (no-console)
(#141) Unexpected space before function parentheses. (space-before-function-paren)
(#142) Unexpected console statement. (no-console)
theme/eadtraining/amd/src/settings.js
(#1) 'minicolors' is defined but never used. (no-unused-vars)
(#7) Identifier 'form_hide' is not in camel case. (camelcase)
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#8) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#9) Identifier 'top_scroll_fix' is not in camel case. (camelcase)
(#10) Identifier 'top_scroll_fix' is not in camel case. (camelcase)
theme/eadtraining/quickstart/script.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#7) 'e' is defined but never used. (no-unused-vars)
(#12) Unexpected console statement. (no-console)

CSS problems

(717 errors, 69 warnings)

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

theme/eadtraining/quickstart/style.css
(#11) Expected empty line before at-rule (at-rule-empty-line-before)
(#66) Expected empty line before at-rule (at-rule-empty-line-before)
(#74) Expected empty line before at-rule (at-rule-empty-line-before)
(#23) Expected "#ffffff" to be "#fff" (color-hex-length)
(#39) Expected "#ffffff" to be "#fff" (color-hex-length)
(#86) Expected "#ffffff" to be "#fff" (color-hex-length)
(#137) Expected "#ffffff" to be "#fff" (color-hex-length)
(#155) Expected "#ffffff" to be "#fff" (color-hex-length)
(#175) Expected "#ffffff" to be "#fff" (color-hex-length)
(#191) Expected "#ffffff" to be "#fff" (color-hex-length)
(#228) Expected "#ffffff" to be "#fff" (color-hex-length)
(#235) Expected "#ffffff" to be "#fff" (color-hex-length)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 8 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 8 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 8 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 8 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 8 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
theme/eadtraining/quickstart/style.scss
(#177) Expected single space before "{" (block-opening-brace-space-before)
(#21) Expected "#ffffff" to be "#fff" (color-hex-length)
(#36) Expected "#ffffff" to be "#fff" (color-hex-length)
(#85) Expected "#ffffff" to be "#fff" (color-hex-length)
(#141) Expected "#ffffff" to be "#fff" (color-hex-length)
(#157) Expected "#ffffff" to be "#fff" (color-hex-length)
(#183) Expected "#ffffff" to be "#fff" (color-hex-length)
(#198) Expected "#ffffff" to be "#fff" (color-hex-length)
(#241) Expected "#ffffff" to be "#fff" (color-hex-length)
(#246) Expected "#ffffff" to be "#fff" (color-hex-length)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
theme/eadtraining/scss/colors.css
(#404) Expected empty line before at-rule (at-rule-empty-line-before)
(#15) Expected "#ffffff" to be "#fff" (color-hex-length)
(#360) Expected "#ffffff" to be "#fff" (color-hex-length)
(#387) Expected "#ffffff" to be "#fff" (color-hex-length)
(#395) Expected "#ffffff" to be "#fff" (color-hex-length)
(#433) Expected "#ffffff" to be "#fff" (color-hex-length)
(#480) Expected "#ffffff" to be "#fff" (color-hex-length)
(#494) Expected "#ffffff" to be "#fff" (color-hex-length)
(#499) Expected "#ffffff" to be "#fff" (color-hex-length)
(#365) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#232) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#23) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#374) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#401) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 8 spaces (indentation)
(#410) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#416) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#422) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 4 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#494) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#501) Expected indentation of 4 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 4 spaces (indentation)
(#509) Expected indentation of 4 spaces (indentation)
(#512) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
theme/eadtraining/scss/colors.scss
(#21) Expected empty line before at-rule (at-rule-empty-line-before)
(#16) Expected "#ffffff" to be "#fff" (color-hex-length)
(#29) Expected "#ffffff" to be "#fff" (color-hex-length)
(#54) Expected "#ffffff" to be "#fff" (color-hex-length)
(#61) Expected "#ffffff" to be "#fff" (color-hex-length)
(#97) Expected "#ffffff" to be "#fff" (color-hex-length)
(#145) Expected "#ffffff" to be "#fff" (color-hex-length)
(#158) Expected "#ffffff" to be "#fff" (color-hex-length)
(#165) Expected "#ffffff" to be "#fff" (color-hex-length)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected newline after "," (selector-list-comma-newline-after)
theme/eadtraining/scss/style.scss
(#111) Expected empty line before at-rule (at-rule-empty-line-before)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
theme/eadtraining/scss/moodle/acctoolbar.scss
(#105) Expected "#2E3B2D" to be "#2e3b2d" (color-hex-case)
(#106) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#142) Expected "#2E3B2D" to be "#2e3b2d" (color-hex-case)
(#146) Expected "#2E3B2D" to be "#2e3b2d" (color-hex-case)
(#166) Expected "#FEFAF8" to be "#fefaf8" (color-hex-case)
(#106) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#288) Expected "#ffffff" to be "#fff" (color-hex-length)
(#381) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#387) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#392) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#398) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#62) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#73) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#165) Unexpected !important (declaration-no-important)
(#171) Unexpected !important (declaration-no-important)
(#221) Unexpected !important (declaration-no-important)
(#231) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#233) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#302) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#304) Unexpected !important (declaration-no-important)
(#308) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#315) Unexpected !important (declaration-no-important)
(#316) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#321) Unexpected !important (declaration-no-important)
(#322) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#328) Unexpected !important (declaration-no-important)
(#329) Unexpected !important (declaration-no-important)
(#330) Unexpected !important (declaration-no-important)
(#331) Unexpected !important (declaration-no-important)
(#332) Unexpected !important (declaration-no-important)
(#338) Unexpected !important (declaration-no-important)
(#355) Unexpected !important (declaration-no-important)
(#356) Unexpected !important (declaration-no-important)
(#357) Unexpected !important (declaration-no-important)
(#358) Unexpected !important (declaration-no-important)
(#359) Unexpected !important (declaration-no-important)
(#360) Unexpected !important (declaration-no-important)
(#364) Unexpected !important (declaration-no-important)
(#368) Unexpected !important (declaration-no-important)
(#377) Unexpected !important (declaration-no-important)
(#382) Unexpected !important (declaration-no-important)
(#388) Unexpected !important (declaration-no-important)
(#393) Unexpected !important (declaration-no-important)
(#399) Unexpected !important (declaration-no-important)
(#403) Unexpected !important (declaration-no-important)
(#404) Unexpected !important (declaration-no-important)
(#405) Unexpected !important (declaration-no-important)
(#406) Unexpected !important (declaration-no-important)
(#407) Unexpected !important (declaration-no-important)
(#408) Unexpected !important (declaration-no-important)
(#409) Unexpected !important (declaration-no-important)
(#410) Unexpected !important (declaration-no-important)
(#411) Unexpected !important (declaration-no-important)
(#412) Unexpected !important (declaration-no-important)
(#413) Unexpected !important (declaration-no-important)
(#414) Unexpected !important (declaration-no-important)
(#415) Unexpected !important (declaration-no-important)
(#416) Unexpected !important (declaration-no-important)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#337) Expected newline after "," (selector-list-comma-newline-after)
(#382) Expected indentation of 8 spaces (indentation)
(#388) Expected indentation of 8 spaces (indentation)
(#393) Expected indentation of 8 spaces (indentation)
(#399) Expected indentation of 8 spaces (indentation)
theme/eadtraining/scss/moodle/atto.scss
(#62) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#72) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#63) Expected indentation of 8 spaces (indentation)
(#64) Expected indentation of 8 spaces (indentation)
(#65) Expected indentation of 8 spaces (indentation)
(#73) Expected indentation of 8 spaces (indentation)
(#74) Expected indentation of 8 spaces (indentation)
(#75) Expected indentation of 8 spaces (indentation)
theme/eadtraining/scss/moodle/blocks.scss
(#250) Invalid value for "font-size" (csstree/validator)
(#388) Expected "#ffffff" to be "#fff" (color-hex-length)
(#202) Expected newline after "," (selector-list-comma-newline-after)
theme/eadtraining/scss/moodle/calendar.scss
(#352) Unexpected duplicate "border-left" (declaration-block-no-duplicate-properties)
(#290) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#299) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#307) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#312) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#320) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#328) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#356) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#360) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#364) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#368) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#372) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#383) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#403) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#409) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#429) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#441) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#454) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#460) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#464) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#955) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#959) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#965) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#971) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#988) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#995) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#999) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1010) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1014) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1025) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#408) Unexpected !important (declaration-no-important)
(#415) Unexpected !important (declaration-no-important)
(#356) Expected a minimum of 100 milliseconds (time-min-milliseconds)
theme/eadtraining/scss/moodle/core.scss
(#13) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3000) Expected "#00000000" to be "#0000" (color-hex-length)
(#2838) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#2736) Unexpected !important (declaration-no-important)
(#2839) Expected indentation of 8 spaces (indentation)
(#2840) Expected indentation of 8 spaces (indentation)
(#2841) Expected indentation of 8 spaces (indentation)
theme/eadtraining/scss/moodle/course.scss
(#133) Expected single space before "{" (block-opening-brace-space-before)
(#942) Expected single space before "{" (block-opening-brace-space-before)
(#949) Expected single space before "{" (block-opening-brace-space-before)
(#157) Expected "#666666" to be "#666" (color-hex-length)
(#425) Expected "#ffffff" to be "#fff" (color-hex-length)
(#472) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1055) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1022) Unexpected !important (declaration-no-important)
(#1027) Unexpected !important (declaration-no-important)
(#1030) Unexpected !important (declaration-no-important)
(#642) Expected line length to be no more than 132 characters (max-line-length)
(#156) Expected newline after "," (selector-list-comma-newline-after)
theme/eadtraining/scss/moodle/courseindex.scss
(#14) Expected empty line before at-rule (at-rule-empty-line-before)
(#39) Expected single space before "{" (block-opening-brace-space-before)
(#43) Expected "#ffffff" to be "#fff" (color-hex-length)
(#48) Expected "#ffffff" to be "#fff" (color-hex-length)
(#50) Expected "#ffffff" to be "#fff" (color-hex-length)
(#215) Expected "#ffffff" to be "#fff" (color-hex-length)
theme/eadtraining/scss/moodle/drawer.scss
(#39) Expected empty line before at-rule (at-rule-empty-line-before)
(#125) Expected empty line before at-rule (at-rule-empty-line-before)
(#143) Expected empty line before at-rule (at-rule-empty-line-before)
(#160) Expected empty line before at-rule (at-rule-empty-line-before)
(#215) Expected empty line before at-rule (at-rule-empty-line-before)
(#249) Expected empty line before at-rule (at-rule-empty-line-before)
(#256) Expected empty line before at-rule (at-rule-empty-line-before)
(#192) Expected "#ffffff" to be "#fff" (color-hex-length)
theme/eadtraining/scss/moodle/format-block.scss
(#2) Unexpected !important (declaration-no-important)
(#3) Unexpected !important (declaration-no-important)
(#5) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/frontpage.scss
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/layout.scss
(#226) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#40) Expected "#ffffff" to be "#fff" (color-hex-length)
(#226) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#231) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/login.scss
(#19) Unexpected !important (declaration-no-important)
(#20) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/minicolors.scss
(#181) Unexpected !important (declaration-no-important)
(#217) Unexpected !important (declaration-no-important)
(#218) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#5) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
theme/eadtraining/scss/moodle/modules.scss
(#475) Expected empty line before at-rule (at-rule-empty-line-before)
(#625) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#640) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#660) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#672) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#691) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#707) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#718) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#732) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#809) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#818) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#826) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#626) Expected indentation of 28 spaces (indentation)
(#641) Expected indentation of 28 spaces (indentation)
(#661) Expected indentation of 32 spaces (indentation)
(#662) Expected indentation of 32 spaces (indentation)
(#663) Expected indentation of 32 spaces (indentation)
(#673) Expected indentation of 32 spaces (indentation)
(#674) Expected indentation of 32 spaces (indentation)
(#675) Expected indentation of 32 spaces (indentation)
(#692) Expected indentation of 32 spaces (indentation)
(#708) Expected indentation of 36 spaces (indentation)
(#709) Expected indentation of 36 spaces (indentation)
(#710) Expected indentation of 36 spaces (indentation)
(#719) Expected indentation of 36 spaces (indentation)
(#720) Expected indentation of 36 spaces (indentation)
(#721) Expected indentation of 36 spaces (indentation)
(#733) Expected indentation of 20 spaces (indentation)
(#734) Expected indentation of 20 spaces (indentation)
(#735) Expected indentation of 20 spaces (indentation)
(#810) Expected indentation of 36 spaces (indentation)
(#819) Expected indentation of 32 spaces (indentation)
(#827) Expected indentation of 32 spaces (indentation)
theme/eadtraining/scss/moodle/navbar.scss
(#258) Expected single space before "{" (block-opening-brace-space-before)
(#13) Expected "#ffffff" to be "#fff" (color-hex-length)
(#170) Expected "#ffffff" to be "#fff" (color-hex-length)
(#173) Expected "#ffffff" to be "#fff" (color-hex-length)
(#175) Expected "#ffffff" to be "#fff" (color-hex-length)
(#199) Expected "#ffffff" to be "#fff" (color-hex-length)
(#203) Expected "#ffffff" to be "#fff" (color-hex-length)
(#243) Expected "#ffffff" to be "#fff" (color-hex-length)
(#247) Expected "#ffffff" to be "#fff" (color-hex-length)
(#294) Expected "#ffffff" to be "#fff" (color-hex-length)
(#393) Expected "#ffffff" to be "#fff" (color-hex-length)
(#184) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#192) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#197) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#212) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#187) Expected line length to be no more than 132 characters (max-line-length)
theme/eadtraining/scss/moodle/popover-region.scss
(#12) Expected empty line before at-rule (at-rule-empty-line-before)
theme/eadtraining/scss/moodle/prefixes.scss
(#63) Expected empty line before at-rule (at-rule-empty-line-before)
theme/eadtraining/scss/moodle/primarynavigation.scss
(#57) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/reportbuilder.scss
(#302) Expected empty line before at-rule (at-rule-empty-line-before)
theme/eadtraining/scss/moodle/search.scss
(#103) Expected single space before "{" (block-opening-brace-space-before)
(#25) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
theme/eadtraining/scss/moodle/secondarynavigation.scss
(#27) Expected single space before "{" (block-opening-brace-space-before)
(#29) Expected "#ffffff" to be "#fff" (color-hex-length)
theme/eadtraining/scss/moodle/sticky-footer.scss
(#77) Expected newline after "," (selector-list-comma-newline-after)
theme/eadtraining/scss/moodle/tool_usertours.scss
(#54) Expected indentation of 8 spaces (indentation)
(#55) Expected indentation of 8 spaces (indentation)
(#56) Expected indentation of 8 spaces (indentation)
(#57) Expected indentation of 8 spaces (indentation)
(#61) Expected indentation of 8 spaces (indentation)
(#62) Expected indentation of 8 spaces (indentation)
(#63) Expected indentation of 8 spaces (indentation)
(#64) Expected indentation of 8 spaces (indentation)
theme/eadtraining/scss/moodle/undo.scss
(#172) Expected empty line before at-rule (at-rule-empty-line-before)
theme/eadtraining/scss/moodle/variables.scss
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 8 spaces (indentation)
(#45) Expected indentation of 8 spaces (indentation)
(#46) Expected indentation of 8 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#49) Expected indentation of 8 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(7 errors, 0 warnings)

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

theme/eadtraining/classes/autoprefixer.php
(#156) Phpdocs for function autoprefixer::process_block has incomplete parameters list
theme/eadtraining/classes/core_hook_output.php
(#37) Phpdocs for function core_hook_output::before_html_attributes has incomplete parameters list
theme/eadtraining/classes/output/core/admin_renderer.php
(#33) Phpdocs for function admin_renderer::admin_notifications_page has incomplete parameters list
theme/eadtraining/classes/output/core/course_renderer.php
(#280) Inline phpdocs tag {@link core_course_renderer::course_info_box()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#369) Inline phpdocs tag {@link core_course_renderer::courses_list()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
theme/eadtraining/lib.php
(#237) Phpdocs for function theme_eadtraining_setting_file_url has incomplete parameters list
(#492) Phpdocs for function theme_eadtraining_default_color 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:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(3 errors, 139 warnings)

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

theme/eadtraining/templates/block_myoverview/course-action-menu.mustache
(#1) HTML Validation error, line 16: The “aria-controls” attribute must point to an element in the same document. (> <a class="dropdown-item hidden" href="#" data-action="add-favourite" data-course-id="" aria-controls="favorite-icon--would-be-a-uniqid"> )
(#1) HTML Validation error, line 25: The “aria-controls” attribute must point to an element in the same document. (> <a class="dropdown-item " href="#" data-action="remove-favourite" data-course-id="" aria-controls="favorite-icon--would-be-a-uniqid"> )
(#1) HTML Validation error, line 34: The “aria-controls” attribute must point to an element in the same document. (> <a class="dropdown-item hidden" href="#" data-action="show-course" data-course-id="" aria-controls="favorite-icon--would-be-a-uniqid"> )
(#1) HTML Validation error, line 43: The “aria-controls” attribute must point to an element in the same document. (> <a class="dropdown-item " href="#" data-action="hide-course" data-course-id="" aria-controls="favorite-icon--would-be-a-uniqid"> )
theme/eadtraining/templates/block_myoverview/view-cards.mustache
(#1) HTML Validation error, line 40: No space between attributes. ( <span class="multiline" title="Course 3 for "Statist)
(#1) HTML Validation error, line 40: Quote “"” in attribute name. Probable cause: Matching quote missing somewhere earlier. (e 3 for "Statistical and Computational Tools" "> )
(#1) HTML Validation error, line 40: Quote “"” in attribute name. Probable cause: Matching quote missing somewhere earlier. (nal Tools" "> )
(#1) HTML Validation info, line 40: Attribute “tools"” is not serializable as XML 1.0. (l Tools" "> )
(#1) HTML Validation info, line 40: Attribute “"” is not serializable as XML 1.0. (l Tools" "> )
(#1) HTML Validation error, line 40: Attribute “statistical” not allowed on element “span” at this point. (l Tools" "> )
(#1) HTML Validation error, line 40: Attribute “and” not allowed on element “span” at this point. (l Tools" "> )
(#1) HTML Validation error, line 40: Attribute “computational” not allowed on element “span” at this point. (l Tools" "> )
(#1) HTML Validation error, line 40: Attribute “tools"” not allowed on element “span” at this point. (l Tools" "> )
(#1) HTML Validation error, line 40: Attribute “"” not allowed on element “span” at this point. (l Tools" "> )
theme/eadtraining/templates/block_recentlyaccessedcourses/recentlyaccessedcourses-view.mustache
(#1) HTML Validation error, line 39: Bad value “” for attribute “src” on element “img”: Must be non-empty. (> <img class="empty-placeholder-image-lg mt-1" src="" alt=""> )
theme/eadtraining/templates/columns1.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/columns2.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation error, line 131: Element “style” not allowed as child of element “footer” in this context. (Suppressing further errors from this subtree.) (> <style> )
(#1) HTML Validation error, line 133: CSS: “background”: Parse Error. ( background: ; )
(#1) HTML Validation error, line 136: CSS: “color”: Parse Error. ( color: ; )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/core/full_header.mustache
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( require(["jquery", "core/modal", "core/notification"], function ($, Modal, Notification) {
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( $(`#headeractions-banner-`).click(function (){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(`#headeractions-banner-`).click(function (){
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( }).then(function (modal) {
(#1) ESLint warning [promise/always-return]: Each then() should return a value or throw ( if (!modal.root) {
(#1) ESLint error [semi]: Missing semicolon. ( })
theme/eadtraining/templates/core/setting_configpasswordunmask.mustache
(#1) HTML Validation error, line 15: Duplicate ID “form-password-eye-would-be-a-uniqid”. ( <button type="button" id="form-password-eye-would-be-a-uniqid" class="btn btn-outline-secondary toggle-password h-100 ms-2" tabindex="-1" aria-label="((+passwordunmaskrevealhint%2C+form+))"> )
(#1) HTML Validation info, line 2: The first occurrence of ID “form-password-eye-would-be-a-uniqid” was here. (body> <div id="form-password-eye-would-be-a-uniqid"> )
theme/eadtraining/templates/core/user_menu.mustache
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( require(["jquery", "core/modal", "core/notification"], function ($, Modal, Notification) {
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( $("#user-menu-toggle").click(function (event) {
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( }).then(function (modal) {
(#1) ESLint warning [promise/always-return]: Each then() should return a value or throw ( if (!modal.root) {
(#1) ESLint warning [camelcase]: Identifier 'usermodal_init' is not in camel case. ( function usermodal_init(modal) {
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( modal.root.find(".usermenu-modal-tabs .tabs-menu-link a").click(function () {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( /* se menor não faz nada */
(#1) ESLint warning [no-alert]: Unexpected alert. ( alert("ops...");
theme/eadtraining/templates/core_admin/setting_configpasswordunmask.mustache
(#1) HTML Validation error, line 15: Duplicate ID “form-password-eye-would-be-a-uniqid”. ( <button type="button" id="form-password-eye-would-be-a-uniqid" class="btn btn-outline-secondary toggle-password h-100 ms-2" tabindex="-1" aria-label="((+passwordunmaskrevealhint%2C+form+))"> )
(#1) HTML Validation info, line 2: The first occurrence of ID “form-password-eye-would-be-a-uniqid” was here. (body> <div id="form-password-eye-would-be-a-uniqid"> )
theme/eadtraining/templates/core_course/cardhome.mustache
(#1) HTML Validation error, line 5: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”. (b-2"> <div class="card course-card mx-1" role="listitem" data-region="course-content" data-course-id=""> )
theme/eadtraining/templates/core_course/coursecard.mustache
(#1) HTML Validation error, line 4: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”. (ad><body><div class="card course-card mx-1" role="listitem" data-region="course-content" data-course-id=""> <)
(#1) HTML Validation error, line 51: Bad value “” for attribute “aria-valuenow” on element “div”: The empty string is not a valid floating point number. ( <div class="progress-bar" role="progressbar" style="width: %;" aria-valuenow="" aria-valuemin="0" aria-valuemax="100"></div>)
(#1) HTML Validation error, line 51: CSS: “width”: Parse Error. ( <div class="progress-bar" role="progressbar" style="width: %;" aria-valuenow="" aria-valuemin="0" aria-valuemax="100"></div>)
theme/eadtraining/templates/core_course/view-cards.mustache
(#1) HTML Validation error, line 63: Bad value “” for attribute “aria-valuenow” on element “div”: The empty string is not a valid floating point number. ( <div class="progress-bar" role="progressbar" style="width: %;" aria-valuenow="" aria-valuemin="0" aria-valuemax="100"></div>)
(#1) HTML Validation error, line 63: CSS: “width”: Parse Error. ( <div class="progress-bar" role="progressbar" style="width: %;" aria-valuenow="" aria-valuemin="0" aria-valuemax="100"></div>)
theme/eadtraining/templates/core_courseformat/local/content/section/content.mustache
(#1) HTML Validation error, line 17: The “aria-controls” attribute must point to an element in the same document. ( <a role="button" data-bs-toggle="collapse" data-for="sectiontoggler" href="#coursecontentcollapseid35" id="collapsesectionid35" aria-expanded="true" aria-controls="coursecontentcollapseid35" class="btn btn-icon me-3 icons-collapse-expand " aria-label="Section title"> )
theme/eadtraining/templates/core_courseformat/local/courseindex/cm.mustache
(#1) HTML Validation error, line 12: Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><li class="courseindex-item active d-flex indented " id="course-index-cm-12" data-for="cm" data-id="12" role="treeitem"> )
(#1) HTML Validation error, line 12: An element with “role=treeitem” must be contained in, or owned by, an element with “role=tree” or “role=group”. (ad><body><li class="courseindex-item active d-flex indented " id="course-index-cm-12" data-for="cm" data-id="12" role="treeitem"> )
theme/eadtraining/templates/core_form/element-float-inline.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 10: Bad value “” for attribute “name” on element “input”: Must not be empty. (e=""> <input type="text" class="form-control " name="" id="" value="" > <)
(#1) HTML Validation error, line 10: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (e=""> <input type="text" class="form-control " name="" id="" value="" > <)
(#1) HTML Validation error, line 12: Duplicate ID “”. (span> <div class="form-control-feedback invalid-feedback" id="" > )
(#1) HTML Validation info, line 10: The first occurrence of ID “” was here. (e=""> <input type="text" class="form-control " name="" id="" value="" > <)
(#1) HTML Validation error, line 12: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (span> <div class="form-control-feedback invalid-feedback" id="" > )
theme/eadtraining/templates/core_form/element-float.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="mb-3 row fitem " > <)
(#1) HTML Validation error, line 16: Duplicate ID “”. (> <input type="text" class="form-control " name="" id="" value="" > )
(#1) HTML Validation info, line 2: The first occurrence of ID “” was here. (ad><body><div id="" class="mb-3 row fitem " > <)
(#1) HTML Validation error, line 16: Bad value “” for attribute “name” on element “input”: Must not be empty. (> <input type="text" class="form-control " name="" id="" value="" > )
(#1) HTML Validation error, line 16: Bad value “” for attribute “id” on element “input”: An ID must not be the empty string. (> <input type="text" class="form-control " name="" id="" value="" > )
(#1) HTML Validation error, line 17: Duplicate ID “”. (> <div class="form-control-feedback invalid-feedback" id="" > )
(#1) HTML Validation info, line 2: The first occurrence of ID “” was here. (ad><body><div id="" class="mb-3 row fitem " > <)
(#1) HTML Validation error, line 17: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (> <div class="form-control-feedback invalid-feedback" id="" > )
theme/eadtraining/templates/core_form/element-passwordunmask.mustache
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="mb-3 row fitem " > <)
(#1) HTML Validation error, line 27: Duplicate ID “form-password-eye-would-be-a-uniqid”. ( <button type="button" id="form-password-eye-would-be-a-uniqid" class="btn btn-outline-secondary toggle-password h-100 ms-2" tabindex="-1" aria-label="((+passwordunmaskrevealhint%2C+form+))"> )
(#1) HTML Validation info, line 10: The first occurrence of ID “form-password-eye-would-be-a-uniqid” was here. (> <div id="form-password-eye-would-be-a-uniqid"> )
(#1) HTML Validation error, line 58: Duplicate ID “”. (> <div class="form-control-feedback invalid-feedback" id="" > )
(#1) HTML Validation info, line 2: The first occurrence of ID “” was here. (ad><body><div id="" class="mb-3 row fitem " > <)
(#1) HTML Validation error, line 58: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (> <div class="form-control-feedback invalid-feedback" id="" > )
theme/eadtraining/templates/drawer.mustache
(#1) HTML Validation error, line 8: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div class=" d-print-none not-initialized" data-region="fixed-drawer" id="" data-preference="" data-state="" data-forceopen="0" data-close-on-resize="0"> <)
theme/eadtraining/templates/drawers.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation error, line 179: Element “style” not allowed as child of element “footer” in this context. (Suppressing further errors from this subtree.) (ter"> <style> )
(#1) HTML Validation error, line 181: CSS: “background”: Parse Error. ( background: ; } )
(#1) HTML Validation error, line 184: CSS: “color”: Parse Error. ( color: ; } )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/drawers_embed.mustache
(#1) HTML Validation error, line 3: Stray doctype. (d><body><!DOCTYPE html><div )
(#1) HTML Validation error, line 9: Stray start tag “html”. ( </div><html><body)
(#1) HTML Validation error, line 10: Start tag “body” seen but an element of the same type was already open. (><html><body></body)
(#1) HTML Validation error, line 13: Stray end tag “body”. (</html></body></html)
theme/eadtraining/templates/embedded.mustache
(#1) HTML Validation error, line 2: Duplicate attribute “the”. (TYPE html><html The attributes that should be added to the <html>)
(#1) HTML Validation error, line 2: “<” in attribute name. Probable cause: “>” missing immediately before. (ed to the <html> )
(#1) HTML Validation info, line 2: Attribute “<html” is not serializable as XML 1.0. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “the” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “attributes” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “that” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “should” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “be” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “added” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “to” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Attribute “<html” not allowed on element “html” at this point. (d to the <html> tag>)
(#1) HTML Validation error, line 2: Element “head” is missing a required instance of child element “title”. (the <html> tag><head>)
(#1) HTML Validation error, line 3: Stray start tag “head”. (tml> tag><head> <)
(#1) HTML Validation error, line 4: Element “title” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (head> <title>Test p)
(#1) HTML Validation error, line 5: A “link” element must not appear as a descendant of a “body” element unless the “link” element has an “itemprop” attribute or has a “rel” attribute whose value contains “dns-prefetch”, “modulepreload”, “pingback”, “preconnect”, “prefetch”, “preload”, “prerender”, or “stylesheet”. (itle> <link rel="shortcut icon" href="favicon.ico"/> T)
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> T)
(#1) HTML Validation error, line 6: Stray start tag “head”. (ed in the <head> tag )
(#1) HTML Validation error, line 7: Attribute “name” not allowed on element “meta” at this point. (> tag <meta name="viewport" content="width=device-width, initial-scale=1.0"></hea)
(#1) HTML Validation error, line 7: Element “meta” is missing one or more of the following attributes: “itemprop”, “property”. (> tag <meta name="viewport" content="width=device-width, initial-scale=1.0"></hea)
(#1) HTML Validation error, line 8: Stray end tag “head”. (ale=1.0"></head><bod)
(#1) HTML Validation error, line 10: Duplicate attribute “the”. (</head><body The attributes to use within the body t)
(#1) HTML Validation error, line 10: Start tag “body” seen but an element of the same type was already open. (ithin the body tag><div )
(#1) HTML Validation error, line 10: Cannot recover after last error. Any further errors will be ignored. (ithin the body tag><div )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (d to the <html> tag>)
theme/eadtraining/templates/footer.mustache
(#1) HTML Validation error, line 4: Element “style” not allowed as child of element “footer” in this context. (Suppressing further errors from this subtree.) (ter"> <style> )
(#1) HTML Validation error, line 6: CSS: “background”: Parse Error. ( background: ; } )
(#1) HTML Validation error, line 9: CSS: “color”: Parse Error. ( color: ; } )
theme/eadtraining/templates/frontpage.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation error, line 132: Element “style” not allowed as child of element “footer” in this context. (Suppressing further errors from this subtree.) (> <style> )
(#1) HTML Validation error, line 134: CSS: “background”: Parse Error. ( background: ; )
(#1) HTML Validation error, line 137: CSS: “color”: Parse Error. ( color: ; )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( require(["theme_boost/loader", "theme_boost/drawer"], function (Loader, Drawer) {
theme/eadtraining/templates/frontpage_editor.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
theme/eadtraining/templates/head.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. (<html ><head)
(#1) HTML Validation error, line 4: Element “title” must not be empty. ( <title></title> <)
(#1) HTML Validation error, line 5: Bad value “” for attribute “href” on element “link”: Must be non-empty. (itle> <link rel="shortcut icon" href=""/> )
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href=""/> )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (<html ><head)
theme/eadtraining/templates/login.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/maintenance.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/quickstart/brandcolor.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
theme/eadtraining/templates/quickstart/courses.mustache
(#1) HTML Validation error, line 21: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) ( <div class="marked-area"> )
(#1) HTML Validation error, line 31: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) ( <div class="marked-area"> )
(#1) HTML Validation error, line 41: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) ( <div class="marked-area"> )
theme/eadtraining/templates/quickstart/footer.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: Syntax error
theme/eadtraining/templates/quickstart/home.mustache
(#1) HTML Validation error, line 18: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) ( <div class="marked-area"> )
(#1) HTML Validation error, line 27: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) ( <div class="marked-area"> )
(#1) HTML Validation error, line 64: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 99: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 136: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 173: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 208: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 243: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 280: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 315: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 352: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 386: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 420: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 454: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 491: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 525: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 559: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
(#1) HTML Validation error, line 593: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
theme/eadtraining/templates/quickstart/homemode-banners.mustache
(#1) HTML Validation error, line 8: Element “div” not allowed as child of element “label” in this context. (Suppressing further errors from this subtree.) (ne;"> <div class="marked-area"> )
theme/eadtraining/templates/quickstart/logos.mustache
(#1) HTML Validation error, line 17: Bad value “https://....” for attribute “src” on element “img”: Invalid host: A non-final domain name label (or the whole domain name) is empty.. ( <img src="https://...." alt="Logo atual" style="max-width:300px;max-height:100px;"> )
(#1) HTML Validation error, line 35: Bad value “https://....” for attribute “src” on element “img”: Invalid host: A non-final domain name label (or the whole domain name) is empty.. ( <img src="https://...." alt="Logo atual" style="max-width:300px;max-height:100px;"> )
theme/eadtraining/templates/quickstart/user-profile.mustache
(#1) HTML Validation error, line 17: Bad value “https://...” for attribute “src” on element “img”: Invalid host: A non-final domain name label (or the whole domain name) is empty.. ( <img src="https://..." alt="Logo atual" style="max-width:300px;max-height:100px;"> )
theme/eadtraining/templates/secure.mustache
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (itle> <link rel="shortcut icon" href="favicon.ico"/> )
(#1) HTML Validation info, line 2: Consider adding a “lang” attribute to the “html” start tag to declare the language of this document. (TYPE html><html ><head)
theme/eadtraining/templates/settings/acctoolbar.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Element “div” not allowed as child of element “button” in this context. (Suppressing further errors from this subtree.) (ton"> <div> )
theme/eadtraining/templates/settings/colors.mustache
(#1) HTML Validation info, line 9: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections, or else use a “div” element instead for any cases where no heading is needed. (qid"> <section class="card"> )
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( $(`[id^="id_"][id$="_startcolor"]`).change(function (){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(`[id^="id_"][id$="_startcolor"]`).change(function (){
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( $('[id^="id_s_"][id$="brandcolor_background_menu"]').change(function () {
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(!root) {
(#1) ESLint warning [array-bracket-spacing]: There should be no space after '['. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint error [no-bitwise]: Unexpected use of '&'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint error [no-bitwise]: Unexpected use of '>>'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint error [no-bitwise]: Unexpected use of '&'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint error [no-bitwise]: Unexpected use of '>>'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint error [no-bitwise]: Unexpected use of '&'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
(#1) ESLint warning [array-bracket-spacing]: There should be no space before ']'. ( return [ (num >> 16) & 255, (num >> 8) & 255, num & 255 ];
theme/eadtraining/templates/settings/vlibras.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Attribute “vw” not allowed on element “div” at this point. (d><body><div vw class="enabled"> <)
(#1) HTML Validation error, line 4: Attribute “vw-access-button” not allowed on element “div” at this point. (led"> <div vw-access-button class="active"></div>)
(#1) HTML Validation error, line 5: Attribute “vw-plugin-wrapper” not allowed on element “div” at this point. (/div> <div vw-plugin-wrapper> )

Gherkin .feature problems

(0 errors, 0 warnings)

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