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

(653 errors, 349 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
(#225) Line exceeds 132 characters; contains 142 characters
(#227) Expected "} else {\n"; found "}\n else {\n"
(#238) Line exceeds maximum limit of 180 characters; contains 197 characters
(#263) Line exceeds 132 characters; contains 142 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
(#301) Line exceeds 132 characters; contains 142 characters
(#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
(#345) Line exceeds 132 characters; contains 142 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
(#386) Line exceeds 132 characters; contains 142 characters
(#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
(#433) Line exceeds 132 characters; contains 142 characters
(#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
(#474) Line exceeds 132 characters; contains 142 characters
(#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
(#504) Line exceeds 132 characters; contains 142 characters
(#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
(#204) Expected "} else {\n"; found "}\n else {\n"
(#232) "require_once" must be immediately followed by an open parenthesis
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Expected "} else {\n"; found "}\n else {\n"
(#290) Line indented incorrectly; expected 8 spaces, found 12
(#292) Line indented incorrectly; expected 12 spaces, found 16
(#294) Line indented incorrectly; expected 12 spaces, found 16
(#296) Line indented incorrectly; expected 8 spaces, found 12
(#297) Line indented incorrectly; expected 8 spaces, found 12
(#297) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#299) Line indented incorrectly; expected 12 spaces, found 16
(#301) Line indented incorrectly; expected 12 spaces, found 16
(#303) Line indented incorrectly; expected 8 spaces, found 12
(#306) Line indented incorrectly; expected 8 spaces, found 12
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Line indented incorrectly; expected 8 spaces, found 12
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Line indented incorrectly; expected 4 spaces, found 8
(#312) Closing brace indented incorrectly; expected 4 spaces, found 8
(#317) Line exceeds 132 characters; contains 144 characters
(#325) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#330) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#335) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#340) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#345) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#350) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#355) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#360) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#365) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#370) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#375) Expected "} else {\n"; found "}\n else {\n"
(#380) Whitespace found at end of line
(#389) Whitespace found at end of line
(#390) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#392) Line indented incorrectly; expected at least 20 spaces, found 16
(#393) Line indented incorrectly; expected at least 20 spaces, found 16
(#394) Line indented incorrectly; expected 20 spaces, found 16
(#395) Line indented incorrectly; expected at least 24 spaces, found 20
(#396) Line indented incorrectly; expected at least 24 spaces, found 20
(#397) Line indented incorrectly; expected at least 24 spaces, found 20
(#398) Line indented incorrectly; expected 24 spaces, found 20
(#399) Line indented incorrectly; expected 28 spaces, found 24
(#400) Line indented incorrectly; expected 32 spaces, found 28
(#401) Line indented incorrectly; expected at least 36 spaces, found 32
(#402) Line indented incorrectly; expected 32 spaces, found 28
(#403) Line indented incorrectly; expected 28 spaces, found 24
(#404) Line indented incorrectly; expected 24 spaces, found 20
(#405) Line indented incorrectly; expected at least 24 spaces, found 20
(#406) Line indented incorrectly; expected at least 24 spaces, found 20
(#407) Line indented incorrectly; expected 24 spaces, found 20
(#408) Line indented incorrectly; expected 28 spaces, found 24
(#409) Line indented incorrectly; expected at least 32 spaces, found 28
(#410) Line indented incorrectly; expected at least 32 spaces, found 28
(#411) Line indented incorrectly; expected 28 spaces, found 24
(#412) Line indented incorrectly; expected 24 spaces, found 20
(#413) Line indented incorrectly; expected 24 spaces, found 20
(#414) Line indented incorrectly; expected at least 28 spaces, found 24
(#415) Line indented incorrectly; expected at least 28 spaces, found 24
(#417) Line indented incorrectly; expected at least 32 spaces, found 24
(#418) Line indented incorrectly; expected at least 32 spaces, found 24
(#421) Line indented incorrectly; expected at least 32 spaces, found 24
(#422) Line indented incorrectly; expected 32 spaces, found 24
(#423) Line indented incorrectly; expected at least 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 44 spaces, found 36
(#428) Line indented incorrectly; expected at least 48 spaces, found 40
(#429) Line indented incorrectly; expected at least 48 spaces, found 40
(#430) Line indented incorrectly; expected 44 spaces, found 36
(#431) Line indented incorrectly; expected 40 spaces, found 32
(#432) Line indented incorrectly; expected 40 spaces, found 32
(#432) Expected "} else {\n"; found "}\n else {\n"
(#433) Line indented incorrectly; expected at least 44 spaces, found 36
(#434) Line indented incorrectly; expected 40 spaces, found 32
(#435) Line indented incorrectly; expected 36 spaces, found 28
(#436) Line indented incorrectly; expected at least 36 spaces, found 28
(#437) Line indented incorrectly; expected 36 spaces, found 28
(#438) Line indented incorrectly; expected 40 spaces, found 32
(#439) Line indented incorrectly; expected at least 44 spaces, found 36
(#440) Line indented incorrectly; expected 40 spaces, found 32
(#441) Line indented incorrectly; expected 36 spaces, found 28
(#442) Line indented incorrectly; expected 32 spaces, found 24
(#443) Line indented incorrectly; expected 24 spaces, found 20
(#444) Line indented incorrectly; expected at least 24 spaces, found 20
(#444) Commas (,) must be followed by white space.
(#445) Line indented incorrectly; expected 20 spaces, found 16
(#446) Line indented incorrectly; expected 20 spaces, found 16
(#446) Expected "} else {\n"; found "}\n else {\n"
(#447) Line indented incorrectly; expected at least 24 spaces, found 20
(#448) Line indented incorrectly; expected 20 spaces, found 16
(#449) Line indented incorrectly; expected at least 20 spaces, found 16
(#450) Line indented incorrectly; expected 16 spaces, found 12
(#450) Closing brace indented incorrectly; expected 16 spaces, found 12
(#453) Line exceeds 132 characters; contains 162 characters
(#457) Expected "} else {\n"; found "}\n else {\n"
(#460) Whitespace found at end of line
(#462) Line exceeds 132 characters; contains 151 characters
(#507) Expected "} else {\n"; found "}\n else {\n"
(#546) Expected "} else {\n"; found "}\n else {\n"
(#579) Line exceeds maximum limit of 180 characters; contains 335 characters
(#654) Line exceeds maximum limit of 180 characters; contains 182 characters
(#656) Line exceeds 132 characters; contains 144 characters
(#657) Line exceeds 132 characters; contains 145 characters
(#659) Line exceeds 132 characters; contains 153 characters
(#660) Line exceeds 132 characters; contains 142 characters
(#661) Line exceeds 132 characters; contains 142 characters
(#662) Line exceeds 132 characters; contains 142 characters
(#663) Line exceeds 132 characters; contains 142 characters
(#664) Line exceeds 132 characters; contains 142 characters
(#665) Line exceeds 132 characters; contains 142 characters
(#666) Line exceeds 132 characters; contains 142 characters
(#667) Line exceeds 132 characters; contains 142 characters
(#676) Line exceeds 132 characters; contains 138 characters
(#677) Line exceeds 132 characters; contains 138 characters
(#678) Line exceeds 132 characters; contains 138 characters
(#679) Line exceeds 132 characters; contains 138 characters
(#680) Line exceeds 132 characters; contains 138 characters
(#681) Line exceeds 132 characters; contains 138 characters
(#682) Line exceeds 132 characters; contains 138 characters
(#683) Line exceeds 132 characters; contains 138 characters
(#684) Line exceeds 132 characters; contains 156 characters
(#687) Line exceeds 132 characters; contains 175 characters
(#690) Line exceeds 132 characters; contains 165 characters
(#693) Line exceeds 132 characters; contains 137 characters
(#696) Whitespace found at end of line
(#697) Line exceeds 132 characters; contains 177 characters
(#698) Line exceeds 132 characters; contains 145 characters
(#699) Line exceeds 132 characters; contains 156 characters
(#700) Line exceeds 132 characters; contains 138 characters
(#703) Whitespace found at end of line
(#704) Line exceeds 132 characters; contains 177 characters
(#705) Line exceeds 132 characters; contains 145 characters
(#706) Line exceeds 132 characters; contains 156 characters
(#707) Line exceeds 132 characters; contains 138 characters
(#710) Whitespace found at end of line
(#711) Line exceeds 132 characters; contains 177 characters
(#712) Line exceeds 132 characters; contains 145 characters
(#713) Line exceeds 132 characters; contains 156 characters
(#714) Line exceeds 132 characters; contains 138 characters
(#717) Whitespace found at end of line
(#718) Line exceeds 132 characters; contains 177 characters
(#719) Line exceeds 132 characters; contains 145 characters
(#720) Line exceeds 132 characters; contains 156 characters
(#721) Line exceeds 132 characters; contains 138 characters
(#724) Whitespace found at end of line
(#725) Line exceeds 132 characters; contains 177 characters
(#726) Line exceeds 132 characters; contains 145 characters
(#727) Line exceeds 132 characters; contains 156 characters
(#728) Line exceeds 132 characters; contains 138 characters
(#731) Whitespace found at end of line
(#732) Line exceeds 132 characters; contains 177 characters
(#733) Line exceeds 132 characters; contains 145 characters
(#734) Line exceeds 132 characters; contains 156 characters
(#735) Line exceeds 132 characters; contains 138 characters
(#739) Line exceeds 132 characters; contains 177 characters
(#740) Line exceeds 132 characters; contains 145 characters
(#741) Line exceeds 132 characters; contains 156 characters
(#742) Line exceeds 132 characters; contains 138 characters
(#746) Line exceeds 132 characters; contains 177 characters
(#747) Line exceeds 132 characters; contains 145 characters
(#748) Line exceeds 132 characters; contains 156 characters
(#749) Line exceeds 132 characters; contains 138 characters
(#753) Line exceeds 132 characters; contains 177 characters
(#754) Line exceeds 132 characters; contains 145 characters
(#755) Line exceeds 132 characters; contains 156 characters
(#756) Line exceeds 132 characters; contains 138 characters
(#759) This comment is 53% valid code; is this commented out code?
(#764) This comment is 50% valid code; is this commented out code?
(#773) Variable "fp_wonderboxcontext" must not contain underscores.
(#773) Line exceeds maximum limit of 180 characters; contains 693 characters
(#779) Line exceeds maximum limit of 180 characters; contains 201 characters
(#786) Line exceeds maximum limit of 180 characters; contains 201 characters
(#793) Line exceeds maximum limit of 180 characters; contains 201 characters
(#800) Line exceeds maximum limit of 180 characters; contains 201 characters
(#807) Line exceeds maximum limit of 180 characters; contains 201 characters
(#814) Line exceeds maximum limit of 180 characters; contains 201 characters
(#821) Line exceeds maximum limit of 180 characters; contains 201 characters
(#828) Line exceeds maximum limit of 180 characters; contains 201 characters
(#835) Line exceeds maximum limit of 180 characters; contains 201 characters
(#839) Line exceeds maximum limit of 180 characters; contains 225 characters
(#903) Variable "fp_wonderboxcontext" must not contain underscores.
(#911) Line exceeds 132 characters; contains 148 characters
(#912) Line exceeds 132 characters; contains 148 characters
(#913) Line exceeds 132 characters; contains 148 characters
(#914) Line exceeds 132 characters; contains 148 characters
(#915) Line exceeds 132 characters; contains 145 characters
(#916) Line exceeds 132 characters; contains 145 characters
(#917) Line exceeds 132 characters; contains 145 characters
(#918) Line exceeds 132 characters; contains 145 characters
(#921) Variable "customlogin_context" must not contain underscores.
(#921) Line exceeds maximum limit of 180 characters; contains 929 characters
(#923) Line exceeds 132 characters; contains 156 characters
(#925) Line exceeds 132 characters; contains 156 characters
(#929) Line exceeds 132 characters; contains 146 characters
(#955) Variable "customlogin_context" must not contain underscores.
(#959) Line exceeds 132 characters; contains 177 characters
(#960) Line exceeds 132 characters; contains 145 characters
(#961) Line exceeds 132 characters; contains 156 characters
(#962) Line exceeds 132 characters; contains 138 characters
(#965) Whitespace found at end of line
(#966) Line exceeds 132 characters; contains 177 characters
(#967) Line exceeds 132 characters; contains 145 characters
(#968) Line exceeds 132 characters; contains 156 characters
(#969) Line exceeds 132 characters; contains 138 characters
(#972) Whitespace found at end of line
(#973) Line exceeds 132 characters; contains 177 characters
(#974) Line exceeds 132 characters; contains 145 characters
(#975) Line exceeds 132 characters; contains 156 characters
(#976) Line exceeds 132 characters; contains 138 characters
(#979) Whitespace found at end of line
(#980) Line exceeds 132 characters; contains 177 characters
(#981) Line exceeds 132 characters; contains 145 characters
(#982) Line exceeds 132 characters; contains 156 characters
(#983) Line exceeds 132 characters; contains 138 characters
(#986) Whitespace found at end of line
(#987) Line exceeds 132 characters; contains 177 characters
(#988) Line exceeds 132 characters; contains 145 characters
(#989) Line exceeds 132 characters; contains 156 characters
(#990) Line exceeds 132 characters; contains 138 characters
(#993) Whitespace found at end of line
(#994) Line exceeds 132 characters; contains 177 characters
(#995) Line exceeds 132 characters; contains 145 characters
(#996) Line exceeds 132 characters; contains 156 characters
(#997) Line exceeds 132 characters; contains 138 characters
(#1000) Whitespace found at end of line
(#1001) Line exceeds 132 characters; contains 177 characters
(#1002) Line exceeds 132 characters; contains 145 characters
(#1003) Line exceeds 132 characters; contains 156 characters
(#1004) Line exceeds 132 characters; contains 138 characters
(#1008) Line exceeds 132 characters; contains 177 characters
(#1009) Line exceeds 132 characters; contains 145 characters
(#1010) Line exceeds 132 characters; contains 156 characters
(#1011) Line exceeds 132 characters; contains 138 characters
(#1015) Line exceeds 132 characters; contains 177 characters
(#1016) Line exceeds 132 characters; contains 145 characters
(#1017) Line exceeds 132 characters; contains 156 characters
(#1018) Line exceeds 132 characters; contains 138 characters
(#1022) Variable "fp_marketingtiles" must not contain underscores.
(#1022) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1035) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1042) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1049) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1056) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1063) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1070) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1077) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1084) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1087) Variable "fp_marketingtiles" must not contain underscores.
(#1093) Line exceeds 132 characters; contains 150 characters
(#1095) Line exceeds 132 characters; contains 133 characters
(#1097) Line exceeds 132 characters; contains 150 characters
(#1099) Line exceeds 132 characters; contains 133 characters
(#1101) Line exceeds 132 characters; contains 150 characters
(#1103) Line exceeds 132 characters; contains 133 characters
(#1105) Variable "fp_slideshow" must not contain underscores.
(#1105) Line exceeds maximum limit of 180 characters; contains 329 characters
(#1115) Variable "fp_slideshow" must not contain underscores.
(#1121) Line exceeds 132 characters; contains 150 characters
(#1122) Line exceeds 132 characters; contains 166 characters
(#1155) Expected "} else {\n"; found "}\n else {\n"
(#1164) Line exceeds maximum limit of 180 characters; contains 356 characters
(#1178) "require_once" must be immediately followed by an open parenthesis
(#1193) Expected "} else {\n"; found "}\n else {\n"
(#1199) Line exceeds 132 characters; contains 163 characters
(#1201) Line exceeds 132 characters; contains 150 characters
(#1215) Line exceeds 132 characters; contains 166 characters
(#1224) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1227) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1356) Inline comments must end in full-stops, exclamation marks, or question marks
(#1361) Expected "} else {\n"; found "}\n else {\n"
(#1389) Line exceeds 132 characters; contains 141 characters
(#1439) Line exceeds 132 characters; contains 135 characters
(#1467) Variable "activitylinkstitle_desc" must not contain underscores.
(#1482) Variable "activitylinkstitle_desc" must not contain underscores.
(#1482) Expected 1 space before "=>"; 0 found
(#1482) Expected 1 space after "=>"; 0 found
(#1482) Expected 1 space before "=>"; 0 found
(#1482) Line exceeds maximum limit of 180 characters; contains 1104 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 401 characters
(#1668) Variable "logintext_custom" must not contain underscores.
(#1669) Variable "logintext_custom" must not contain underscores.
(#1669) Line exceeds 132 characters; contains 140 characters
(#1670) Variable "logintext_custom" must not contain underscores.
(#1690) Line exceeds 132 characters; contains 135 characters
(#1724) Variable "quiz_record" must not contain underscores.
(#1727) Variable "quiz_record" must not contain underscores.
(#1727) 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
(#198) 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

(30 errors, 23 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/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

(1093 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
(#293) Expected single space before "{" (block-opening-brace-space-before)
(#322) Expected single space before "{" (block-opening-brace-space-before)
(#44) Expected single space before "!" (declaration-bang-space-before)
(#108) Expected single space before "!" (declaration-bang-space-before)
(#129) Expected single space before "!" (declaration-bang-space-before)
(#219) Expected single space before "!" (declaration-bang-space-before)
(#227) Expected single space before "!" (declaration-bang-space-before)
(#207) 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)
(#304) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#262) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#263) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#330) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#227) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#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)
(#93) Expected single space after "," in a single-line function (function-comma-space-after)
(#93) Expected single space after "," in a single-line function (function-comma-space-after)
(#120) Expected single space after "," in a single-line function (function-comma-space-after)
(#141) Expected single space after "," in a single-line function (function-comma-space-after)
(#108) Expected whitespace after ")" (function-whitespace-after)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 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)
(#89) Expected indentation of 8 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 8 spaces (indentation)
(#93) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 8 spaces (indentation)
(#105) Expected indentation of 8 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)
(#104) Expected indentation of 12 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#107) Expected indentation of 8 spaces (indentation)
(#109) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 12 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 8 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 8 spaces (indentation)
(#117) Expected indentation of 8 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 8 spaces (indentation)
(#121) Expected indentation of 8 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 8 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 8 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 8 spaces (indentation)
(#140) Expected indentation of 8 spaces (indentation)
(#141) Expected indentation of 8 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 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)
(#160) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 8 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 8 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 8 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 8 spaces (indentation)
(#174) Expected indentation of 8 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 8 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 8 spaces (indentation)
(#183) Expected indentation of 8 spaces (indentation)
(#182) Expected indentation of 12 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 8 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 8 spaces (indentation)
(#192) Expected indentation of 8 spaces (indentation)
(#193) Expected indentation of 8 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 8 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 8 spaces (indentation)
(#203) Expected indentation of 8 spaces (indentation)
(#204) Expected indentation of 8 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 8 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 8 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 8 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 8 spaces (indentation)
(#233) Expected indentation of 8 spaces (indentation)
(#232) Expected indentation of 12 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 8 spaces (indentation)
(#239) Expected indentation of 8 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 8 spaces (indentation)
(#245) Expected indentation of 8 spaces (indentation)
(#244) Expected indentation of 12 spaces (indentation)
(#247) Expected indentation of 8 spaces (indentation)
(#250) Expected indentation of 8 spaces (indentation)
(#248) Expected indentation of 12 spaces (indentation)
(#249) Expected indentation of 12 spaces (indentation)
(#251) Expected indentation of 8 spaces (indentation)
(#255) Expected indentation of 8 spaces (indentation)
(#252) Expected indentation of 12 spaces (indentation)
(#253) Expected indentation of 12 spaces (indentation)
(#254) Expected indentation of 12 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 8 spaces (indentation)
(#259) Expected indentation of 8 spaces (indentation)
(#265) Expected indentation of 8 spaces (indentation)
(#260) Expected indentation of 12 spaces (indentation)
(#261) Expected indentation of 12 spaces (indentation)
(#262) Expected indentation of 12 spaces (indentation)
(#263) Expected indentation of 12 spaces (indentation)
(#264) Expected indentation of 12 spaces (indentation)
(#266) Expected indentation of 8 spaces (indentation)
(#268) Expected indentation of 8 spaces (indentation)
(#267) Expected indentation of 12 spaces (indentation)
(#269) Expected indentation of 8 spaces (indentation)
(#280) Expected indentation of 8 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)
(#278) Expected indentation of 12 spaces (indentation)
(#279) Expected indentation of 12 spaces (indentation)
(#281) Expected indentation of 8 spaces (indentation)
(#284) Expected indentation of 8 spaces (indentation)
(#282) Expected indentation of 12 spaces (indentation)
(#283) Expected indentation of 12 spaces (indentation)
(#285) Expected indentation of 8 spaces (indentation)
(#287) Expected indentation of 8 spaces (indentation)
(#286) Expected indentation of 12 spaces (indentation)
(#288) Expected indentation of 8 spaces (indentation)
(#291) Expected indentation of 8 spaces (indentation)
(#289) Expected indentation of 12 spaces (indentation)
(#290) Expected indentation of 12 spaces (indentation)
(#292) Expected indentation of 8 spaces (indentation)
(#293) Expected indentation of 8 spaces (indentation)
(#295) Expected indentation of 8 spaces (indentation)
(#294) Expected indentation of 12 spaces (indentation)
(#296) Expected indentation of 8 spaces (indentation)
(#298) Expected indentation of 8 spaces (indentation)
(#297) Expected indentation of 12 spaces (indentation)
(#299) Expected indentation of 8 spaces (indentation)
(#313) Expected indentation of 8 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 12 spaces (indentation)
(#309) Expected indentation of 12 spaces (indentation)
(#310) Expected indentation of 16 spaces (indentation)
(#311) Expected indentation of 16 spaces (indentation)
(#312) Expected indentation of 12 spaces (indentation)
(#314) Expected indentation of 8 spaces (indentation)
(#316) Expected indentation of 8 spaces (indentation)
(#315) Expected indentation of 12 spaces (indentation)
(#317) Expected indentation of 8 spaces (indentation)
(#321) Expected indentation of 8 spaces (indentation)
(#318) Expected indentation of 12 spaces (indentation)
(#319) Expected indentation of 12 spaces (indentation)
(#320) Expected indentation of 12 spaces (indentation)
(#322) Expected indentation of 8 spaces (indentation)
(#325) Expected indentation of 8 spaces (indentation)
(#323) Expected indentation of 12 spaces (indentation)
(#324) Expected indentation of 12 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 8 spaces (indentation)
(#331) Expected indentation of 8 spaces (indentation)
(#330) Expected indentation of 12 spaces (indentation)
(#332) Expected indentation of 8 spaces (indentation)
(#334) Expected indentation of 8 spaces (indentation)
(#333) Expected indentation of 12 spaces (indentation)
(#141) Unexpected unit (length-zero-no-unit)
(#141) Unexpected unit (length-zero-no-unit)
(#161) Unexpected unit (length-zero-no-unit)
(#262) Unexpected unit (length-zero-no-unit)
(#263) Unexpected unit (length-zero-no-unit)
(#71) Unexpected whitespace at end of line (no-eol-whitespace)
(#207) Unexpected whitespace at end of line (no-eol-whitespace)
(#221) Unexpected whitespace at end of line (no-eol-whitespace)
(#302) Unexpected whitespace at end of line (no-eol-whitespace)
(#304) Unexpected whitespace at end of line (no-eol-whitespace)
(#310) Unexpected whitespace at end of line (no-eol-whitespace)
(#91) Expected newline after "," (selector-list-comma-newline-after)
(#91) Expected newline after "," (selector-list-comma-newline-after)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#247) Expected newline after "," (selector-list-comma-newline-after)
(#251) Expected newline after "," (selector-list-comma-newline-after)
(#293) Expected newline after "," (selector-list-comma-newline-after)
(#296) Expected newline after "," (selector-list-comma-newline-after)
(#332) Expected newline after "," (selector-list-comma-newline-after)
(#91) Unexpected whitespace before "," (selector-list-comma-space-before)
(#107) Unexpected whitespace before "," (selector-list-comma-space-before)
(#310) 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
(#127) Expected single space before "!" (declaration-bang-space-before)
(#155) Expected single space before "!" (declaration-bang-space-before)
(#156) Expected single space before "!" (declaration-bang-space-before)
(#157) Expected single space before "!" (declaration-bang-space-before)
(#158) Expected single space before "!" (declaration-bang-space-before)
(#159) Expected single space before "!" (declaration-bang-space-before)
(#160) Expected single space before "!" (declaration-bang-space-before)
(#216) Expected single space before "!" (declaration-bang-space-before)
(#218) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#164) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#124) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#155) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#158) Unexpected !important (declaration-no-important)
(#159) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#164) Unexpected !important (declaration-no-important)
(#168) Unexpected !important (declaration-no-important)
(#189) Unexpected !important (declaration-no-important)
(#216) 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)
(#217) Expected single space after "," in a single-line function (function-comma-space-after)
(#217) Expected single space after "," in a single-line function (function-comma-space-after)
(#217) Expected single space after "," in a single-line function (function-comma-space-after)
(#211) 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
(#583) Expected empty line before at-rule (at-rule-empty-line-before)
(#570) Expected newline before "}" (block-closing-brace-newline-before)
(#570) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#480) Unexpected empty block (block-no-empty)
(#570) Expected newline after "{" (block-opening-brace-newline-after)
(#570) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#401) Expected single space before "{" (block-opening-brace-space-before)
(#15) 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)
(#278) Expected single space before "!" (declaration-bang-space-before)
(#331) Expected single space before "!" (declaration-bang-space-before)
(#334) Expected single space before "!" (declaration-bang-space-before)
(#335) Expected single space before "!" (declaration-bang-space-before)
(#574) Expected single space before "!" (declaration-bang-space-before)
(#575) Expected single space before "!" (declaration-bang-space-before)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#279) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#394) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#590) 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)
(#277) Unexpected !important (declaration-no-important)
(#278) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#304) Unexpected !important (declaration-no-important)
(#305) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#307) Unexpected !important (declaration-no-important)
(#315) Unexpected !important (declaration-no-important)
(#331) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#335) Unexpected !important (declaration-no-important)
(#364) Unexpected !important (declaration-no-important)
(#388) Unexpected !important (declaration-no-important)
(#402) Unexpected !important (declaration-no-important)
(#421) Unexpected !important (declaration-no-important)
(#426) Unexpected !important (declaration-no-important)
(#427) Unexpected !important (declaration-no-important)
(#428) Unexpected !important (declaration-no-important)
(#574) Unexpected !important (declaration-no-important)
(#575) Unexpected !important (declaration-no-important)
(#467) Expected single space after "," in a single-line function (function-comma-space-after)
(#478) Expected single space after "," in a single-line function (function-comma-space-after)
(#478) Expected single space after "," in a single-line function (function-comma-space-after)
(#478) 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)
(#280) Expected indentation of 8 spaces (indentation)
(#281) Expected indentation of 8 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 8 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 8 spaces (indentation)
(#335) Expected indentation of 8 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#368) Expected line length to be no more than 132 characters (max-line-length)
(#46) Unexpected whitespace at end of line (no-eol-whitespace)
(#279) Unexpected whitespace at end of line (no-eol-whitespace)
(#280) Unexpected whitespace at end of line (no-eol-whitespace)
(#481) Unexpected whitespace at end of line (no-eol-whitespace)
(#523) 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)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#276) Expected newline after "," (selector-list-comma-newline-after)
(#368) Expected newline after "," (selector-list-comma-newline-after)
(#368) Expected newline after "," (selector-list-comma-newline-after)
(#368) Expected newline after "," (selector-list-comma-newline-after)
(#374) Expected newline after "," (selector-list-comma-newline-after)
(#433) Expected newline after "," (selector-list-comma-newline-after)
(#551) Expected newline after "," (selector-list-comma-newline-after)
(#554) Expected newline after "," (selector-list-comma-newline-after)
(#559) Expected newline after "," (selector-list-comma-newline-after)
(#565) Expected newline after "," (selector-list-comma-newline-after)
(#578) Expected newline after "," (selector-list-comma-newline-after)
(#584) Expected newline after "," (selector-list-comma-newline-after)
(#588) Expected newline after "," (selector-list-comma-newline-after)
(#594) Expected newline after "," (selector-list-comma-newline-after)
(#280) 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
(#506) Expected empty line before at-rule (at-rule-empty-line-before)
(#1097) Expected newline before "}" (block-closing-brace-newline-before)
(#1098) Expected newline before "}" (block-closing-brace-newline-before)
(#1132) Expected newline before "}" (block-closing-brace-newline-before)
(#1097) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1098) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1132) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1097) Expected newline after "{" (block-opening-brace-newline-after)
(#1098) Expected newline after "{" (block-opening-brace-newline-after)
(#1132) Expected newline after "{" (block-opening-brace-newline-after)
(#1097) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1098) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1132) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#65) Expected single space before "{" (block-opening-brace-space-before)
(#295) Expected single space before "{" (block-opening-brace-space-before)
(#507) Expected single space before "{" (block-opening-brace-space-before)
(#43) Expected single space before "!" (declaration-bang-space-before)
(#155) Expected single space before "!" (declaration-bang-space-before)
(#317) Expected single space before "!" (declaration-bang-space-before)
(#1008) Expected single space before "!" (declaration-bang-space-before)
(#1115) Expected single space before "!" (declaration-bang-space-before)
(#622) Unexpected shorthand "margin" after "margin-bottom" (declaration-block-no-shorthand-property-overrides)
(#1083) 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)
(#357) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#503) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#508) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#622) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1132) 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)
(#155) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#296) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#1008) Unexpected !important (declaration-no-important)
(#1115) Unexpected !important (declaration-no-important)
(#1122) Unexpected !important (declaration-no-important)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#112) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#143) Expected single space after "," in a single-line function (function-comma-space-after)
(#565) Expected single space after "," in a single-line function (function-comma-space-after)
(#565) Expected single space after "," in a single-line function (function-comma-space-after)
(#565) Expected single space after "," in a single-line function (function-comma-space-after)
(#912) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 8 spaces (indentation)
(#915) Expected indentation of 8 spaces (indentation)
(#917) Expected indentation of 8 spaces (indentation)
(#916) Expected indentation of 12 spaces (indentation)
(#920) Expected indentation of 4 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 8 spaces (indentation)
(#931) Expected indentation of 8 spaces (indentation)
(#922) Expected indentation of 12 spaces (indentation)
(#924) Expected indentation of 12 spaces (indentation)
(#926) Expected indentation of 12 spaces (indentation)
(#925) Expected indentation of 16 spaces (indentation)
(#928) Expected indentation of 12 spaces (indentation)
(#930) Expected indentation of 12 spaces (indentation)
(#929) Expected indentation of 16 spaces (indentation)
(#933) Expected indentation of 8 spaces (indentation)
(#938) Expected indentation of 8 spaces (indentation)
(#934) Expected indentation of 8 spaces (indentation)
(#935) Expected indentation of 8 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#937) Expected indentation of 12 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 8 spaces (indentation)
(#943) Expected indentation of 8 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 4 spaces (indentation)
(#947) Expected indentation of 8 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 8 spaces (indentation)
(#952) Expected indentation of 8 spaces (indentation)
(#958) Expected indentation of 8 spaces (indentation)
(#953) Expected indentation of 12 spaces (indentation)
(#955) Expected indentation of 12 spaces (indentation)
(#957) Expected indentation of 12 spaces (indentation)
(#956) Expected indentation of 16 spaces (indentation)
(#992) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 8 spaces (indentation)
(#73) Unexpected unit (length-zero-no-unit)
(#219) Unexpected unit (length-zero-no-unit)
(#313) Unexpected unit (length-zero-no-unit)
(#324) Unexpected unit (length-zero-no-unit)
(#332) Unexpected unit (length-zero-no-unit)
(#532) Unexpected unit (length-zero-no-unit)
(#549) Unexpected unit (length-zero-no-unit)
(#555) Unexpected unit (length-zero-no-unit)
(#737) Unexpected unit (length-zero-no-unit)
(#738) Unexpected unit (length-zero-no-unit)
(#739) Unexpected unit (length-zero-no-unit)
(#803) Unexpected unit (length-zero-no-unit)
(#1081) Unexpected unit (length-zero-no-unit)
(#32) Expected line length to be no more than 132 characters (max-line-length)
(#521) Expected line length to be no more than 132 characters (max-line-length)
(#1006) Expected single space after ":" (media-feature-colon-space-after)
(#62) Unexpected whitespace at end of line (no-eol-whitespace)
(#831) Unexpected whitespace at end of line (no-eol-whitespace)
(#832) Unexpected whitespace at end of line (no-eol-whitespace)
(#1083) Unexpected whitespace at end of line (no-eol-whitespace)
(#1093) Unexpected whitespace at end of line (no-eol-whitespace)
(#1163) Expected single space after ">" (selector-combinator-space-after)
(#1163) Expected single space before ">" (selector-combinator-space-before)
(#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)
(#154) Expected newline after "," (selector-list-comma-newline-after)
(#273) Expected newline after "," (selector-list-comma-newline-after)
(#483) Expected newline after "," (selector-list-comma-newline-after)
(#625) Expected newline after "," (selector-list-comma-newline-after)
(#629) Expected newline after "," (selector-list-comma-newline-after)
(#634) Expected newline after "," (selector-list-comma-newline-after)
(#851) Expected newline after "," (selector-list-comma-newline-after)
(#856) Expected newline after "," (selector-list-comma-newline-after)
(#974) Expected newline after "," (selector-list-comma-newline-after)
(#974) Expected newline after "," (selector-list-comma-newline-after)
(#974) Expected newline after "," (selector-list-comma-newline-after)
(#980) Expected newline after "," (selector-list-comma-newline-after)
(#980) Expected newline after "," (selector-list-comma-newline-after)
(#980) 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_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
(#179) Function core_renderer::get_generated_image_for_id is not documented
(#190) Function core_renderer::edit_button_fhs is not documented
(#288) Function core_renderer::timeaccesscompare is not documented
(#313) Function core_renderer::fordson_custom_menu is not documented
(#521) Function core_renderer::render_courseactivities_menu is not documented
(#530) Function core_renderer::courseactivities_menu is not documented
(#555) Function core_renderer::social_icons is not documented
(#651) Function core_renderer::fp_wonderbox is not documented
(#905) Function core_renderer::customlogin is not documented
(#957) Function core_renderer::fp_marketingtiles is not documented
(#1089) Function core_renderer::fp_slideshow is not documented
(#1117) Function core_renderer::teacherdashmenu is not documented
(#1176) Function core_renderer::teacherdash is not documented
(#1639) Function core_renderer::footnote is not documented
(#1645) Function core_renderer::brandorganization_footer is not documented
(#1650) Function core_renderer::brandwebsite_footer is not documented
(#1655) Function core_renderer::brandphone_footer is not documented
(#1660) Function core_renderer::brandemail_footer is not documented
(#1666) Function core_renderer::logintext_custom is not documented
(#1673) Function core_renderer::render_login is not documented
(#1694) Function core_renderer::favicon is not documented
(#1704) Function core_renderer::display_ilearn_secure_alert is not documented
(#1734) Function core_renderer::show_teacher_navbarcolor is not documented
(#1746) 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, 41 warnings)

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

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