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

(650 errors, 341 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
(#149) This comment is 54% valid code; is this commented out code?
(#151) Line exceeds maximum limit of 180 characters; contains 206 characters
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
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
(#149) This comment is 54% valid code; is this commented out code?
(#151) Line exceeds maximum limit of 180 characters; contains 206 characters
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
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 41 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 45 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 45 spaces, found 38
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected 44 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 44 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
(#881) Expected "} else {\n"; found "}\n else {\n"
(#893) Commas (,) must be followed by white space.
(#895) Expected "} else {\n"; found "}\n else {\n"
(#900) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#901) Inline comments must start with a capital letter, digit or 3-dots sequence
(#901) Inline comments must end in full-stops, exclamation marks, or question marks
(#908) Expected "} else {\n"; found "}\n else {\n"
(#932) Expected "} else {\n"; found "}\n else {\n"
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#946) Inline comments must start with a capital letter, digit or 3-dots sequence
(#946) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) Inline comments must start with a capital letter, digit or 3-dots sequence
(#953) Inline comments must end in full-stops, exclamation marks, or question marks
(#954) Whitespace found at end of line
(#956) Usage of ELSEIF not allowed; use ELSE IF instead
(#957) Inline comments must start with a capital letter, digit or 3-dots sequence
(#957) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#964) Inline comments must end in full-stops, exclamation marks, or question marks
(#965) Whitespace found at end of line
(#982) Expected "} else {\n"; found "}\nelse {\n"
(#983) 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"
(#278) Line indented incorrectly; expected 8 spaces, found 12
(#280) Line indented incorrectly; expected 12 spaces, found 16
(#282) Line indented incorrectly; expected 12 spaces, found 16
(#284) Line indented incorrectly; expected 8 spaces, found 12
(#285) Line indented incorrectly; expected 8 spaces, found 12
(#285) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#287) Line indented incorrectly; expected 12 spaces, found 16
(#289) Line indented incorrectly; expected 12 spaces, found 16
(#291) Line indented incorrectly; expected 8 spaces, found 12
(#294) Line indented incorrectly; expected 8 spaces, found 12
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) Line indented incorrectly; expected 8 spaces, found 12
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Line indented incorrectly; expected 4 spaces, found 8
(#300) Closing brace indented incorrectly; expected 4 spaces, found 8
(#305) Line exceeds 132 characters; contains 144 characters
(#313) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#318) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#323) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#328) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#333) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#338) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#343) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#348) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#353) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#358) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#363) Expected "} else {\n"; found "}\n else {\n"
(#368) Whitespace found at end of line
(#377) Whitespace found at end of line
(#378) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#380) Line indented incorrectly; expected at least 20 spaces, found 16
(#381) Line indented incorrectly; expected at least 20 spaces, found 16
(#382) Line indented incorrectly; expected 20 spaces, found 16
(#383) Line indented incorrectly; expected at least 24 spaces, found 20
(#384) Line indented incorrectly; expected at least 24 spaces, found 20
(#385) Line indented incorrectly; expected at least 24 spaces, found 20
(#386) Line indented incorrectly; expected 24 spaces, found 20
(#387) Line indented incorrectly; expected 28 spaces, found 24
(#388) Line indented incorrectly; expected 32 spaces, found 28
(#389) Line indented incorrectly; expected at least 36 spaces, found 32
(#390) Line indented incorrectly; expected 32 spaces, found 28
(#391) Line indented incorrectly; expected 28 spaces, found 24
(#392) Line indented incorrectly; expected 24 spaces, found 20
(#393) Line indented incorrectly; expected at least 24 spaces, found 20
(#394) Line indented incorrectly; expected at least 24 spaces, found 20
(#395) Line indented incorrectly; expected 24 spaces, found 20
(#396) Line indented incorrectly; expected 28 spaces, found 24
(#397) Line indented incorrectly; expected at least 32 spaces, found 28
(#398) Line indented incorrectly; expected at least 32 spaces, found 28
(#399) Line indented incorrectly; expected 28 spaces, found 24
(#400) Line indented incorrectly; expected 24 spaces, found 20
(#401) Line indented incorrectly; expected 24 spaces, found 20
(#402) Line indented incorrectly; expected at least 28 spaces, found 24
(#403) Line indented incorrectly; expected at least 28 spaces, found 24
(#405) Line indented incorrectly; expected at least 32 spaces, found 24
(#406) Line indented incorrectly; expected at least 32 spaces, found 24
(#409) Line indented incorrectly; expected at least 32 spaces, found 24
(#410) Line indented incorrectly; expected 32 spaces, found 24
(#411) Line indented incorrectly; expected at least 36 spaces, found 28
(#412) Line indented incorrectly; expected at least 36 spaces, found 28
(#413) Line indented incorrectly; expected 36 spaces, found 28
(#414) Line indented incorrectly; expected 40 spaces, found 32
(#415) Line indented incorrectly; expected 44 spaces, found 36
(#416) Line indented incorrectly; expected at least 48 spaces, found 40
(#417) Line indented incorrectly; expected at least 48 spaces, found 40
(#418) Line indented incorrectly; expected 44 spaces, found 36
(#419) Line indented incorrectly; expected 40 spaces, found 32
(#420) Line indented incorrectly; expected 40 spaces, found 32
(#420) Expected "} else {\n"; found "}\n else {\n"
(#421) Line indented incorrectly; expected at least 44 spaces, found 36
(#422) Line indented incorrectly; expected 40 spaces, found 32
(#423) Line indented incorrectly; expected 36 spaces, found 28
(#424) Line indented incorrectly; expected at least 36 spaces, found 28
(#425) Line indented incorrectly; expected 36 spaces, found 28
(#426) Line indented incorrectly; expected 40 spaces, found 32
(#427) Line indented incorrectly; expected at least 44 spaces, found 36
(#428) Line indented incorrectly; expected 40 spaces, found 32
(#429) Line indented incorrectly; expected 36 spaces, found 28
(#430) Line indented incorrectly; expected 32 spaces, found 24
(#431) Line indented incorrectly; expected 24 spaces, found 20
(#432) Line indented incorrectly; expected at least 24 spaces, found 20
(#432) Commas (,) must be followed by white space.
(#433) Line indented incorrectly; expected 20 spaces, found 16
(#434) Line indented incorrectly; expected 20 spaces, found 16
(#434) Expected "} else {\n"; found "}\n else {\n"
(#435) Line indented incorrectly; expected at least 24 spaces, found 20
(#436) Line indented incorrectly; expected 20 spaces, found 16
(#437) Line indented incorrectly; expected at least 20 spaces, found 16
(#438) Line indented incorrectly; expected 16 spaces, found 12
(#438) Closing brace indented incorrectly; expected 16 spaces, found 12
(#441) Line exceeds 132 characters; contains 162 characters
(#445) Expected "} else {\n"; found "}\n else {\n"
(#448) Whitespace found at end of line
(#450) Line exceeds 132 characters; contains 151 characters
(#495) Expected "} else {\n"; found "}\n else {\n"
(#534) Expected "} else {\n"; found "}\n else {\n"
(#567) Line exceeds maximum limit of 180 characters; contains 335 characters
(#642) Line exceeds maximum limit of 180 characters; contains 182 characters
(#644) Line exceeds 132 characters; contains 144 characters
(#645) Line exceeds 132 characters; contains 145 characters
(#647) Line exceeds 132 characters; contains 153 characters
(#648) Line exceeds 132 characters; contains 142 characters
(#649) Line exceeds 132 characters; contains 142 characters
(#650) Line exceeds 132 characters; contains 142 characters
(#651) Line exceeds 132 characters; contains 142 characters
(#652) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#654) Line exceeds 132 characters; contains 142 characters
(#655) Line exceeds 132 characters; contains 142 characters
(#664) Line exceeds 132 characters; contains 138 characters
(#665) Line exceeds 132 characters; contains 138 characters
(#666) Line exceeds 132 characters; contains 138 characters
(#667) Line exceeds 132 characters; contains 138 characters
(#668) Line exceeds 132 characters; contains 138 characters
(#669) Line exceeds 132 characters; contains 138 characters
(#670) Line exceeds 132 characters; contains 138 characters
(#671) Line exceeds 132 characters; contains 138 characters
(#672) Line exceeds 132 characters; contains 156 characters
(#675) Line exceeds 132 characters; contains 175 characters
(#678) Line exceeds 132 characters; contains 165 characters
(#681) Line exceeds 132 characters; contains 137 characters
(#684) Whitespace found at end of line
(#685) Line exceeds 132 characters; contains 177 characters
(#686) Line exceeds 132 characters; contains 145 characters
(#687) Line exceeds 132 characters; contains 156 characters
(#688) Line exceeds 132 characters; contains 138 characters
(#691) Whitespace found at end of line
(#692) Line exceeds 132 characters; contains 177 characters
(#693) Line exceeds 132 characters; contains 145 characters
(#694) Line exceeds 132 characters; contains 156 characters
(#695) Line exceeds 132 characters; contains 138 characters
(#698) Whitespace found at end of line
(#699) Line exceeds 132 characters; contains 177 characters
(#700) Line exceeds 132 characters; contains 145 characters
(#701) Line exceeds 132 characters; contains 156 characters
(#702) Line exceeds 132 characters; contains 138 characters
(#705) Whitespace found at end of line
(#706) Line exceeds 132 characters; contains 177 characters
(#707) Line exceeds 132 characters; contains 145 characters
(#708) Line exceeds 132 characters; contains 156 characters
(#709) Line exceeds 132 characters; contains 138 characters
(#712) Whitespace found at end of line
(#713) Line exceeds 132 characters; contains 177 characters
(#714) Line exceeds 132 characters; contains 145 characters
(#715) Line exceeds 132 characters; contains 156 characters
(#716) Line exceeds 132 characters; contains 138 characters
(#719) Whitespace found at end of line
(#720) Line exceeds 132 characters; contains 177 characters
(#721) Line exceeds 132 characters; contains 145 characters
(#722) Line exceeds 132 characters; contains 156 characters
(#723) Line exceeds 132 characters; contains 138 characters
(#727) Line exceeds 132 characters; contains 177 characters
(#728) Line exceeds 132 characters; contains 145 characters
(#729) Line exceeds 132 characters; contains 156 characters
(#730) Line exceeds 132 characters; contains 138 characters
(#734) Line exceeds 132 characters; contains 177 characters
(#735) Line exceeds 132 characters; contains 145 characters
(#736) Line exceeds 132 characters; contains 156 characters
(#737) Line exceeds 132 characters; contains 138 characters
(#741) Line exceeds 132 characters; contains 177 characters
(#742) Line exceeds 132 characters; contains 145 characters
(#743) Line exceeds 132 characters; contains 156 characters
(#744) Line exceeds 132 characters; contains 138 characters
(#747) This comment is 53% valid code; is this commented out code?
(#752) This comment is 50% valid code; is this commented out code?
(#761) Variable "fp_wonderboxcontext" must not contain underscores.
(#761) Line exceeds maximum limit of 180 characters; contains 693 characters
(#767) Line exceeds maximum limit of 180 characters; contains 201 characters
(#774) Line exceeds maximum limit of 180 characters; contains 201 characters
(#781) Line exceeds maximum limit of 180 characters; contains 201 characters
(#788) Line exceeds maximum limit of 180 characters; contains 201 characters
(#795) Line exceeds maximum limit of 180 characters; contains 201 characters
(#802) Line exceeds maximum limit of 180 characters; contains 201 characters
(#809) Line exceeds maximum limit of 180 characters; contains 201 characters
(#816) Line exceeds maximum limit of 180 characters; contains 201 characters
(#823) Line exceeds maximum limit of 180 characters; contains 201 characters
(#827) Line exceeds maximum limit of 180 characters; contains 225 characters
(#891) Variable "fp_wonderboxcontext" must not contain underscores.
(#899) Line exceeds 132 characters; contains 148 characters
(#900) Line exceeds 132 characters; contains 148 characters
(#901) Line exceeds 132 characters; contains 148 characters
(#902) Line exceeds 132 characters; contains 148 characters
(#903) Line exceeds 132 characters; contains 145 characters
(#904) Line exceeds 132 characters; contains 145 characters
(#905) Line exceeds 132 characters; contains 145 characters
(#906) Line exceeds 132 characters; contains 145 characters
(#909) Variable "customlogin_context" must not contain underscores.
(#909) Line exceeds maximum limit of 180 characters; contains 929 characters
(#911) Line exceeds 132 characters; contains 156 characters
(#913) Line exceeds 132 characters; contains 156 characters
(#917) Line exceeds 132 characters; contains 146 characters
(#943) Variable "customlogin_context" must not contain underscores.
(#947) Line exceeds 132 characters; contains 177 characters
(#948) Line exceeds 132 characters; contains 145 characters
(#949) Line exceeds 132 characters; contains 156 characters
(#950) Line exceeds 132 characters; contains 138 characters
(#953) Whitespace found at end of line
(#954) Line exceeds 132 characters; contains 177 characters
(#955) Line exceeds 132 characters; contains 145 characters
(#956) Line exceeds 132 characters; contains 156 characters
(#957) Line exceeds 132 characters; contains 138 characters
(#960) Whitespace found at end of line
(#961) Line exceeds 132 characters; contains 177 characters
(#962) Line exceeds 132 characters; contains 145 characters
(#963) Line exceeds 132 characters; contains 156 characters
(#964) Line exceeds 132 characters; contains 138 characters
(#967) Whitespace found at end of line
(#968) Line exceeds 132 characters; contains 177 characters
(#969) Line exceeds 132 characters; contains 145 characters
(#970) Line exceeds 132 characters; contains 156 characters
(#971) Line exceeds 132 characters; contains 138 characters
(#974) Whitespace found at end of line
(#975) Line exceeds 132 characters; contains 177 characters
(#976) Line exceeds 132 characters; contains 145 characters
(#977) Line exceeds 132 characters; contains 156 characters
(#978) Line exceeds 132 characters; contains 138 characters
(#981) Whitespace found at end of line
(#982) Line exceeds 132 characters; contains 177 characters
(#983) Line exceeds 132 characters; contains 145 characters
(#984) Line exceeds 132 characters; contains 156 characters
(#985) Line exceeds 132 characters; contains 138 characters
(#988) Whitespace found at end of line
(#989) Line exceeds 132 characters; contains 177 characters
(#990) Line exceeds 132 characters; contains 145 characters
(#991) Line exceeds 132 characters; contains 156 characters
(#992) Line exceeds 132 characters; contains 138 characters
(#996) Line exceeds 132 characters; contains 177 characters
(#997) Line exceeds 132 characters; contains 145 characters
(#998) Line exceeds 132 characters; contains 156 characters
(#999) Line exceeds 132 characters; contains 138 characters
(#1003) Line exceeds 132 characters; contains 177 characters
(#1004) Line exceeds 132 characters; contains 145 characters
(#1005) Line exceeds 132 characters; contains 156 characters
(#1006) Line exceeds 132 characters; contains 138 characters
(#1010) Variable "fp_marketingtiles" must not contain underscores.
(#1010) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1016) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1023) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1030) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1037) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1044) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1051) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1058) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1065) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1072) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1075) Variable "fp_marketingtiles" must not contain underscores.
(#1081) Line exceeds 132 characters; contains 150 characters
(#1083) Line exceeds 132 characters; contains 133 characters
(#1085) Line exceeds 132 characters; contains 150 characters
(#1087) Line exceeds 132 characters; contains 133 characters
(#1089) Line exceeds 132 characters; contains 150 characters
(#1091) Line exceeds 132 characters; contains 133 characters
(#1093) Variable "fp_slideshow" must not contain underscores.
(#1093) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1103) Variable "fp_slideshow" must not contain underscores.
(#1109) Line exceeds 132 characters; contains 150 characters
(#1110) Line exceeds 132 characters; contains 166 characters
(#1143) Expected "} else {\n"; found "}\n else {\n"
(#1154) Line exceeds maximum limit of 180 characters; contains 408 characters
(#1168) "require_once" must be immediately followed by an open parenthesis
(#1181) Expected "} else {\n"; found "}\n else {\n"
(#1187) Line exceeds 132 characters; contains 163 characters
(#1189) Line exceeds 132 characters; contains 150 characters
(#1203) Line exceeds 132 characters; contains 166 characters
(#1212) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1215) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1344) Inline comments must end in full-stops, exclamation marks, or question marks
(#1349) Expected "} else {\n"; found "}\n else {\n"
(#1377) Line exceeds 132 characters; contains 141 characters
(#1427) Line exceeds 132 characters; contains 135 characters
(#1455) Variable "activitylinkstitle_desc" must not contain underscores.
(#1468) Variable "activitylinkstitle_desc" must not contain underscores.
(#1468) Line exceeds maximum limit of 180 characters; contains 1055 characters
(#1473) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1654) Variable "logintext_custom" must not contain underscores.
(#1655) Variable "logintext_custom" must not contain underscores.
(#1655) Line exceeds 132 characters; contains 140 characters
(#1656) Variable "logintext_custom" must not contain underscores.
(#1676) Line exceeds 132 characters; contains 135 characters
(#1704) Variable "quiz_record" must not contain underscores.
(#1707) Variable "quiz_record" must not contain underscores.
(#1707) 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
(#129) 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"
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) No space found before comment text; expected "// FP Icon Nav" but found "//FP Icon Nav"
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) No space found before comment text; expected "// FP Icon Nav default text for buttons" but found "//FP Icon Nav default text for buttons"
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) No space found before comment text; expected "// Edit Button Text" but found "//Edit Button Text"
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) No space found before comment text; expected "// Marketing Tiles" but found "//Marketing Tiles"
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) No space found before comment text; expected "// Alerts" but found "//Alerts"
(#511) 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
(#68) Expected "} else {\n"; found "}\n else {\n"
(#73) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#146) Line indented incorrectly; expected at least 4 spaces, found 0
(#147) Line indented incorrectly; expected at least 4 spaces, found 0
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
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Commas (,) must be followed by white space.
(#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
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#179) No space found before comment text; expected "// Drawer Menu" but found "//Drawer Menu"
(#180) 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
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// course category Icon" but found "//course category Icon"
(#320) Commas (,) must be followed by white space.
theme/fordson/settings/presets_settings.php
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Line exceeds maximum limit of 180 characters; contains 193 characters
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Line exceeds maximum limit of 180 characters; contains 219 characters
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Variable "blockdisplay_on" must not contain underscores.
(#148) Variable "blockdisplay_off" must not contain underscores.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Variable "blockdisplay_on" must not contain underscores.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) 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

(65 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) '$' is not defined. (no-undef)
(#3) Comments should not begin with a lowercase character (capitalized-comments)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#5) '$' is not defined. (no-undef)
(#7) '$' is not defined. (no-undef)
(#9) '$' is not defined. (no-undef)
(#13) '$' is not defined. (no-undef)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#16) '$' is not defined. (no-undef)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#18) '$' 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

(1088 errors, 67 warnings)

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

theme/fordson/scss/fordson_variables.scss
(#31) Expected "#ffffff" to be "#fff" (color-hex-length)
(#60) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#47) Expected single space after "," in a single-line function (function-comma-space-after)
(#47) Expected single space after "," in a single-line function (function-comma-space-after)
(#47) 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)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Unexpected whitespace at end of line (no-eol-whitespace)
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)
(#27) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 8 spaces (indentation)
(#29) Expected indentation of 8 spaces (indentation)
(#30) Expected indentation of 8 spaces (indentation)
(#31) Expected indentation of 8 spaces (indentation)
(#32) Expected indentation of 8 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 8 spaces (indentation)
(#36) Expected indentation of 8 spaces (indentation)
(#37) Expected indentation of 8 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#40) Expected indentation of 8 spaces (indentation)
(#41) Expected indentation of 8 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 8 spaces (indentation)
(#45) Expected indentation of 8 spaces (indentation)
(#46) Expected indentation of 8 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#6) Unexpected unit (length-zero-no-unit)
(#28) Unexpected unit (length-zero-no-unit)
(#50) Unexpected whitespace at end of line (no-eol-whitespace)
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
(#291) Expected single space before "{" (block-opening-brace-space-before)
(#320) Expected single space before "{" (block-opening-brace-space-before)
(#44) Expected single space before "!" (declaration-bang-space-before)
(#107) Expected single space before "!" (declaration-bang-space-before)
(#128) Expected single space before "!" (declaration-bang-space-before)
(#217) Expected single space before "!" (declaration-bang-space-before)
(#225) Expected single space before "!" (declaration-bang-space-before)
(#205) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#300) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#302) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#260) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#261) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#328) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#107) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#196) Unexpected !important (declaration-no-important)
(#217) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#236) 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)
(#92) Expected single space after "," in a single-line function (function-comma-space-after)
(#92) Expected single space after "," in a single-line function (function-comma-space-after)
(#119) Expected single space after "," in a single-line function (function-comma-space-after)
(#140) Expected single space after "," in a single-line function (function-comma-space-after)
(#107) Expected whitespace after ")" (function-whitespace-after)
(#75) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 8 spaces (indentation)
(#82) Expected indentation of 8 spaces (indentation)
(#83) Expected indentation of 8 spaces (indentation)
(#84) Expected indentation of 8 spaces (indentation)
(#85) Expected indentation of 8 spaces (indentation)
(#86) Expected indentation of 8 spaces (indentation)
(#87) Expected indentation of 8 spaces (indentation)
(#88) Expected indentation of 8 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 8 spaces (indentation)
(#92) Expected indentation of 8 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 8 spaces (indentation)
(#104) Expected indentation of 8 spaces (indentation)
(#96) Expected indentation of 12 spaces (indentation)
(#97) Expected indentation of 12 spaces (indentation)
(#98) Expected indentation of 12 spaces (indentation)
(#99) Expected indentation of 12 spaces (indentation)
(#100) Expected indentation of 12 spaces (indentation)
(#101) Expected indentation of 12 spaces (indentation)
(#102) Expected indentation of 12 spaces (indentation)
(#103) Expected indentation of 12 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 8 spaces (indentation)
(#107) Expected indentation of 12 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 8 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 8 spaces (indentation)
(#116) Expected indentation of 8 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 8 spaces (indentation)
(#120) Expected indentation of 8 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 8 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 8 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 8 spaces (indentation)
(#139) Expected indentation of 8 spaces (indentation)
(#140) Expected indentation of 8 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 8 spaces (indentation)
(#154) Expected indentation of 8 spaces (indentation)
(#155) Expected indentation of 8 spaces (indentation)
(#156) Expected indentation of 8 spaces (indentation)
(#157) Expected indentation of 8 spaces (indentation)
(#158) Expected indentation of 8 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)
(#173) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 8 spaces (indentation)
(#172) Expected indentation of 8 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 8 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 8 spaces (indentation)
(#181) Expected indentation of 8 spaces (indentation)
(#180) Expected indentation of 12 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 8 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 8 spaces (indentation)
(#190) Expected indentation of 8 spaces (indentation)
(#191) Expected indentation of 8 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 8 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 8 spaces (indentation)
(#201) Expected indentation of 8 spaces (indentation)
(#202) Expected indentation of 8 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 8 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 8 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 8 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 8 spaces (indentation)
(#231) Expected indentation of 8 spaces (indentation)
(#230) Expected indentation of 12 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 8 spaces (indentation)
(#237) Expected indentation of 8 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 8 spaces (indentation)
(#243) Expected indentation of 8 spaces (indentation)
(#242) Expected indentation of 12 spaces (indentation)
(#245) Expected indentation of 8 spaces (indentation)
(#248) Expected indentation of 8 spaces (indentation)
(#246) Expected indentation of 12 spaces (indentation)
(#247) Expected indentation of 12 spaces (indentation)
(#249) Expected indentation of 8 spaces (indentation)
(#253) Expected indentation of 8 spaces (indentation)
(#250) Expected indentation of 12 spaces (indentation)
(#251) Expected indentation of 12 spaces (indentation)
(#252) Expected indentation of 12 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 8 spaces (indentation)
(#257) Expected indentation of 8 spaces (indentation)
(#263) Expected indentation of 8 spaces (indentation)
(#258) Expected indentation of 12 spaces (indentation)
(#259) Expected indentation of 12 spaces (indentation)
(#260) Expected indentation of 12 spaces (indentation)
(#261) Expected indentation of 12 spaces (indentation)
(#262) Expected indentation of 12 spaces (indentation)
(#264) Expected indentation of 8 spaces (indentation)
(#266) Expected indentation of 8 spaces (indentation)
(#265) Expected indentation of 12 spaces (indentation)
(#267) Expected indentation of 8 spaces (indentation)
(#278) Expected indentation of 8 spaces (indentation)
(#268) Expected indentation of 12 spaces (indentation)
(#269) Expected indentation of 12 spaces (indentation)
(#270) Expected indentation of 12 spaces (indentation)
(#271) Expected indentation of 12 spaces (indentation)
(#272) Expected indentation of 12 spaces (indentation)
(#273) Expected indentation of 12 spaces (indentation)
(#274) Expected indentation of 12 spaces (indentation)
(#275) Expected indentation of 12 spaces (indentation)
(#276) Expected indentation of 12 spaces (indentation)
(#277) Expected indentation of 12 spaces (indentation)
(#279) Expected indentation of 8 spaces (indentation)
(#282) Expected indentation of 8 spaces (indentation)
(#280) Expected indentation of 12 spaces (indentation)
(#281) Expected indentation of 12 spaces (indentation)
(#283) Expected indentation of 8 spaces (indentation)
(#285) Expected indentation of 8 spaces (indentation)
(#284) Expected indentation of 12 spaces (indentation)
(#286) Expected indentation of 8 spaces (indentation)
(#289) Expected indentation of 8 spaces (indentation)
(#287) Expected indentation of 12 spaces (indentation)
(#288) Expected indentation of 12 spaces (indentation)
(#290) Expected indentation of 8 spaces (indentation)
(#291) Expected indentation of 8 spaces (indentation)
(#293) Expected indentation of 8 spaces (indentation)
(#292) Expected indentation of 12 spaces (indentation)
(#294) Expected indentation of 8 spaces (indentation)
(#296) Expected indentation of 8 spaces (indentation)
(#295) Expected indentation of 12 spaces (indentation)
(#297) Expected indentation of 8 spaces (indentation)
(#311) Expected indentation of 8 spaces (indentation)
(#298) Expected indentation of 12 spaces (indentation)
(#299) Expected indentation of 12 spaces (indentation)
(#300) Expected indentation of 12 spaces (indentation)
(#301) Expected indentation of 12 spaces (indentation)
(#302) Expected indentation of 12 spaces (indentation)
(#303) Expected indentation of 12 spaces (indentation)
(#304) Expected indentation of 12 spaces (indentation)
(#305) Expected indentation of 12 spaces (indentation)
(#306) Expected indentation of 12 spaces (indentation)
(#307) Expected indentation of 12 spaces (indentation)
(#308) Expected indentation of 16 spaces (indentation)
(#309) Expected indentation of 16 spaces (indentation)
(#310) Expected indentation of 12 spaces (indentation)
(#312) Expected indentation of 8 spaces (indentation)
(#314) Expected indentation of 8 spaces (indentation)
(#313) Expected indentation of 12 spaces (indentation)
(#315) Expected indentation of 8 spaces (indentation)
(#319) Expected indentation of 8 spaces (indentation)
(#316) Expected indentation of 12 spaces (indentation)
(#317) Expected indentation of 12 spaces (indentation)
(#318) Expected indentation of 12 spaces (indentation)
(#320) Expected indentation of 8 spaces (indentation)
(#323) Expected indentation of 8 spaces (indentation)
(#321) Expected indentation of 12 spaces (indentation)
(#322) Expected indentation of 12 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 8 spaces (indentation)
(#329) Expected indentation of 8 spaces (indentation)
(#328) Expected indentation of 12 spaces (indentation)
(#330) Expected indentation of 8 spaces (indentation)
(#332) Expected indentation of 8 spaces (indentation)
(#331) Expected indentation of 12 spaces (indentation)
(#140) Unexpected unit (length-zero-no-unit)
(#140) Unexpected unit (length-zero-no-unit)
(#260) Unexpected unit (length-zero-no-unit)
(#261) Unexpected unit (length-zero-no-unit)
(#70) Unexpected whitespace at end of line (no-eol-whitespace)
(#205) Unexpected whitespace at end of line (no-eol-whitespace)
(#219) Unexpected whitespace at end of line (no-eol-whitespace)
(#300) Unexpected whitespace at end of line (no-eol-whitespace)
(#302) Unexpected whitespace at end of line (no-eol-whitespace)
(#308) Unexpected whitespace at end of line (no-eol-whitespace)
(#90) Expected newline after "," (selector-list-comma-newline-after)
(#90) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#106) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#245) Expected newline after "," (selector-list-comma-newline-after)
(#249) Expected newline after "," (selector-list-comma-newline-after)
(#291) Expected newline after "," (selector-list-comma-newline-after)
(#294) Expected newline after "," (selector-list-comma-newline-after)
(#330) Expected newline after "," (selector-list-comma-newline-after)
(#90) Unexpected whitespace before "," (selector-list-comma-space-before)
(#106) Unexpected whitespace before "," (selector-list-comma-space-before)
(#308) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
theme/fordson/scss/pagelayout/layout2.scss
(#315) Expected single space before "{" (block-opening-brace-space-before)
(#344) Expected single space before "{" (block-opening-brace-space-before)
(#128) Expected single space before "!" (declaration-bang-space-before)
(#269) Expected single space before "!" (declaration-bang-space-before)
(#324) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#326) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#284) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#285) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#352) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#88) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#269) Unexpected !important (declaration-no-important)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected single space after "," in a single-line function (function-comma-space-after)
(#180) Expected single space after "," in a single-line function (function-comma-space-after)
(#180) Expected single space after "," in a single-line function (function-comma-space-after)
(#180) Expected single space after "," in a single-line function (function-comma-space-after)
(#128) Expected whitespace after ")" (function-whitespace-after)
(#38) Expected indentation of 0 spaces (indentation)
(#332) Expected indentation of 12 spaces (indentation)
(#333) Expected indentation of 12 spaces (indentation)
(#92) Unexpected unit (length-zero-no-unit)
(#93) Unexpected unit (length-zero-no-unit)
(#105) Unexpected unit (length-zero-no-unit)
(#147) Unexpected unit (length-zero-no-unit)
(#180) Unexpected unit (length-zero-no-unit)
(#284) Unexpected unit (length-zero-no-unit)
(#285) Unexpected unit (length-zero-no-unit)
(#324) Unexpected whitespace at end of line (no-eol-whitespace)
(#326) Unexpected whitespace at end of line (no-eol-whitespace)
(#332) Unexpected whitespace at end of line (no-eol-whitespace)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#127) Expected newline after "," (selector-list-comma-newline-after)
(#127) Expected newline after "," (selector-list-comma-newline-after)
(#315) Expected newline after "," (selector-list-comma-newline-after)
(#318) Expected newline after "," (selector-list-comma-newline-after)
(#127) Unexpected whitespace before "," (selector-list-comma-space-before)
(#332) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
theme/fordson/scss/pagelayout/layout3.scss
(#53) Expected empty line before at-rule (at-rule-empty-line-before)
(#58) Expected empty line before at-rule (at-rule-empty-line-before)
(#214) Expected single space before "{" (block-opening-brace-space-before)
(#243) Expected single space before "{" (block-opening-brace-space-before)
(#72) 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)
(#223) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#225) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#183) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#184) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#251) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#72) Expected single space after "," in a single-line function (function-comma-space-after)
(#72) Expected single space after "," in a single-line function (function-comma-space-after)
(#72) 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)
(#72) Expected whitespace after ")" (function-whitespace-after)
(#231) Expected indentation of 12 spaces (indentation)
(#232) Expected indentation of 12 spaces (indentation)
(#51) Unexpected unit (length-zero-no-unit)
(#79) Unexpected unit (length-zero-no-unit)
(#97) Unexpected unit (length-zero-no-unit)
(#183) Unexpected unit (length-zero-no-unit)
(#184) Unexpected unit (length-zero-no-unit)
(#223) Unexpected whitespace at end of line (no-eol-whitespace)
(#225) Unexpected whitespace at end of line (no-eol-whitespace)
(#231) Unexpected whitespace at end of line (no-eol-whitespace)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#214) Expected newline after "," (selector-list-comma-newline-after)
(#217) Expected newline after "," (selector-list-comma-newline-after)
(#71) Unexpected whitespace before "," (selector-list-comma-space-before)
(#231) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
theme/fordson/scss/pagelayout/layout4.scss
(#170) Expected empty line before at-rule (at-rule-empty-line-before)
(#206) Expected single space before "{" (block-opening-brace-space-before)
(#235) Expected single space before "{" (block-opening-brace-space-before)
(#67) Expected single space before "!" (declaration-bang-space-before)
(#166) Expected single space before "!" (declaration-bang-space-before)
(#168) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#215) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#217) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#175) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#176) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#243) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#67) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#67) Expected single space after "," in a single-line function (function-comma-space-after)
(#67) Expected single space after "," in a single-line function (function-comma-space-after)
(#67) 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)
(#67) Expected whitespace after ")" (function-whitespace-after)
(#223) Expected indentation of 12 spaces (indentation)
(#224) Expected indentation of 12 spaces (indentation)
(#75) Unexpected unit (length-zero-no-unit)
(#90) Unexpected unit (length-zero-no-unit)
(#175) Unexpected unit (length-zero-no-unit)
(#176) Unexpected unit (length-zero-no-unit)
(#215) Unexpected whitespace at end of line (no-eol-whitespace)
(#217) Unexpected whitespace at end of line (no-eol-whitespace)
(#223) Unexpected whitespace at end of line (no-eol-whitespace)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#206) Expected newline after "," (selector-list-comma-newline-after)
(#209) Expected newline after "," (selector-list-comma-newline-after)
(#66) Unexpected whitespace before "," (selector-list-comma-space-before)
(#223) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
theme/fordson/scss/pagelayout/layout5.scss
(#39) Expected single space before "!" (declaration-bang-space-before)
(#97) Expected single space before "!" (declaration-bang-space-before)
(#152) Expected single space before "!" (declaration-bang-space-before)
(#161) Expected single space before "!" (declaration-bang-space-before)
(#170) Expected single space before "!" (declaration-bang-space-before)
(#154) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#97) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#152) Unexpected !important (declaration-no-important)
(#161) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#97) Expected single space after "," in a single-line function (function-comma-space-after)
(#97) Expected single space after "," in a single-line function (function-comma-space-after)
(#97) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#97) Expected whitespace after ")" (function-whitespace-after)
(#38) Expected newline after "," (selector-list-comma-newline-after)
(#160) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/preset/e-Learner.scss
(#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)
(#150) Expected single space before "!" (declaration-bang-space-before)
(#151) Expected single space before "!" (declaration-bang-space-before)
(#152) Expected single space before "!" (declaration-bang-space-before)
(#208) Expected single space before "!" (declaration-bang-space-before)
(#210) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#156) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#142) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#152) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#181) Unexpected !important (declaration-no-important)
(#208) 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)
(#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)
(#203) Expected no more than 2 empty lines (max-empty-lines)
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)
(#178) Expected single space before "!" (declaration-bang-space-before)
(#180) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#178) Unexpected !important (declaration-no-important)
(#179) Expected single space after "," in a single-line function (function-comma-space-after)
(#179) Expected single space after "," in a single-line function (function-comma-space-after)
(#179) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Unexpected whitespace at end of line (no-eol-whitespace)
theme/fordson/scss/preset/Perception.scss
(#577) Expected empty line before at-rule (at-rule-empty-line-before)
(#564) Expected newline before "}" (block-closing-brace-newline-before)
(#564) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#474) Unexpected empty block (block-no-empty)
(#564) Expected newline after "{" (block-opening-brace-newline-after)
(#564) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#395) Expected single space before "{" (block-opening-brace-space-before)
(#15) Expected "#ffffff" to be "#fff" (color-hex-length)
(#64) Expected "#ffffff" to be "#fff" (color-hex-length)
(#83) Expected "#ffffff" to be "#fff" (color-hex-length)
(#94) Expected single space before "!" (declaration-bang-space-before)
(#262) Expected single space before "!" (declaration-bang-space-before)
(#272) Expected single space before "!" (declaration-bang-space-before)
(#325) Expected single space before "!" (declaration-bang-space-before)
(#328) Expected single space before "!" (declaration-bang-space-before)
(#329) Expected single space before "!" (declaration-bang-space-before)
(#568) Expected single space before "!" (declaration-bang-space-before)
(#569) Expected single space before "!" (declaration-bang-space-before)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#273) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#388) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#584) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#250) Unexpected !important (declaration-no-important)
(#262) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#272) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#298) Unexpected !important (declaration-no-important)
(#299) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#301) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#325) Unexpected !important (declaration-no-important)
(#328) Unexpected !important (declaration-no-important)
(#329) Unexpected !important (declaration-no-important)
(#358) Unexpected !important (declaration-no-important)
(#382) Unexpected !important (declaration-no-important)
(#396) Unexpected !important (declaration-no-important)
(#415) Unexpected !important (declaration-no-important)
(#420) Unexpected !important (declaration-no-important)
(#421) Unexpected !important (declaration-no-important)
(#422) Unexpected !important (declaration-no-important)
(#568) Unexpected !important (declaration-no-important)
(#569) Unexpected !important (declaration-no-important)
(#461) Expected single space after "," in a single-line function (function-comma-space-after)
(#472) Expected single space after "," in a single-line function (function-comma-space-after)
(#472) Expected single space after "," in a single-line function (function-comma-space-after)
(#472) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 8 spaces (indentation)
(#162) Expected indentation of 8 spaces (indentation)
(#163) Expected indentation of 8 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 8 spaces (indentation)
(#168) Expected indentation of 8 spaces (indentation)
(#170) Expected indentation of 8 spaces (indentation)
(#174) Expected indentation of 8 spaces (indentation)
(#171) Expected indentation of 12 spaces (indentation)
(#172) Expected indentation of 12 spaces (indentation)
(#173) Expected indentation of 12 spaces (indentation)
(#176) Expected indentation of 8 spaces (indentation)
(#180) Expected indentation of 8 spaces (indentation)
(#177) Expected indentation of 12 spaces (indentation)
(#178) Expected indentation of 12 spaces (indentation)
(#179) Expected indentation of 12 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 8 spaces (indentation)
(#186) Expected indentation of 8 spaces (indentation)
(#187) Expected indentation of 8 spaces (indentation)
(#274) Expected indentation of 8 spaces (indentation)
(#275) Expected indentation of 8 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 8 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 8 spaces (indentation)
(#329) Expected indentation of 8 spaces (indentation)
(#573) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#362) Expected line length to be no more than 132 characters (max-line-length)
(#46) Unexpected whitespace at end of line (no-eol-whitespace)
(#273) Unexpected whitespace at end of line (no-eol-whitespace)
(#274) Unexpected whitespace at end of line (no-eol-whitespace)
(#475) Unexpected whitespace at end of line (no-eol-whitespace)
(#517) Unexpected whitespace at end of line (no-eol-whitespace)
(#225) Expected newline after "," (selector-list-comma-newline-after)
(#257) Expected newline after "," (selector-list-comma-newline-after)
(#261) Expected newline after "," (selector-list-comma-newline-after)
(#261) Expected newline after "," (selector-list-comma-newline-after)
(#261) Expected newline after "," (selector-list-comma-newline-after)
(#270) Expected newline after "," (selector-list-comma-newline-after)
(#270) Expected newline after "," (selector-list-comma-newline-after)
(#270) Expected newline after "," (selector-list-comma-newline-after)
(#362) Expected newline after "," (selector-list-comma-newline-after)
(#362) Expected newline after "," (selector-list-comma-newline-after)
(#362) Expected newline after "," (selector-list-comma-newline-after)
(#368) Expected newline after "," (selector-list-comma-newline-after)
(#427) Expected newline after "," (selector-list-comma-newline-after)
(#545) Expected newline after "," (selector-list-comma-newline-after)
(#548) Expected newline after "," (selector-list-comma-newline-after)
(#553) Expected newline after "," (selector-list-comma-newline-after)
(#559) Expected newline after "," (selector-list-comma-newline-after)
(#572) Expected newline after "," (selector-list-comma-newline-after)
(#578) Expected newline after "," (selector-list-comma-newline-after)
(#582) Expected newline after "," (selector-list-comma-newline-after)
(#588) Expected newline after "," (selector-list-comma-newline-after)
(#274) Expected newline after "," in a multi-line list (value-list-comma-newline-after)
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
(#436) Expected empty line before at-rule (at-rule-empty-line-before)
(#329) Expected newline before "}" (block-closing-brace-newline-before)
(#423) Expected newline before "}" (block-closing-brace-newline-before)
(#423) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#423) Expected newline after "{" (block-opening-brace-newline-after)
(#423) 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)
(#360) Expected single space before "!" (declaration-bang-space-before)
(#427) Expected single space before "!" (declaration-bang-space-before)
(#428) Expected single space before "!" (declaration-bang-space-before)
(#458) Expected single space before "!" (declaration-bang-space-before)
(#460) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#443) 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)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#266) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#359) Unexpected !important (declaration-no-important)
(#360) Unexpected !important (declaration-no-important)
(#427) Unexpected !important (declaration-no-important)
(#428) Unexpected !important (declaration-no-important)
(#458) Unexpected !important (declaration-no-important)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#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)
(#252) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#379) Expected line length to be no more than 132 characters (max-line-length)
(#329) Unexpected whitespace at end of line (no-eol-whitespace)
(#246) Expected newline after "," (selector-list-comma-newline-after)
(#246) Expected newline after "," (selector-list-comma-newline-after)
(#279) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#291) Expected newline after "," (selector-list-comma-newline-after)
(#310) Expected newline after "," (selector-list-comma-newline-after)
(#379) Expected newline after "," (selector-list-comma-newline-after)
(#404) Expected newline after "," (selector-list-comma-newline-after)
(#407) Expected newline after "," (selector-list-comma-newline-after)
(#412) Expected newline after "," (selector-list-comma-newline-after)
(#418) Expected newline after "," (selector-list-comma-newline-after)
(#431) Expected newline after "," (selector-list-comma-newline-after)
(#437) Expected newline after "," (selector-list-comma-newline-after)
(#441) Expected newline after "," (selector-list-comma-newline-after)
(#447) Expected newline after "," (selector-list-comma-newline-after)
(#246) Unexpected whitespace before "," (selector-list-comma-space-before)
theme/fordson/scss/sectionlayout/sectionstyle1.scss
(#47) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#79) 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)
(#55) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 8 spaces (indentation)
(#57) Expected indentation of 8 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 8 spaces (indentation)
(#61) Expected indentation of 8 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 8 spaces (indentation)
(#65) Expected indentation of 8 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 8 spaces (indentation)
(#70) Expected indentation of 8 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 8 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 8 spaces (indentation)
(#78) Expected indentation of 8 spaces (indentation)
(#79) Expected indentation of 8 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 8 spaces (indentation)
(#83) Expected indentation of 8 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 8 spaces (indentation)
(#88) Expected indentation of 8 spaces (indentation)
(#89) Expected indentation of 8 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 8 spaces (indentation)
(#94) Expected indentation of 8 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 8 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 8 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#55) Expected line length to be no more than 132 characters (max-line-length)
(#59) Expected line length to be no more than 132 characters (max-line-length)
(#46) Unexpected whitespace at end of line (no-eol-whitespace)
(#74) Unexpected whitespace at end of line (no-eol-whitespace)
(#108) Unexpected whitespace at end of line (no-eol-whitespace)
(#42) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#59) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle2.scss
(#191) 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)
(#253) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#177) Unexpected !important (declaration-no-important)
(#200) Expected single space after "," in a single-line function (function-comma-space-after)
(#200) Expected single space after "," in a single-line function (function-comma-space-after)
(#200) Expected single space after "," in a single-line function (function-comma-space-after)
(#140) Unexpected unit (length-zero-no-unit)
(#200) Unexpected unit (length-zero-no-unit)
(#133) Expected line length to be no more than 132 characters (max-line-length)
(#196) Expected line length to be no more than 132 characters (max-line-length)
(#249) Expected line length to be no more than 132 characters (max-line-length)
(#190) Unexpected whitespace at end of line (no-eol-whitespace)
(#133) Expected newline after "," (selector-list-comma-newline-after)
(#196) Expected newline after "," (selector-list-comma-newline-after)
(#202) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#233) Expected newline after "," (selector-list-comma-newline-after)
(#249) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle3.scss
(#205) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected single space before "{" (block-opening-brace-space-before)
(#237) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#61) Unexpected !important (declaration-no-important)
(#81) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#190) Unexpected !important (declaration-no-important)
(#248) Unexpected !important (declaration-no-important)
(#252) Unexpected !important (declaration-no-important)
(#204) Unexpected whitespace at end of line (no-eol-whitespace)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#236) 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
(#148) 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)
(#147) 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)
(#158) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle6.scss
(#197) 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)
(#197) Unexpected !important (declaration-no-important)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Expected single space after "," in a single-line function (function-comma-space-after)
(#142) Unexpected unit (length-zero-no-unit)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#128) Expected newline after "," (selector-list-comma-newline-after)
(#134) Expected newline after "," (selector-list-comma-newline-after)
(#138) Expected newline after "," (selector-list-comma-newline-after)
(#145) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#164) Expected newline after "," (selector-list-comma-newline-after)
(#170) Expected newline after "," (selector-list-comma-newline-after)
(#188) Expected newline after "," (selector-list-comma-newline-after)
(#196) Expected newline after "," (selector-list-comma-newline-after)
(#204) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle7.scss
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected single space before "!" (declaration-bang-space-before)
(#151) Expected single space before "!" (declaration-bang-space-before)
(#110) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#153) 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)
(#108) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#109) Expected single space after "," in a single-line function (function-comma-space-after)
(#109) Expected single space after "," in a single-line function (function-comma-space-after)
(#109) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Unexpected whitespace at end of line (no-eol-whitespace)
(#123) Unexpected whitespace at end of line (no-eol-whitespace)
(#165) Unexpected whitespace at end of line (no-eol-whitespace)
(#58) Expected newline after "," (selector-list-comma-newline-after)
(#137) Expected newline after "," (selector-list-comma-newline-after)
(#158) Expected newline after "," (selector-list-comma-newline-after)
(#164) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/sectionlayout/sectionstyle8.scss
(#40) Expected newline before "}" (block-closing-brace-newline-before)
(#77) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected single space before "!" (declaration-bang-space-before)
(#51) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Unexpected whitespace at end of line (no-eol-whitespace)
(#76) Unexpected whitespace at end of line (no-eol-whitespace)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
theme/fordson/scss/styles.scss
(#507) Expected empty line before at-rule (at-rule-empty-line-before)
(#1098) Expected newline before "}" (block-closing-brace-newline-before)
(#1099) Expected newline before "}" (block-closing-brace-newline-before)
(#1133) Expected newline before "}" (block-closing-brace-newline-before)
(#1098) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1099) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1133) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1098) Expected newline after "{" (block-opening-brace-newline-after)
(#1099) Expected newline after "{" (block-opening-brace-newline-after)
(#1133) Expected newline after "{" (block-opening-brace-newline-after)
(#1098) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1099) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1133) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#65) Expected single space before "{" (block-opening-brace-space-before)
(#296) Expected single space before "{" (block-opening-brace-space-before)
(#508) Expected single space before "{" (block-opening-brace-space-before)
(#43) Expected single space before "!" (declaration-bang-space-before)
(#156) Expected single space before "!" (declaration-bang-space-before)
(#318) Expected single space before "!" (declaration-bang-space-before)
(#1009) Expected single space before "!" (declaration-bang-space-before)
(#1116) Expected single space before "!" (declaration-bang-space-before)
(#623) Unexpected shorthand "margin" after "margin-bottom" (declaration-block-no-shorthand-property-overrides)
(#1084) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#82) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#358) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#504) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#509) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#623) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1133) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#318) Unexpected !important (declaration-no-important)
(#1009) Unexpected !important (declaration-no-important)
(#1116) Unexpected !important (declaration-no-important)
(#1123) Unexpected !important (declaration-no-important)
(#113) Expected single space after "," in a single-line function (function-comma-space-after)
(#113) Expected single space after "," in a single-line function (function-comma-space-after)
(#113) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#144) Expected single space after "," in a single-line function (function-comma-space-after)
(#566) Expected single space after "," in a single-line function (function-comma-space-after)
(#566) Expected single space after "," in a single-line function (function-comma-space-after)
(#566) Expected single space after "," in a single-line function (function-comma-space-after)
(#913) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 8 spaces (indentation)
(#916) Expected indentation of 8 spaces (indentation)
(#918) Expected indentation of 8 spaces (indentation)
(#917) Expected indentation of 12 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#922) Expected indentation of 8 spaces (indentation)
(#932) Expected indentation of 8 spaces (indentation)
(#923) Expected indentation of 12 spaces (indentation)
(#925) Expected indentation of 12 spaces (indentation)
(#927) Expected indentation of 12 spaces (indentation)
(#926) Expected indentation of 16 spaces (indentation)
(#929) Expected indentation of 12 spaces (indentation)
(#931) Expected indentation of 12 spaces (indentation)
(#930) Expected indentation of 16 spaces (indentation)
(#934) Expected indentation of 8 spaces (indentation)
(#939) Expected indentation of 8 spaces (indentation)
(#935) Expected indentation of 8 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#937) Expected indentation of 8 spaces (indentation)
(#938) Expected indentation of 12 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#945) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 8 spaces (indentation)
(#944) Expected indentation of 8 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 8 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 8 spaces (indentation)
(#953) Expected indentation of 8 spaces (indentation)
(#959) Expected indentation of 8 spaces (indentation)
(#954) Expected indentation of 12 spaces (indentation)
(#956) Expected indentation of 12 spaces (indentation)
(#958) Expected indentation of 12 spaces (indentation)
(#957) Expected indentation of 16 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#1135) Expected indentation of 8 spaces (indentation)
(#73) Unexpected unit (length-zero-no-unit)
(#220) Unexpected unit (length-zero-no-unit)
(#314) Unexpected unit (length-zero-no-unit)
(#325) Unexpected unit (length-zero-no-unit)
(#333) Unexpected unit (length-zero-no-unit)
(#533) Unexpected unit (length-zero-no-unit)
(#550) Unexpected unit (length-zero-no-unit)
(#556) Unexpected unit (length-zero-no-unit)
(#738) Unexpected unit (length-zero-no-unit)
(#739) Unexpected unit (length-zero-no-unit)
(#740) Unexpected unit (length-zero-no-unit)
(#804) Unexpected unit (length-zero-no-unit)
(#1082) Unexpected unit (length-zero-no-unit)
(#32) Expected line length to be no more than 132 characters (max-line-length)
(#522) Expected line length to be no more than 132 characters (max-line-length)
(#1007) Expected single space after ":" (media-feature-colon-space-after)
(#62) Unexpected whitespace at end of line (no-eol-whitespace)
(#832) Unexpected whitespace at end of line (no-eol-whitespace)
(#833) Unexpected whitespace at end of line (no-eol-whitespace)
(#1084) Unexpected whitespace at end of line (no-eol-whitespace)
(#1094) Unexpected whitespace at end of line (no-eol-whitespace)
(#1164) Expected single space after ">" (selector-combinator-space-after)
(#1164) Expected single space before ">" (selector-combinator-space-before)
(#46) Expected newline after "," (selector-list-comma-newline-after)
(#46) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#155) Expected newline after "," (selector-list-comma-newline-after)
(#274) Expected newline after "," (selector-list-comma-newline-after)
(#484) Expected newline after "," (selector-list-comma-newline-after)
(#626) Expected newline after "," (selector-list-comma-newline-after)
(#630) Expected newline after "," (selector-list-comma-newline-after)
(#635) Expected newline after "," (selector-list-comma-newline-after)
(#852) Expected newline after "," (selector-list-comma-newline-after)
(#857) Expected newline after "," (selector-list-comma-newline-after)
(#975) Expected newline after "," (selector-list-comma-newline-after)
(#975) Expected newline after "," (selector-list-comma-newline-after)
(#975) Expected newline after "," (selector-list-comma-newline-after)
(#981) Expected newline after "," (selector-list-comma-newline-after)
(#981) Expected newline after "," (selector-list-comma-newline-after)
(#981) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(113 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
(#983) 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
(#971) Function course_renderer::course_modchooser is not documented
(#984) 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
(#276) Function core_renderer::timeaccesscompare is not documented
(#301) Function core_renderer::fordson_custom_menu is not documented
(#509) Function core_renderer::render_courseactivities_menu is not documented
(#518) Function core_renderer::courseactivities_menu is not documented
(#543) Function core_renderer::social_icons is not documented
(#639) Function core_renderer::fp_wonderbox is not documented
(#893) Function core_renderer::customlogin is not documented
(#945) Function core_renderer::fp_marketingtiles is not documented
(#1077) Function core_renderer::fp_slideshow is not documented
(#1105) Function core_renderer::teacherdashmenu is not documented
(#1166) Function core_renderer::teacherdash is not documented
(#1625) Function core_renderer::footnote is not documented
(#1631) Function core_renderer::brandorganization_footer is not documented
(#1636) Function core_renderer::brandwebsite_footer is not documented
(#1641) Function core_renderer::brandphone_footer is not documented
(#1646) Function core_renderer::brandemail_footer is not documented
(#1652) Function core_renderer::logintext_custom is not documented
(#1659) Function core_renderer::render_login is not documented
(#1680) Function core_renderer::favicon is not documented
(#1690) Function core_renderer::display_ilearn_secure_alert is not documented
(#1714) Function core_renderer::show_teacher_navbarcolor is not documented
(#1726) 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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 43 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/message_drawer.mustache
(#1) HTML Validation info, line 284: Empty heading. ( <h3 class="h6 hidden" data-region="dialogue-header"></h3>)
(#1) HTML Validation info, line 889: The “textbox” role is unnecessary for element “textarea”. ( <textarea dir="auto" data-region="send-message-txt" class="form-control bg-light" rows="3" data-auto-rows data-min-rows="3" data-max-rows="5" role="textbox" aria-label="[[ writeamessage, core_message ]]" placeholder="[[ writeamessage, core_message ]]" style="resize: none" ></text)
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/progress-bar.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “aria-valuenow” on element “div”: The empty string is not a valid floating point number. (100"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="" style= "width: %" aria-valuemin="0" aria-valuemax="100"> )
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.)