Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(569 errors, 337 warnings)

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

theme/fordson/classes/format_topics_renderer.php
(#46) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#128) Expected "} else {\n"; found "}\n else {\n"
(#135) Line exceeds 132 characters; contains 146 characters
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) This comment is 54% valid code; is this commented out code?
(#157) Line exceeds maximum limit of 180 characters; contains 207 characters
theme/fordson/classes/format_weeks_renderer.php
(#46) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#128) Expected "} else {\n"; found "}\n else {\n"
(#135) Line exceeds 132 characters; contains 146 characters
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) This comment is 54% valid code; is this commented out code?
(#157) Line exceeds maximum limit of 180 characters; contains 207 characters
theme/fordson/classes/output/core/course_renderer.php
(#40) "require_once" must be immediately followed by an open parenthesis
(#42) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Whitespace found at end of line
(#65) Expected "} else {\n"; found "}\n else {\n"
(#71) Whitespace found at end of line within string
(#94) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#95) Whitespace found at end of line
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line exceeds 132 characters; contains 136 characters
(#102) Expected "} else {\n"; found "}else {\n"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line indented incorrectly; expected at least 24 spaces, found 12
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 24 spaces, found 12
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 28 spaces, found 13
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 28 spaces, found 13
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 28 spaces, found 16
(#111) Line exceeds 132 characters; contains 133 characters
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 28 spaces, found 16
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 28 spaces, found 16
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 28 spaces, found 16
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 28 spaces, found 16
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 28 spaces, found 16
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 24 spaces, found 12
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 28 spaces, found 13
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 28 spaces, found 13
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 24 spaces, found 12
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 24 spaces, found 21
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) This comment is 59% valid code; is this commented out code?
(#122) Line indented incorrectly; expected at least 28 spaces, found 25
(#122) No space found before comment text; expected "// require_once ($CFG->libdir . '/coursecatlib.php');" but found "//require_once ($CFG->libdir . '/coursecatlib.php');"
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 28 spaces, found 25
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 24 spaces, found 21
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "pix_icon" must not contain underscores.
(#130) Variable "pix_icon" must not contain underscores.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) This comment is 70% valid code; is this commented out code?
(#135) No space found before comment text; expected "// require_once($CFG->libdir. '/coursecatlib.php');" but found "//require_once($CFG->libdir. '/coursecatlib.php');"
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Whitespace found at end of line
(#145) Whitespace found at end of line
(#146) Line exceeds 132 characters; contains 139 characters
(#151) Line exceeds maximum limit of 180 characters; contains 237 characters
(#172) Line exceeds 132 characters; contains 143 characters
(#174) Expected "} else {\n"; found "}\n else {\n"
(#177) Whitespace found at end of line
(#181) Line exceeds maximum limit of 180 characters; contains 194 characters
(#186) Whitespace found at end of line within string
(#206) Whitespace found at end of line within string
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Line exceeds maximum limit of 180 characters; contains 193 characters
(#222) Whitespace found at end of line within string
(#227) Expected "} else {\n"; found "}\n else {\n"
(#238) Line exceeds maximum limit of 180 characters; contains 197 characters
(#265) Expected "} else {\n"; found "}\n else {\n"
(#271) Line exceeds maximum limit of 180 characters; contains 189 characters
(#283) Whitespace found at end of line within string
(#285) Whitespace found at end of line within string
(#287) Whitespace found at end of line within string
(#303) Expected "} else {\n"; found "}\n else {\n"
(#309) Line exceeds maximum limit of 180 characters; contains 194 characters
(#314) Whitespace found at end of line within string
(#342) Line exceeds maximum limit of 180 characters; contains 229 characters
(#347) Expected "} else {\n"; found "}\n else {\n"
(#363) Whitespace found at end of line within string
(#380) Whitespace found at end of line within string
(#388) Expected "} else {\n"; found "}\n else {\n"
(#393) Line exceeds maximum limit of 180 characters; contains 182 characters
(#400) Whitespace found at end of line within string
(#423) Whitespace found at end of line within string
(#427) Whitespace found at end of line within string
(#435) Expected "} else {\n"; found "}\n else {\n"
(#440) Line exceeds maximum limit of 180 characters; contains 216 characters
(#446) Line exceeds maximum limit of 180 characters; contains 206 characters
(#466) Whitespace found at end of line within string
(#476) Expected "} else {\n"; found "}\n else {\n"
(#485) Line exceeds maximum limit of 180 characters; contains 202 characters
(#489) Whitespace found at end of line within string
(#499) Whitespace found at end of line within string
(#506) Expected "} else {\n"; found "}\n else {\n"
(#509) Whitespace found at end of line
(#511) Line exceeds maximum limit of 180 characters; contains 209 characters
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 32 spaces, found 29
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 28 spaces, found 25
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 28 spaces, found 26
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 32 spaces, found 30
(#523) Whitespace found at end of line within string
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 32 spaces, found 27
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 36 spaces, found 34
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 36 spaces, found 34
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 36 spaces, found 34
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 40 spaces, found 38
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 40 spaces, found 38
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected 36 spaces, found 34
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 36 spaces, found 34
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected 32 spaces, found 30
(#538) Closing brace indented incorrectly; expected 27 spaces, found 30
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Whitespace found at end of line
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 32 spaces, found 27
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected 28 spaces, found 29
(#543) Closing brace indented incorrectly; expected 26 spaces, found 29
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 28 spaces, found 25
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Whitespace found at end of line
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 32 spaces, found 29
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected 28 spaces, found 25
(#557) Whitespace found at end of line within string
(#560) Whitespace found at end of line
(#569) Whitespace found at end of line
(#595) Line exceeds 132 characters; contains 166 characters
(#600) Expected "} else {\n"; found "}\n else {\n"
(#622) Line exceeds maximum limit of 180 characters; contains 242 characters
(#636) Line exceeds 132 characters; contains 139 characters
(#643) Empty IF statement detected
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#674) Inline comments must end in full-stops, exclamation marks, or question marks
(#679) Inline comments must start with a capital letter, digit or 3-dots sequence
(#679) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#694) Line exceeds 132 characters; contains 135 characters
(#694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#694) Inline comments must end in full-stops, exclamation marks, or question marks
(#704) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#705) Inline comments must start with a capital letter, digit or 3-dots sequence
(#705) Inline comments must end in full-stops, exclamation marks, or question marks
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Expected "} else {\n"; found "}\n else {\n"
(#766) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#778) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#813) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#823) Inline comments must start with a capital letter, digit or 3-dots sequence
(#826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#883) Expected "} else {\n"; found "}\n else {\n"
(#900) Expected "} else {\n"; found "}\n else {\n"
(#905) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#906) Inline comments must start with a capital letter, digit or 3-dots sequence
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#913) Expected "} else {\n"; found "}\n else {\n"
(#937) Expected "} else {\n"; found "}\n else {\n"
(#949) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) Inline comments must start with a capital letter, digit or 3-dots sequence
(#951) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#959) Whitespace found at end of line
(#961) Usage of ELSEIF not allowed; use ELSE IF instead
(#962) Inline comments must start with a capital letter, digit or 3-dots sequence
(#962) Inline comments must end in full-stops, exclamation marks, or question marks
(#969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#970) Whitespace found at end of line
(#987) Expected "} else {\n"; found "}\nelse {\n"
(#988) Duplicate class name "theme_fordson\output\core\course_renderer" found; first defined in /var/lib/jenkins/git_repositories/prechecker/theme/fordson/classes/output/core/course_renderer.php on line 50
theme/fordson/classes/output/core_renderer.php
(#39) "require_once" must be immediately followed by an open parenthesis
(#71) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#97) "require_once" must be immediately followed by an open parenthesis
(#98) "require_once" must be immediately followed by an open parenthesis
(#108) "require_once" must be immediately followed by an open parenthesis
(#126) Line exceeds maximum limit of 180 characters; contains 230 characters
(#141) Whitespace found at end of line
(#143) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#149) Whitespace found at end of line
(#151) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#157) Whitespace found at end of line
(#159) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#165) Whitespace found at end of line
(#167) Expected "} else {\n"; found "}\n else {\n"
(#173) Whitespace found at end of line
(#192) Expected "} else {\n"; found "}\n else {\n"
(#220) "require_once" must be immediately followed by an open parenthesis
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Expected "} else {\n"; found "}\n else {\n"
(#279) Line exceeds 132 characters; contains 144 characters
(#287) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#292) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#297) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#302) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#307) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#312) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#317) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#322) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#327) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#332) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#337) Expected "} else {\n"; found "}\n else {\n"
(#350) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#353) Line exceeds 132 characters; contains 162 characters
(#357) Expected "} else {\n"; found "}\n else {\n"
(#361) Line exceeds 132 characters; contains 151 characters
(#406) Expected "} else {\n"; found "}\n else {\n"
(#445) Expected "} else {\n"; found "}\n else {\n"
(#478) Line exceeds maximum limit of 180 characters; contains 335 characters
(#553) Line exceeds maximum limit of 180 characters; contains 182 characters
(#555) Line exceeds 132 characters; contains 144 characters
(#556) Line exceeds 132 characters; contains 145 characters
(#558) Line exceeds 132 characters; contains 153 characters
(#559) Line exceeds 132 characters; contains 142 characters
(#560) Line exceeds 132 characters; contains 142 characters
(#561) Line exceeds 132 characters; contains 142 characters
(#562) Line exceeds 132 characters; contains 142 characters
(#563) Line exceeds 132 characters; contains 142 characters
(#564) Line exceeds 132 characters; contains 142 characters
(#565) Line exceeds 132 characters; contains 142 characters
(#566) Line exceeds 132 characters; contains 142 characters
(#575) Line exceeds 132 characters; contains 138 characters
(#576) Line exceeds 132 characters; contains 138 characters
(#577) Line exceeds 132 characters; contains 138 characters
(#578) Line exceeds 132 characters; contains 138 characters
(#579) Line exceeds 132 characters; contains 138 characters
(#580) Line exceeds 132 characters; contains 138 characters
(#581) Line exceeds 132 characters; contains 138 characters
(#582) Line exceeds 132 characters; contains 138 characters
(#583) Line exceeds 132 characters; contains 156 characters
(#586) Line exceeds 132 characters; contains 175 characters
(#589) Line exceeds 132 characters; contains 165 characters
(#592) Line exceeds 132 characters; contains 137 characters
(#595) Whitespace found at end of line
(#596) Line exceeds 132 characters; contains 177 characters
(#597) Line exceeds 132 characters; contains 145 characters
(#598) Line exceeds 132 characters; contains 156 characters
(#599) Line exceeds 132 characters; contains 138 characters
(#602) Whitespace found at end of line
(#603) Line exceeds 132 characters; contains 177 characters
(#604) Line exceeds 132 characters; contains 145 characters
(#605) Line exceeds 132 characters; contains 156 characters
(#606) Line exceeds 132 characters; contains 138 characters
(#609) Whitespace found at end of line
(#610) Line exceeds 132 characters; contains 177 characters
(#611) Line exceeds 132 characters; contains 145 characters
(#612) Line exceeds 132 characters; contains 156 characters
(#613) Line exceeds 132 characters; contains 138 characters
(#616) Whitespace found at end of line
(#617) Line exceeds 132 characters; contains 177 characters
(#618) Line exceeds 132 characters; contains 145 characters
(#619) Line exceeds 132 characters; contains 156 characters
(#620) Line exceeds 132 characters; contains 138 characters
(#623) Whitespace found at end of line
(#624) Line exceeds 132 characters; contains 177 characters
(#625) Line exceeds 132 characters; contains 145 characters
(#626) Line exceeds 132 characters; contains 156 characters
(#627) Line exceeds 132 characters; contains 138 characters
(#630) Whitespace found at end of line
(#631) Line exceeds 132 characters; contains 177 characters
(#632) Line exceeds 132 characters; contains 145 characters
(#633) Line exceeds 132 characters; contains 156 characters
(#634) Line exceeds 132 characters; contains 138 characters
(#638) Line exceeds 132 characters; contains 177 characters
(#639) Line exceeds 132 characters; contains 145 characters
(#640) Line exceeds 132 characters; contains 156 characters
(#641) Line exceeds 132 characters; contains 138 characters
(#645) Line exceeds 132 characters; contains 177 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#647) Line exceeds 132 characters; contains 156 characters
(#648) Line exceeds 132 characters; contains 138 characters
(#652) Line exceeds 132 characters; contains 177 characters
(#653) Line exceeds 132 characters; contains 145 characters
(#654) Line exceeds 132 characters; contains 156 characters
(#655) Line exceeds 132 characters; contains 138 characters
(#658) This comment is 53% valid code; is this commented out code?
(#663) This comment is 50% valid code; is this commented out code?
(#672) Variable "fp_wonderboxcontext" must not contain underscores.
(#672) Line exceeds maximum limit of 180 characters; contains 693 characters
(#678) Line exceeds maximum limit of 180 characters; contains 201 characters
(#685) Line exceeds maximum limit of 180 characters; contains 201 characters
(#692) Line exceeds maximum limit of 180 characters; contains 201 characters
(#699) Line exceeds maximum limit of 180 characters; contains 201 characters
(#706) Line exceeds maximum limit of 180 characters; contains 201 characters
(#713) Line exceeds maximum limit of 180 characters; contains 201 characters
(#720) Line exceeds maximum limit of 180 characters; contains 201 characters
(#727) Line exceeds maximum limit of 180 characters; contains 201 characters
(#734) Line exceeds maximum limit of 180 characters; contains 201 characters
(#738) Line exceeds maximum limit of 180 characters; contains 225 characters
(#802) Variable "fp_wonderboxcontext" must not contain underscores.
(#810) Line exceeds 132 characters; contains 148 characters
(#811) Line exceeds 132 characters; contains 148 characters
(#812) Line exceeds 132 characters; contains 148 characters
(#813) Line exceeds 132 characters; contains 148 characters
(#814) Line exceeds 132 characters; contains 145 characters
(#815) Line exceeds 132 characters; contains 145 characters
(#816) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#820) Variable "customlogin_context" must not contain underscores.
(#820) Line exceeds maximum limit of 180 characters; contains 929 characters
(#822) Line exceeds 132 characters; contains 156 characters
(#824) Line exceeds 132 characters; contains 156 characters
(#828) Line exceeds 132 characters; contains 146 characters
(#854) Variable "customlogin_context" must not contain underscores.
(#858) Line exceeds 132 characters; contains 177 characters
(#859) Line exceeds 132 characters; contains 145 characters
(#860) Line exceeds 132 characters; contains 156 characters
(#861) Line exceeds 132 characters; contains 138 characters
(#864) Whitespace found at end of line
(#865) Line exceeds 132 characters; contains 177 characters
(#866) Line exceeds 132 characters; contains 145 characters
(#867) Line exceeds 132 characters; contains 156 characters
(#868) Line exceeds 132 characters; contains 138 characters
(#871) Whitespace found at end of line
(#872) Line exceeds 132 characters; contains 177 characters
(#873) Line exceeds 132 characters; contains 145 characters
(#874) Line exceeds 132 characters; contains 156 characters
(#875) Line exceeds 132 characters; contains 138 characters
(#878) Whitespace found at end of line
(#879) Line exceeds 132 characters; contains 177 characters
(#880) Line exceeds 132 characters; contains 145 characters
(#881) Line exceeds 132 characters; contains 156 characters
(#882) Line exceeds 132 characters; contains 138 characters
(#885) Whitespace found at end of line
(#886) Line exceeds 132 characters; contains 177 characters
(#887) Line exceeds 132 characters; contains 145 characters
(#888) Line exceeds 132 characters; contains 156 characters
(#889) Line exceeds 132 characters; contains 138 characters
(#892) Whitespace found at end of line
(#893) Line exceeds 132 characters; contains 177 characters
(#894) Line exceeds 132 characters; contains 145 characters
(#895) Line exceeds 132 characters; contains 156 characters
(#896) Line exceeds 132 characters; contains 138 characters
(#899) Whitespace found at end of line
(#900) Line exceeds 132 characters; contains 177 characters
(#901) Line exceeds 132 characters; contains 145 characters
(#902) Line exceeds 132 characters; contains 156 characters
(#903) Line exceeds 132 characters; contains 138 characters
(#907) Line exceeds 132 characters; contains 177 characters
(#908) Line exceeds 132 characters; contains 145 characters
(#909) Line exceeds 132 characters; contains 156 characters
(#910) Line exceeds 132 characters; contains 138 characters
(#914) Line exceeds 132 characters; contains 177 characters
(#915) Line exceeds 132 characters; contains 145 characters
(#916) Line exceeds 132 characters; contains 156 characters
(#917) Line exceeds 132 characters; contains 138 characters
(#921) Variable "fp_marketingtiles" must not contain underscores.
(#921) Line exceeds maximum limit of 180 characters; contains 196 characters
(#927) Line exceeds maximum limit of 180 characters; contains 201 characters
(#934) Line exceeds maximum limit of 180 characters; contains 201 characters
(#941) Line exceeds maximum limit of 180 characters; contains 201 characters
(#948) Line exceeds maximum limit of 180 characters; contains 201 characters
(#955) Line exceeds maximum limit of 180 characters; contains 201 characters
(#962) Line exceeds maximum limit of 180 characters; contains 201 characters
(#969) Line exceeds maximum limit of 180 characters; contains 201 characters
(#976) Line exceeds maximum limit of 180 characters; contains 201 characters
(#983) Line exceeds maximum limit of 180 characters; contains 201 characters
(#986) Variable "fp_marketingtiles" must not contain underscores.
(#992) Line exceeds 132 characters; contains 150 characters
(#994) Line exceeds 132 characters; contains 133 characters
(#996) Line exceeds 132 characters; contains 150 characters
(#998) Line exceeds 132 characters; contains 133 characters
(#1000) Line exceeds 132 characters; contains 150 characters
(#1002) Line exceeds 132 characters; contains 133 characters
(#1004) Variable "fp_slideshow" must not contain underscores.
(#1004) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1014) Variable "fp_slideshow" must not contain underscores.
(#1020) Line exceeds 132 characters; contains 150 characters
(#1021) Line exceeds 132 characters; contains 166 characters
(#1054) Expected "} else {\n"; found "}\n else {\n"
(#1065) Line exceeds maximum limit of 180 characters; contains 408 characters
(#1079) "require_once" must be immediately followed by an open parenthesis
(#1092) Expected "} else {\n"; found "}\n else {\n"
(#1098) Line exceeds 132 characters; contains 163 characters
(#1100) Line exceeds 132 characters; contains 150 characters
(#1114) Line exceeds 132 characters; contains 166 characters
(#1123) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1126) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1298) Line exceeds 132 characters; contains 135 characters
(#1326) Variable "activitylinkstitle_desc" must not contain underscores.
(#1339) Variable "activitylinkstitle_desc" must not contain underscores.
(#1339) Line exceeds maximum limit of 180 characters; contains 1030 characters
(#1344) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1519) Variable "logintext_custom" must not contain underscores.
(#1520) Variable "logintext_custom" must not contain underscores.
(#1520) Line exceeds 132 characters; contains 140 characters
(#1521) Variable "logintext_custom" must not contain underscores.
(#1540) Line exceeds 132 characters; contains 135 characters
(#1568) Variable "quiz_record" must not contain underscores.
(#1571) Variable "quiz_record" must not contain underscores.
(#1571) Variable "quiz_record" must not contain underscores.
theme/fordson/classes/output/modchooser.php
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line exceeds maximum limit of 180 characters; contains 278 characters
(#91) Whitespace found at end of line
(#94) Line exceeds 132 characters; contains 173 characters
(#99) Whitespace found at end of line
(#99) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Line exceeds 132 characters; contains 141 characters
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line exceeds 132 characters; contains 139 characters
(#131) Line exceeds 132 characters; contains 141 characters
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line exceeds 132 characters; contains 139 characters
(#155) Line exceeds 132 characters; contains 141 characters
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Line exceeds 132 characters; contains 139 characters
theme/fordson/classes/privacy/provider.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Whitespace found at end of line
(#6) Expected MOODLE_INTERNAL check or config.php inclusion
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Line 12 of the opening comment must start "//".
(#6) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Whitespace found at end of line
(#9) Whitespace found at end of line
theme/fordson/classes/qtype_shortanswer_renderer.php
(#21) Whitespace found at end of line
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#94) Closing brace indented incorrectly; expected 1 spaces, found 4
theme/fordson/config.php
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/lang/en/theme_fordson.php
(#56) Expected 1 space after "="; 0 found
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// Slideshow" but found "//Slideshow"
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Expected 1 space after "="; 0 found
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) No space found before comment text; expected "// teacher and student dashboard slider" but found "//teacher and student dashboard slider"
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) No space found before comment text; expected "// FP Icon Nav" but found "//FP Icon Nav"
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) No space found before comment text; expected "// FP Icon Nav default text for buttons" but found "//FP Icon Nav default text for buttons"
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) No space found before comment text; expected "// Edit Button Text" but found "//Edit Button Text"
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) No space found before comment text; expected "// Marketing Tiles" but found "//Marketing Tiles"
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) No space found before comment text; expected "// Alerts" but found "//Alerts"
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/layout/columns2.php
(#49) Expected 1 space after "=="; 0 found
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
theme/fordson/layout/course.php
(#52) Expected 1 space after "=="; 0 found
(#62) Whitespace found at end of line
theme/fordson/layout/login.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
theme/fordson/lib/fordson_lib.php
(#104) Line indented incorrectly; expected at least 4 spaces, found 0
(#134) Whitespace found at end of line
theme/fordson/lib/scss_lib.php
(#69) Expected "} else {\n"; found "}\n else {\n"
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Line exceeds 132 characters; contains 165 characters
(#203) Line exceeds 132 characters; contains 165 characters
(#210) Line exceeds 132 characters; contains 165 characters
(#212) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#227) Line exceeds 132 characters; contains 156 characters
(#228) Whitespace found at end of line
(#231) Line exceeds 132 characters; contains 156 characters
(#232) Line exceeds 132 characters; contains 155 characters
(#235) Whitespace found at end of line
(#240) Line exceeds 132 characters; contains 143 characters
(#247) Line exceeds 132 characters; contains 143 characters
(#254) Line exceeds 132 characters; contains 143 characters
(#261) Line exceeds 132 characters; contains 143 characters
(#268) Line exceeds 132 characters; contains 143 characters
(#275) Line exceeds 132 characters; contains 143 characters
(#282) Line exceeds 132 characters; contains 143 characters
(#289) Line exceeds 132 characters; contains 143 characters
(#296) Line exceeds 132 characters; contains 143 characters
(#302) Inline doc block comments are not allowed; use "// Comment." instead
(#313) Whitespace found at end of line
theme/fordson/settings/colours_settings.php
(#28) Line exceeds maximum limit of 180 characters; contains 190 characters
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Whitespace found at end of line
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/content_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/customlogin_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#22) Whitespace found at end of line
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/footer_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#30) Line exceeds maximum limit of 180 characters; contains 185 characters
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/fpicons_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#22) Whitespace found at end of line
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Expected 1 space after "="; 2 found
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Expected 1 space after "="; 2 found
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Expected 1 space after "="; 2 found
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Expected 1 space after "="; 2 found
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Expected 1 space after "="; 2 found
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/image_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
theme/fordson/settings/markettiles_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected 1 space before "=>"; 0 found
(#15) Expected 1 space after "=>"; 0 found
(#15) Expected 1 space before "=>"; 0 found
(#15) Expected 1 space after "=>"; 0 found
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Expected 1 space before "=>"; 0 found
(#315) Expected 1 space after "=>"; 0 found
(#315) Expected 1 space before "=>"; 0 found
(#315) Expected 1 space after "=>"; 0 found
(#315) Expected 1 space before "=>"; 0 found
(#315) Expected 1 space after "=>"; 0 found
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
theme/fordson/settings/menu_settings.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Commas (,) must be followed by white space.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Commas (,) must be followed by white space.
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#170) No space found before comment text; expected "// Drawer Menu" but found "//Drawer Menu"
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/modchooser_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line exceeds maximum limit of 180 characters; contains 183 characters
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
theme/fordson/settings/presets_adjustments_settings.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) No space found before comment text; expected "// course category Icon" but found "//course category Icon"
(#310) Commas (,) must be followed by white space.
theme/fordson/settings/presets_settings.php
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#103) Line exceeds maximum limit of 180 characters; contains 193 characters
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Line exceeds maximum limit of 180 characters; contains 219 characters
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Variable "blockdisplay_on" must not contain underscores.
(#147) Variable "blockdisplay_off" must not contain underscores.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "blockdisplay_on" must not contain underscores.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "blockdisplay_off" must not contain underscores.
theme/fordson/settings/slideshow_settings.php
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Slide Description" but found "//Slide Description"
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// Slide Description" but found "//Slide Description"
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// Slide Description" but found "//Slide Description"
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence

Javascript coding style problems

(64 errors, 45 warnings)

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

theme/fordson/javascript/blockslider.js
(#2) '$' is not defined. (no-undef)
(#2) Missing space before opening brace. (space-before-blocks)
(#4) Trailing spaces not allowed. (no-trailing-spaces)
(#7) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#15) '$' is not defined. (no-undef)
theme/fordson/javascript/cardimg.js
(#1) Identifier 'moodle_default_img' is not in camel case. (camelcase)
(#1) Unnecessary escape character: \". (no-useless-escape)
(#1) Missing semicolon. (semi)
(#3) Identifier 'custom_img' is not in camel case. (camelcase)
(#5) Identifier 'block_region_content' is not in camel case. (camelcase)
(#7) Identifier 'block_region_content' is not in camel case. (camelcase)
(#9) Unexpected tab character. (no-tabs)
(#9) 'observer' is defined but never used. (no-unused-vars)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#10) Unexpected tab character. (no-tabs)
(#11) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#11) Unexpected tab character. (no-tabs)
(#12) Unexpected tab character. (no-tabs)
(#14) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#14) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#16) Identifier 'card_img' is not in camel case. (camelcase)
(#18) Unexpected tab character. (no-tabs)
(#18) Blocks are nested too deeply (5). (max-depth)
(#18) Identifier 'card_img' is not in camel case. (camelcase)
(#19) Unexpected tab character. (no-tabs)
(#19) Blocks are nested too deeply (6). (max-depth)
(#19) Identifier 'card_img' is not in camel case. (camelcase)
(#19) Identifier 'card_img' is not in camel case. (camelcase)
(#20) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) Identifier 'card_img' is not in camel case. (camelcase)
(#20) Identifier 'custom_img' is not in camel case. (camelcase)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Unexpected tab character. (no-tabs)
(#37) Identifier 'header_images' is not in camel case. (camelcase)
(#39) Identifier 'header_images' is not in camel case. (camelcase)
(#41) Identifier 'header_image' is not in camel case. (camelcase)
(#41) Identifier 'header_images' is not in camel case. (camelcase)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unexpected tab character. (no-tabs)
(#43) Identifier 'header_image' is not in camel case. (camelcase)
(#43) Identifier 'header_image' is not in camel case. (camelcase)
(#43) Identifier 'header_image' is not in camel case. (camelcase)
(#45) Unexpected tab character. (no-tabs)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Identifier 'header_image' is not in camel case. (camelcase)
(#45) Identifier 'custom_img' is not in camel case. (camelcase)
(#47) Unexpected tab character. (no-tabs)
theme/fordson/javascript/courseblock.js
(#1) '$' is not defined. (no-undef)
(#3) '$' is not defined. (no-undef)
(#3) Missing space before opening brace. (space-before-blocks)
(#4) '$' is not defined. (no-undef)
theme/fordson/javascript/scrollspy.js
(#1) '$' is not defined. (no-undef)
(#3) '$' is not defined. (no-undef)
(#7) Identifier 'viewport_top' is not in camel case. (camelcase)
(#7) '$' is not defined. (no-undef)
(#9) Identifier 'closest_offset' is not in camel case. (camelcase)
(#11) '$' is not defined. (no-undef)
(#12) Identifier 'this_offset' is not in camel case. (camelcase)
(#12) '$' is not defined. (no-undef)
(#14) '$' is not defined. (no-undef)
(#15) Identifier 'closest_offset' is not in camel case. (camelcase)
(#15) '$' is not defined. (no-undef)
(#17) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#17) Identifier 'this_offset' is not in camel case. (camelcase)
(#17) Identifier 'viewport_top' is not in camel case. (camelcase)
(#17) Identifier 'closest_offset' is not in camel case. (camelcase)
(#17) Identifier 'viewport_top' is not in camel case. (camelcase)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Identifier 'viewport_top' is not in camel case. (camelcase)
(#23) '$' is not defined. (no-undef)
(#27) Identifier 'edit_toggled' is not in camel case. (camelcase)
(#29) Identifier 'edit_toggled' is not in camel case. (camelcase)
(#31) Identifier 'closest_id' is not in camel case. (camelcase)
(#32) Identifier 'closest_delta' is not in camel case. (camelcase)
(#34) Identifier 'closest_id' is not in camel case. (camelcase)
(#34) Identifier 'closest_delta' is not in camel case. (camelcase)
(#35) '$' is not defined. (no-undef)
(#35) Identifier 'closest_id' is not in camel case. (camelcase)
(#36) '$' is not defined. (no-undef)
theme/fordson/javascript/scrolltotop.js
(#1) '$' is not defined. (no-undef)
(#2) Comments should not begin with a lowercase character (capitalized-comments)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#4) '$' is not defined. (no-undef)
(#6) '$' is not defined. (no-undef)
(#8) '$' is not defined. (no-undef)
(#12) '$' is not defined. (no-undef)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#15) '$' is not defined. (no-undef)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#17) '$' is not defined. (no-undef)
theme/fordson/javascript/tooltipfix.js
(#2) '$' is not defined. (no-undef)
(#4) '$' is not defined. (no-undef)
(#5) '$' is not defined. (no-undef)

CSS problems

(542 errors, 51 warnings)

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

theme/fordson/scss/fordson_variables.scss
(#33) Expected "#ffffff" to be "#fff" (color-hex-length)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#51) Expected single space after "," in a single-line function (function-comma-space-after)
(#51) Expected single space after "," in a single-line function (function-comma-space-after)
(#51) Expected single space after "," in a single-line function (function-comma-space-after)
theme/fordson/scss/marketingstyle/marketingstyle1.scss
(#2) 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)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#6) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/marketingstyle/marketingstyle2.scss
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) 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)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#18) 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)
(#30) Expected indentation of 4 spaces (indentation)
(#13) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/marketingstyle/marketingstyle3.scss
(#19) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) 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)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#6) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/marketingstyle/marketingstyle4.scss
(#27) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) 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)
(#12) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) 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)
(#33) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#6) Unexpected unit (length-zero-no-unit)
(#8) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/pagelayout/layout1.scss
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#45) Expected single space before "!" (declaration-bang-space-before)
(#45) Unexpected !important (declaration-no-important)
(#54) Unexpected whitespace at end of line (no-eol-whitespace)
theme/fordson/scss/pagelayout/layout2.scss
(#255) Expected single space before "!" (declaration-bang-space-before)
(#261) Expected single space before "!" (declaration-bang-space-before)
(#257) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#88) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#255) Unexpected !important (declaration-no-important)
(#261) Unexpected !important (declaration-no-important)
(#163) Expected single space after "," in a single-line function (function-comma-space-after)
(#163) Expected single space after "," in a single-line function (function-comma-space-after)
(#163) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#38) Expected indentation of 0 spaces (indentation)
(#92) Unexpected unit (length-zero-no-unit)
(#93) Unexpected unit (length-zero-no-unit)
(#105) Unexpected unit (length-zero-no-unit)
(#130) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/pagelayout/layout3.scss
(#53) Expected empty line before at-rule (at-rule-empty-line-before)
(#157) Expected single space before "!" (declaration-bang-space-before)
(#166) Expected single space before "!" (declaration-bang-space-before)
(#159) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#168) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#36) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#158) Expected single space after "," in a single-line function (function-comma-space-after)
(#158) Expected single space after "," in a single-line function (function-comma-space-after)
(#158) Expected single space after "," in a single-line function (function-comma-space-after)
(#167) Expected single space after "," in a single-line function (function-comma-space-after)
(#167) Expected single space after "," in a single-line function (function-comma-space-after)
(#167) Expected single space after "," in a single-line function (function-comma-space-after)
(#51) Unexpected unit (length-zero-no-unit)
(#62) Unexpected unit (length-zero-no-unit)
(#80) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/pagelayout/layout4.scss
(#146) Expected single space before "!" (declaration-bang-space-before)
(#154) Expected single space before "!" (declaration-bang-space-before)
(#148) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#156) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#36) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#154) Unexpected !important (declaration-no-important)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#147) Expected single space after "," in a single-line function (function-comma-space-after)
(#155) Expected single space after "," in a single-line function (function-comma-space-after)
(#155) Expected single space after "," in a single-line function (function-comma-space-after)
(#155) Expected single space after "," in a single-line function (function-comma-space-after)
(#54) Unexpected unit (length-zero-no-unit)
(#69) Unexpected unit (length-zero-no-unit)
theme/fordson/scss/pagelayout/layout5.scss
(#30) Expected single space before "!" (declaration-bang-space-before)
(#39) Expected single space before "!" (declaration-bang-space-before)
(#91) Expected single space before "!" (declaration-bang-space-before)
(#147) Expected single space before "!" (declaration-bang-space-before)
(#155) Expected single space before "!" (declaration-bang-space-before)
(#149) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#157) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#91) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#155) Unexpected !important (declaration-no-important)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected single space after "," in a single-line function (function-comma-space-after)
(#91) Expected whitespace after ")" (function-whitespace-after)
(#29) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/preset/e-Learner.scss
(#144) Expected single space before "!" (declaration-bang-space-before)
(#145) Expected single space before "!" (declaration-bang-space-before)
(#146) Expected single space before "!" (declaration-bang-space-before)
(#147) Expected single space before "!" (declaration-bang-space-before)
(#148) Expected single space before "!" (declaration-bang-space-before)
(#149) Expected single space before "!" (declaration-bang-space-before)
(#173) Expected single space before "!" (declaration-bang-space-before)
(#175) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#153) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#169) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#145) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#4) Expected single space after "," in a single-line function (function-comma-space-after)
(#4) Expected single space after "," in a single-line function (function-comma-space-after)
(#4) Expected single space after "," in a single-line function (function-comma-space-after)
(#174) Expected single space after "," in a single-line function (function-comma-space-after)
(#174) Expected single space after "," in a single-line function (function-comma-space-after)
(#174) Expected single space after "," in a single-line function (function-comma-space-after)
theme/fordson/scss/preset/Modern Moodle.scss
(#144) Expected newline before "}" (block-closing-brace-newline-before)
(#67) Expected "#ffffff" to be "#fff" (color-hex-length)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#144) Unexpected whitespace at end of line (no-eol-whitespace)
theme/fordson/scss/preset/pulse.scss
(#145) Invalid value for `border-color` (csstree/validator)
(#10) Expected "#F9F8FC" to be "#f9f8fc" (color-hex-case)
(#11) Expected "#EDEDED" to be "#ededed" (color-hex-case)
(#17) Expected "#17141F" to be "#17141f" (color-hex-case)
(#24) Expected "#FC3939" to be "#fc3939" (color-hex-case)
(#26) Expected "#EFA31D" to be "#efa31d" (color-hex-case)
(#27) Expected "#13B955" to be "#13b955" (color-hex-case)
(#29) Expected "#009CDC" to be "#009cdc" (color-hex-case)
(#32) Expected "#A991D4" to be "#a991d4" (color-hex-case)
(#90) Expected "#ffffff" to be "#fff" (color-hex-length)
(#282) Expected single space before "!" (declaration-bang-space-before)
(#282) Unexpected !important (declaration-no-important)
(#79) Expected single space after "," in a single-line function (function-comma-space-after)
(#80) Expected single space after "," in a single-line function (function-comma-space-after)
(#82) Expected single space after "," in a single-line function (function-comma-space-after)
(#83) Expected single space after "," in a single-line function (function-comma-space-after)
(#84) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#125) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 8 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 8 spaces (indentation)
(#134) Expected indentation of 8 spaces (indentation)
(#135) Expected indentation of 8 spaces (indentation)
(#137) Expected indentation of 8 spaces (indentation)
(#141) Expected indentation of 8 spaces (indentation)
(#138) Expected indentation of 12 spaces (indentation)
(#139) Expected indentation of 12 spaces (indentation)
(#140) Expected indentation of 12 spaces (indentation)
(#143) Expected indentation of 8 spaces (indentation)
(#147) Expected indentation of 8 spaces (indentation)
(#144) Expected indentation of 12 spaces (indentation)
(#145) Expected indentation of 12 spaces (indentation)
(#146) Expected indentation of 12 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 8 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 8 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 8 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 8 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 8 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 8 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 8 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 8 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 8 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 8 spaces (indentation)
(#215) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 8 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 8 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 8 spaces (indentation)
(#250) Expected indentation of 8 spaces (indentation)
(#254) Expected indentation of 8 spaces (indentation)
(#251) Expected indentation of 8 spaces (indentation)
(#252) Expected indentation of 8 spaces (indentation)
(#253) Expected indentation of 12 spaces (indentation)
(#256) Expected indentation of 8 spaces (indentation)
(#262) Expected indentation of 8 spaces (indentation)
(#257) Expected indentation of 12 spaces (indentation)
(#259) Expected indentation of 12 spaces (indentation)
(#261) Expected indentation of 12 spaces (indentation)
(#260) Expected indentation of 16 spaces (indentation)
(#264) Expected indentation of 8 spaces (indentation)
(#266) Expected indentation of 8 spaces (indentation)
(#265) Expected indentation of 12 spaces (indentation)
theme/fordson/scss/preset/Spectrum-Achromatic.scss
(#445) Expected empty line before at-rule (at-rule-empty-line-before)
(#327) Expected newline before "}" (block-closing-brace-newline-before)
(#432) Expected newline before "}" (block-closing-brace-newline-before)
(#432) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#432) Expected newline after "{" (block-opening-brace-newline-after)
(#432) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#45) Expected "#EBF4F8" to be "#ebf4f8" (color-hex-case)
(#71) Expected "#ffffff" to be "#fff" (color-hex-length)
(#226) Expected single space before "!" (declaration-bang-space-before)
(#369) Expected single space before "!" (declaration-bang-space-before)
(#436) Expected single space before "!" (declaration-bang-space-before)
(#437) Expected single space before "!" (declaration-bang-space-before)
(#452) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#226) Unexpected !important (declaration-no-important)
(#228) Unexpected !important (declaration-no-important)
(#262) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#266) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#318) Unexpected !important (declaration-no-important)
(#368) Unexpected !important (declaration-no-important)
(#369) Unexpected !important (declaration-no-important)
(#436) Unexpected !important (declaration-no-important)
(#437) Unexpected !important (declaration-no-important)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 8 spaces (indentation)
(#151) Expected indentation of 8 spaces (indentation)
(#152) Expected indentation of 8 spaces (indentation)
(#153) Expected indentation of 8 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 8 spaces (indentation)
(#158) Expected indentation of 8 spaces (indentation)
(#160) Expected indentation of 8 spaces (indentation)
(#163) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 12 spaces (indentation)
(#162) Expected indentation of 12 spaces (indentation)
(#165) Expected indentation of 8 spaces (indentation)
(#169) Expected indentation of 8 spaces (indentation)
(#166) Expected indentation of 12 spaces (indentation)
(#167) Expected indentation of 12 spaces (indentation)
(#168) Expected indentation of 12 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 8 spaces (indentation)
(#175) Expected indentation of 8 spaces (indentation)
(#176) Expected indentation of 8 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#388) Expected line length to be no more than 132 characters (max-line-length)
(#327) Unexpected whitespace at end of line (no-eol-whitespace)
(#241) Expected newline after "," (selector-list-comma-newline-after)
(#241) Expected newline after "," (selector-list-comma-newline-after)
(#277) Expected newline after "," (selector-list-comma-newline-after)
(#285) Expected newline after "," (selector-list-comma-newline-after)
(#289) Expected newline after "," (selector-list-comma-newline-after)
(#308) Expected newline after "," (selector-list-comma-newline-after)
(#388) Expected newline after "," (selector-list-comma-newline-after)
(#413) Expected newline after "," (selector-list-comma-newline-after)
(#416) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#427) Expected newline after "," (selector-list-comma-newline-after)
(#440) Expected newline after "," (selector-list-comma-newline-after)
(#446) Expected newline after "," (selector-list-comma-newline-after)
(#450) Expected newline after "," (selector-list-comma-newline-after)
(#456) Expected newline after "," (selector-list-comma-newline-after)
(#241) Unexpected whitespace before "," (selector-list-comma-space-before)
theme/fordson/scss/sectionlayout/sectionstyle1.scss
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#38) Unexpected !important (declaration-no-important)
(#42) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 8 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#46) Unexpected whitespace at end of line (no-eol-whitespace)
(#42) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle2.scss
(#200) Expected newline before "}" (block-closing-brace-newline-before)
(#47) Unexpected shorthand "margin" after "margin-left" (declaration-block-no-shorthand-property-overrides)
(#47) Unexpected shorthand "margin" after "margin-right" (declaration-block-no-shorthand-property-overrides)
(#180) Unexpected !important (declaration-no-important)
(#209) Expected single space after "," in a single-line function (function-comma-space-after)
(#209) Expected single space after "," in a single-line function (function-comma-space-after)
(#209) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Unexpected unit (length-zero-no-unit)
(#209) Unexpected unit (length-zero-no-unit)
(#136) Expected line length to be no more than 132 characters (max-line-length)
(#205) Expected line length to be no more than 132 characters (max-line-length)
(#199) Unexpected whitespace at end of line (no-eol-whitespace)
(#136) Expected newline after "," (selector-list-comma-newline-after)
(#205) Expected newline after "," (selector-list-comma-newline-after)
(#211) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle3.scss
(#211) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected single space before "{" (block-opening-brace-space-before)
(#61) Unexpected !important (declaration-no-important)
(#81) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#190) Unexpected !important (declaration-no-important)
(#210) Unexpected whitespace at end of line (no-eol-whitespace)
(#224) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle4.scss
(#134) Expected single space before "{" (block-opening-brace-space-before)
(#63) Expected single space before "!" (declaration-bang-space-before)
(#63) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle5.scss
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#110) Expected single space before "{" (block-opening-brace-space-before)
(#142) Unexpected !important (declaration-no-important)
(#37) Expected indentation of 4 spaces (indentation)
(#56) Unexpected whitespace at end of line (no-eol-whitespace)
(#154) Unexpected whitespace at end of line (no-eol-whitespace)
(#36) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#64) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle6.scss
(#203) Expected single space before "!" (declaration-bang-space-before)
(#54) Unexpected !important (declaration-no-important)
(#62) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#76) Unexpected !important (declaration-no-important)
(#113) Unexpected !important (declaration-no-important)
(#203) Unexpected !important (declaration-no-important)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Expected single space after "," in a single-line function (function-comma-space-after)
(#148) Unexpected unit (length-zero-no-unit)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#134) Expected newline after "," (selector-list-comma-newline-after)
(#140) Expected newline after "," (selector-list-comma-newline-after)
(#144) Expected newline after "," (selector-list-comma-newline-after)
(#151) Expected newline after "," (selector-list-comma-newline-after)
(#163) Expected newline after "," (selector-list-comma-newline-after)
(#170) Expected newline after "," (selector-list-comma-newline-after)
(#176) Expected newline after "," (selector-list-comma-newline-after)
(#194) Expected newline after "," (selector-list-comma-newline-after)
(#202) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle7.scss
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#133) Expected newline before "}" (block-closing-brace-newline-before)
(#140) Expected newline before "}" (block-closing-brace-newline-before)
(#109) Expected single space before "!" (declaration-bang-space-before)
(#117) Expected single space before "!" (declaration-bang-space-before)
(#167) Expected single space before "!" (declaration-bang-space-before)
(#111) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#119) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#169) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#98) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#167) Unexpected !important (declaration-no-important)
(#110) Expected single space after "," in a single-line function (function-comma-space-after)
(#110) Expected single space after "," in a single-line function (function-comma-space-after)
(#110) Expected single space after "," in a single-line function (function-comma-space-after)
(#118) Expected single space after "," in a single-line function (function-comma-space-after)
(#118) Expected single space after "," in a single-line function (function-comma-space-after)
(#118) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Unexpected whitespace at end of line (no-eol-whitespace)
(#132) Unexpected whitespace at end of line (no-eol-whitespace)
(#139) Unexpected whitespace at end of line (no-eol-whitespace)
(#58) Expected newline after "," (selector-list-comma-newline-after)
(#131) Expected newline after "," (selector-list-comma-newline-after)
(#153) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle8.scss
(#40) Expected newline before "}" (block-closing-brace-newline-before)
(#61) Expected single space before "!" (declaration-bang-space-before)
(#68) Expected single space before "!" (declaration-bang-space-before)
(#51) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#62) Expected single space after "," in a single-line function (function-comma-space-after)
(#69) Expected single space after "," in a single-line function (function-comma-space-after)
(#69) Expected single space after "," in a single-line function (function-comma-space-after)
(#69) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Unexpected whitespace at end of line (no-eol-whitespace)
(#43) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/styles.scss
(#485) Expected empty line before at-rule (at-rule-empty-line-before)
(#1020) Expected newline before "}" (block-closing-brace-newline-before)
(#1021) Expected newline before "}" (block-closing-brace-newline-before)
(#1055) Expected newline before "}" (block-closing-brace-newline-before)
(#1020) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1021) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1055) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1178) Unexpected empty block (block-no-empty)
(#1020) Expected newline after "{" (block-opening-brace-newline-after)
(#1021) Expected newline after "{" (block-opening-brace-newline-after)
(#1055) Expected newline after "{" (block-opening-brace-newline-after)
(#1020) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1021) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1055) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#43) Expected single space before "{" (block-opening-brace-space-before)
(#274) Expected single space before "{" (block-opening-brace-space-before)
(#486) Expected single space before "{" (block-opening-brace-space-before)
(#1103) Expected single space before "{" (block-opening-brace-space-before)
(#1132) Expected single space before "{" (block-opening-brace-space-before)
(#134) Expected single space before "!" (declaration-bang-space-before)
(#296) Expected single space before "!" (declaration-bang-space-before)
(#926) Expected single space before "!" (declaration-bang-space-before)
(#1038) Expected single space before "!" (declaration-bang-space-before)
(#601) Unexpected shorthand "margin" after "margin-bottom" (declaration-block-no-shorthand-property-overrides)
(#1006) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#1112) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#1114) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#336) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#482) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#487) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#601) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1055) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1072) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1073) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1140) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Unexpected !important (declaration-no-important)
(#134) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#296) Unexpected !important (declaration-no-important)
(#926) Unexpected !important (declaration-no-important)
(#1038) Unexpected !important (declaration-no-important)
(#1045) Unexpected !important (declaration-no-important)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#91) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#122) Expected single space after "," in a single-line function (function-comma-space-after)
(#544) Expected single space after "," in a single-line function (function-comma-space-after)
(#544) Expected single space after "," in a single-line function (function-comma-space-after)
(#544) Expected single space after "," in a single-line function (function-comma-space-after)
(#915) Expected indentation of 4 spaces (indentation)
(#1057) Expected indentation of 8 spaces (indentation)
(#1120) Expected indentation of 12 spaces (indentation)
(#1121) Expected indentation of 12 spaces (indentation)
(#51) Unexpected unit (length-zero-no-unit)
(#198) Unexpected unit (length-zero-no-unit)
(#292) Unexpected unit (length-zero-no-unit)
(#303) Unexpected unit (length-zero-no-unit)
(#311) Unexpected unit (length-zero-no-unit)
(#511) Unexpected unit (length-zero-no-unit)
(#528) Unexpected unit (length-zero-no-unit)
(#534) Unexpected unit (length-zero-no-unit)
(#716) Unexpected unit (length-zero-no-unit)
(#717) Unexpected unit (length-zero-no-unit)
(#718) Unexpected unit (length-zero-no-unit)
(#782) Unexpected unit (length-zero-no-unit)
(#955) Unexpected unit (length-zero-no-unit)
(#1072) Unexpected unit (length-zero-no-unit)
(#1073) Unexpected unit (length-zero-no-unit)
(#1004) Unexpected unit (length-zero-no-unit)
(#500) Expected line length to be no more than 132 characters (max-line-length)
(#924) Expected single space after ":" (media-feature-colon-space-after)
(#40) Unexpected whitespace at end of line (no-eol-whitespace)
(#810) Unexpected whitespace at end of line (no-eol-whitespace)
(#811) Unexpected whitespace at end of line (no-eol-whitespace)
(#1006) Unexpected whitespace at end of line (no-eol-whitespace)
(#1016) Unexpected whitespace at end of line (no-eol-whitespace)
(#1112) Unexpected whitespace at end of line (no-eol-whitespace)
(#1114) Unexpected whitespace at end of line (no-eol-whitespace)
(#1120) Unexpected whitespace at end of line (no-eol-whitespace)
(#1163) Expected single space after ">" (selector-combinator-space-after)
(#1163) Expected single space before ">" (selector-combinator-space-before)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#133) Expected newline after "," (selector-list-comma-newline-after)
(#252) Expected newline after "," (selector-list-comma-newline-after)
(#462) Expected newline after "," (selector-list-comma-newline-after)
(#604) Expected newline after "," (selector-list-comma-newline-after)
(#608) Expected newline after "," (selector-list-comma-newline-after)
(#613) Expected newline after "," (selector-list-comma-newline-after)
(#830) Expected newline after "," (selector-list-comma-newline-after)
(#835) Expected newline after "," (selector-list-comma-newline-after)
(#897) Expected newline after "," (selector-list-comma-newline-after)
(#897) Expected newline after "," (selector-list-comma-newline-after)
(#897) Expected newline after "," (selector-list-comma-newline-after)
(#903) Expected newline after "," (selector-list-comma-newline-after)
(#903) Expected newline after "," (selector-list-comma-newline-after)
(#903) Expected newline after "," (selector-list-comma-newline-after)
(#1103) Expected newline after "," (selector-list-comma-newline-after)
(#1106) Expected newline after "," (selector-list-comma-newline-after)
(#1120) Expected newline after "," in a multi-line list (value-list-comma-newline-after)

PHPDocs style problems

(112 errors, 1 warnings)

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

theme/fordson/classes/format_topics_renderer.php
(#27) Class theme_fordson_format_topics_renderer is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Package theme_fordson Special thanks to Willian Mono for course topic progress percentage code. See comment for code. is not valid
theme/fordson/classes/format_weeks_renderer.php
(#27) Class theme_fordson_format_weeks_renderer is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Package theme_fordson Special thanks to Willian Mono for course topic progress percentage code. See comment for code. is not valid
theme/fordson/classes/output/core/course_renderer.php
(#50) Class course_renderer is not documented
(#988) Class course_renderer is not documented
(#53) Function course_renderer::view_available_courses is not documented
(#581) Function course_renderer::coursecat_category is not documented
(#659) Function course_renderer::coursecat_subcategories is not documented
(#732) Function course_renderer::coursecat_courses is not documented
(#804) Function course_renderer::timeaccesscompare is not documented
(#830) Function course_renderer::frontpage_my_courses is not documented
(#976) Function course_renderer::course_modchooser is not documented
(#989) Function course_renderer::course_modchooser is not documented
(#51) Variable course_renderer::$countcategories is not documented
(#20) Package theme_noanme is not valid
(#45) Package theme_noanme is not valid
theme/fordson/classes/output/core/files_renderer.php
(#17) File-level phpdocs block is not found
theme/fordson/classes/output/core_renderer.php
(#16) File-level phpdocs block is not found
(#49) Class core_renderer is not documented
(#60) Function core_renderer::full_header is not documented
(#85) Function core_renderer::image_url is not documented
(#91) Function core_renderer::headerimage is not documented
(#178) Function core_renderer::edit_button_fhs is not documented
(#275) Function core_renderer::fordson_custom_menu is not documented
(#420) Function core_renderer::render_courseactivities_menu is not documented
(#429) Function core_renderer::courseactivities_menu is not documented
(#454) Function core_renderer::social_icons is not documented
(#550) Function core_renderer::fp_wonderbox is not documented
(#804) Function core_renderer::customlogin is not documented
(#856) Function core_renderer::fp_marketingtiles is not documented
(#988) Function core_renderer::fp_slideshow is not documented
(#1016) Function core_renderer::teacherdashmenu is not documented
(#1077) Function core_renderer::teacherdash is not documented
(#1491) Function core_renderer::footnote is not documented
(#1497) Function core_renderer::brandorganization_footer is not documented
(#1502) Function core_renderer::brandwebsite_footer is not documented
(#1507) Function core_renderer::brandphone_footer is not documented
(#1512) Function core_renderer::brandemail_footer is not documented
(#1517) Function core_renderer::logintext_custom is not documented
(#1523) Function core_renderer::render_login is not documented
(#1544) Function core_renderer::favicon is not documented
(#1554) Function core_renderer::display_ilearn_secure_alert is not documented
(#1578) Function core_renderer::show_teacher_navbarcolor is not documented
(#1590) Function core_renderer::show_student_navbarcolor is not documented
(#49) Package is not specified for class core_renderer. It is also not specified in file-level phpdocs
theme/fordson/classes/output/core_renderer_ajax.php
(#29) Class core_renderer_ajax is not documented
(#31) Function core_renderer_ajax::image_url is not documented
(#20) Package theme_snap is not valid
theme/fordson/classes/output/modchooser.php
(#185) Phpdocs for function modchooser::export_for_template has incomplete parameters list
(#20) Package core_course is not valid
(#40) Package core_course is not valid
theme/fordson/classes/output/modchooser_item.php
(#20) Package core_course is not valid
(#35) Package core_course is not valid
theme/fordson/classes/privacy/provider.php
(#4) File-level phpdocs block is not found
(#6) Class provider is not documented
(#6) Package is not specified for class provider. It is also not specified in file-level phpdocs
theme/fordson/classes/qtype_shortanswer_renderer.php
(#27) Class theme_fordson_qtype_shortanswer_renderer is not documented
(#28) Function theme_fordson_qtype_shortanswer_renderer::formulation_and_controls is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
theme/fordson/config.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/lang/en/theme_fordson.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/layout/columns2.php
(#20) Package theme_boost is not valid
theme/fordson/layout/course.php
(#20) Package theme_boost is not valid
theme/fordson/layout/frontpage.php
(#20) Package theme_boost is not valid
theme/fordson/layout/login.php
(#17) File-level phpdocs block is not found
(#22) Package theme_boost is not valid
theme/fordson/layout/mydashboard.php
(#20) Package theme_boost is not valid
theme/fordson/lib.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/lib/filesettings_lib.php
(#41) Function theme_fordson_pluginfile is not documented
(#105) Phpdocs for function theme_fordson_get_setting has incomplete parameters list
(#22) Invalid phpdocs tag @credits used
theme/fordson/lib/fordson_lib.php
(#41) Function theme_fordson_get_course_activities is not documented
(#75) Function theme_fordson_strip_html_tags is not documented
(#131) Function page_location_incourse_themeconfig is not documented
(#110) Phpdocs for function theme_fordson_course_trim_char has incomplete parameters list
(#22) Invalid phpdocs tag @credits used
theme/fordson/settings.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/settings/colours_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_fordson used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/settings/content_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_fordson used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/settings/footer_settings.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/settings/image_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_boost used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/settings/markettiles_settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
theme/fordson/settings/menu_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_boost used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/settings/modchooser_settings.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/settings/presets_adjustments_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_fordson used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/settings/presets_settings.php
(#22) Invalid phpdocs tag @credits used
theme/fordson/settings/slideshow_settings.php
(#23) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @packagetheme_fordson used
(#22) Invalid phpdocs tag @creditstheme_boost used
(#23) Invalid phpdocs tag @licensehttp://www.gnu.org/copyleft/gpl.html used
theme/fordson/version.php
(#22) Invalid phpdocs tag @credits used

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]

Task "stylelint:scss" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 39 warnings)

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

theme/fordson/templates/activitygroups.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: The “aria-labelledby” attribute must point to an element in the same document. (ad><body><div class="list-group" aria-labelledby="list-group-would-be-a-uniqid"> </di)
theme/fordson/templates/blockspanelslider.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/fordson/templates/columns2.mustache
(#1) HTML Validation error, line 36: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 18
(#1) ESLint warning [block-spacing]: Requires a space after '{'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [brace-style]: Statement inside of curly braces should be on next line. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [block-spacing]: Requires a space before '}'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint warning [brace-style]: Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint error [semi]: Missing semicolon. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
theme/fordson/templates/core/navbar.mustache
(#1) HTML Validation info, line 2: The “navigation” role is unnecessary for element “nav”. (ad><body><nav role="navigation"> <)
theme/fordson/templates/customlogin.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/fordson/templates/footer.mustache
(#1) Example context missing (@template section not found.)
theme/fordson/templates/fpmarkettiles.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/fordson/templates/fpwonderbox.mustache
(#1) Example context missing (@template section not found.)
theme/fordson/templates/frontpage.mustache
(#1) HTML Validation error, line 36: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 18
(#1) ESLint warning [block-spacing]: Requires a space after '{'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [brace-style]: Statement inside of curly braces should be on next line. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [block-spacing]: Requires a space before '}'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint warning [brace-style]: Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint error [semi]: Missing semicolon. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
theme/fordson/templates/header.mustache
(#1) Example context missing (@template section not found.)
theme/fordson/templates/mydashboard.mustache
(#1) HTML Validation error, line 36: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 18
(#1) ESLint warning [block-spacing]: Requires a space after '{'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [brace-style]: Statement inside of curly braces should be on next line. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 54
(#1) ESLint warning [block-spacing]: Requires a space before '}'. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint warning [brace-style]: Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
(#1) ESLint error [semi]: Missing semicolon. ( require(['jquery','theme_boost/tooltip'], function($){$('[data-tooltip="tooltip"]').tooltip()}); ), Line: 3 Column: 94
theme/fordson/templates/navbar.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 23: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
theme/fordson/templates/slideshow.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/fordson/templates/socialicons.mustache
(#1) Example context missing.
theme/fordson/templates/teacherdash.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
theme/fordson/templates/teacherdashmenu.mustache
(#1) Example context missing (@template section not found.)