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

(287 errors, 181 warnings)

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

theme/rocket/classes/core_renderer.php
(#191) Line exceeds 132 characters; contains 179 characters
(#193) Line indented incorrectly; expected at least 16 spaces, found 12
(#194) Line indented incorrectly; expected at least 16 spaces, found 12
(#195) Line indented incorrectly; expected at least 16 spaces, found 12
(#196) Line indented incorrectly; expected 12 spaces, found 8
(#196) Closing brace indented incorrectly; expected 12 spaces, found 8
(#197) Line indented incorrectly; expected at least 16 spaces, found 12
(#197) Expected 1 space after "="; 0 found
(#198) Line indented incorrectly; expected at least 16 spaces, found 12
(#199) Line indented incorrectly; expected at least 16 spaces, found 12
(#200) Line indented incorrectly; expected 12 spaces, found 8
(#201) Line indented incorrectly; expected at least 12 spaces, found 8
(#211) Whitespace found at end of line
(#222) Empty IF statement detected
(#230) The use of function error_log() is forbidden; use debugging() instead
(#236) Expected 1 space before "?"; 0 found
(#236) Expected 1 space after "?"; 0 found
(#236) Expected 1 space before ":"; 0 found
(#236) Expected 1 space after ":"; 0 found
(#236) Line exceeds 132 characters; contains 145 characters
(#237) Expected 1 space before "?"; 0 found
(#237) Expected 1 space after "?"; 0 found
(#237) Expected 1 space before ":"; 0 found
(#237) Expected 1 space after ":"; 0 found
(#254) Expected 1 space before "?"; 0 found
(#254) Expected 1 space after "?"; 0 found
(#254) Expected 1 space before ":"; 0 found
(#254) Expected 1 space after ":"; 0 found
(#254) Line exceeds 132 characters; contains 142 characters
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Expected 1 space before "?"; 0 found
(#258) Expected 1 space after "?"; 0 found
(#258) Expected 1 space before "=="; 0 found
(#258) Expected 1 space after "=="; 0 found
(#258) Expected 1 space before ":"; 0 found
(#258) Expected 1 space after ":"; 0 found
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Line exceeds maximum limit of 180 characters; contains 185 characters
(#271) Line exceeds 132 characters; contains 139 characters
(#272) Line exceeds 132 characters; contains 160 characters
(#273) Line exceeds 132 characters; contains 176 characters
theme/rocket/config.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Expected "if (...) {\n"; found "if(...){\n"
(#26) Commas (,) must be followed by white space.
(#27) Expected "} else {\n"; found "}else {\n"
(#163) 63 slashes comments are not allowed; use "// Comment." instead
(#170) 63 slashes comments are not allowed; use "// Comment." instead
(#172) 52 slashes comments are not allowed; use "// Comment." instead
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) 52 slashes comments are not allowed; use "// Comment." instead
(#177) 52 slashes comments are not allowed; use "// Comment." instead
(#181) 52 slashes comments are not allowed; use "// Comment." instead
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) This comment is 67% valid code; is this commented out code?
(#185) 52 slashes comments are not allowed; use "// Comment." instead
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) 52 slashes comments are not allowed; use "// Comment." instead
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) This comment is 67% valid code; is this commented out code?
(#190) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#192) 52 slashes comments are not allowed; use "// Comment." instead
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) 52 slashes comments are not allowed; use "// Comment." instead
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) This comment is 67% valid code; is this commented out code?
(#200) 52 slashes comments are not allowed; use "// Comment." instead
(#202) 52 slashes comments are not allowed; use "// Comment." instead
(#204) 52 slashes comments are not allowed; use "// Comment." instead
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) 52 slashes comments are not allowed; use "// Comment." instead
(#211) 52 slashes comments are not allowed; use "// Comment." instead
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) 52 slashes comments are not allowed; use "// Comment." instead
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) This comment is 67% valid code; is this commented out code?
(#217) 52 slashes comments are not allowed; use "// Comment." instead
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) 52 slashes comments are not allowed; use "// Comment." instead
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) This comment is 67% valid code; is this commented out code?
(#223) 52 slashes comments are not allowed; use "// Comment." instead
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) 52 slashes comments are not allowed; use "// Comment." instead
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) This comment is 67% valid code; is this commented out code?
(#230) 52 slashes comments are not allowed; use "// Comment." instead
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) 52 slashes comments are not allowed; use "// Comment." instead
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) This comment is 67% valid code; is this commented out code?
(#237) 52 slashes comments are not allowed; use "// Comment." instead
(#240) 52 slashes comments are not allowed; use "// Comment." instead
(#242) 52 slashes comments are not allowed; use "// Comment." instead
(#245) 52 slashes comments are not allowed; use "// Comment." instead
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) This comment is 67% valid code; is this commented out code?
(#249) 52 slashes comments are not allowed; use "// Comment." instead
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) 52 slashes comments are not allowed; use "// Comment." instead
theme/rocket/lang/en/theme_rocket.php
(#140) File must end with a newline character
theme/rocket/layout/default.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#61) Expected "if (...) {\n"; found "if(...){?>\n"
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Line indented incorrectly; expected at least 12 spaces, found 8
(#83) Whitespace found at end of line
(#91) Line indented incorrectly; expected at least 12 spaces, found 8
(#98) Whitespace found at end of line
(#102) Whitespace found at end of line
(#105) Whitespace found at end of line
(#111) Whitespace found at end of line
(#112) Expected "if (...) {\n"; found "if(...){?>\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#121) Expected "} else {\n"; found "}else{\n"
(#135) Whitespace found at end of line
(#136) Line indented incorrectly; expected 24 spaces, found 28
(#142) Line indented incorrectly; expected 24 spaces, found 28
(#154) Whitespace found at end of line
(#155) Line indented incorrectly; expected 20 spaces, found 24
(#158) Whitespace found at end of line
(#161) Whitespace found at end of line
(#162) Line indented incorrectly; expected 20 spaces, found 24
(#163) Whitespace found at end of line
(#164) Line indented incorrectly; expected 24 spaces, found 28
(#171) Line indented incorrectly; expected 24 spaces, found 28
(#173) Whitespace found at end of line
(#174) Line indented incorrectly; expected 24 spaces, found 28
(#174) Whitespace found at end of line
(#175) Whitespace found at end of line
(#176) Line indented incorrectly; expected 24 spaces, found 28
(#182) Whitespace found at end of line
(#183) Expected "if (...) {\n"; found "if(...){"
(#183) Whitespace found at end of line
(#184) Line indented incorrectly; expected 0 spaces, found 32
(#187) Whitespace found at end of line
(#191) Line indented incorrectly; expected 0 spaces, found 32
(#196) Whitespace found at end of line
(#207) Whitespace found at end of line
(#212) Whitespace found at end of line
(#216) Whitespace found at end of line
(#222) Whitespace found at end of line
(#226) Whitespace found at end of line
(#235) Whitespace found at end of line
(#238) Whitespace found at end of line
(#239) Line indented incorrectly; expected 24 spaces, found 28
(#242) Line indented incorrectly; expected 24 spaces, found 28
(#248) Whitespace found at end of line
(#250) Whitespace found at end of line
(#252) Whitespace found at end of line
theme/rocket/layout/default1.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#60) Expected "if (...) {\n"; found "if(...){?>\n"
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 12 spaces, found 8
(#82) Whitespace found at end of line
(#90) Line indented incorrectly; expected at least 12 spaces, found 8
(#97) Whitespace found at end of line
(#101) Whitespace found at end of line
(#104) Whitespace found at end of line
(#110) Whitespace found at end of line
(#111) Expected "if (...) {\n"; found "if(...){?>\n"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#120) Expected "} else {\n"; found "}else{\n"
(#134) Whitespace found at end of line
(#135) Line indented incorrectly; expected 24 spaces, found 28
(#141) Line indented incorrectly; expected 24 spaces, found 28
(#153) Whitespace found at end of line
(#154) Line indented incorrectly; expected 20 spaces, found 24
(#157) Whitespace found at end of line
(#160) Whitespace found at end of line
(#161) Line indented incorrectly; expected 20 spaces, found 24
(#162) Whitespace found at end of line
(#163) Line indented incorrectly; expected 24 spaces, found 28
(#170) Line indented incorrectly; expected 24 spaces, found 28
(#172) Whitespace found at end of line
(#173) Line indented incorrectly; expected 24 spaces, found 28
(#173) Whitespace found at end of line
(#174) Whitespace found at end of line
(#175) Line indented incorrectly; expected 24 spaces, found 28
(#181) Whitespace found at end of line
(#182) Expected "if (...) {\n"; found "if(...){"
(#182) Whitespace found at end of line
(#183) Line indented incorrectly; expected 0 spaces, found 32
(#186) Whitespace found at end of line
(#190) Line indented incorrectly; expected 0 spaces, found 32
(#195) Whitespace found at end of line
(#206) Whitespace found at end of line
(#211) Whitespace found at end of line
(#215) Whitespace found at end of line
(#221) Whitespace found at end of line
(#225) Whitespace found at end of line
(#234) Whitespace found at end of line
(#237) Whitespace found at end of line
(#238) Line indented incorrectly; expected 24 spaces, found 28
(#241) Line indented incorrectly; expected 24 spaces, found 28
(#247) Whitespace found at end of line
(#249) Whitespace found at end of line
(#251) Whitespace found at end of line
theme/rocket/layout/embedded.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) File must end with a newline character
theme/rocket/layout/frontpage.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#59) Whitespace found at end of line
(#64) Whitespace found at end of line
(#77) Whitespace found at end of line
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#84) Line exceeds 132 characters; contains 136 characters
(#87) Whitespace found at end of line
(#90) Whitespace found at end of line
(#93) Whitespace found at end of line
(#94) Line indented incorrectly; expected 12 spaces, found 16
(#95) Whitespace found at end of line
(#96) Line indented incorrectly; expected 20 spaces, found 24
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#100) Line exceeds 132 characters; contains 135 characters
(#104) Line indented incorrectly; expected 40 spaces, found 44
(#104) Expected "if (...) {\n"; found "if(...){?>\n"
(#105) Whitespace found at end of line
(#108) Whitespace found at end of line
(#111) Line indented incorrectly; expected 40 spaces, found 44
(#112) Line indented incorrectly; expected 44 spaces, found 48
(#114) Line indented incorrectly; expected 44 spaces, found 48
(#115) Line indented incorrectly; expected 44 spaces, found 48
(#117) Line indented incorrectly; expected 44 spaces, found 48
(#119) Line indented incorrectly; expected 40 spaces, found 44
(#122) Whitespace found at end of line
(#123) Line indented incorrectly; expected 40 spaces, found 44
(#128) Line indented incorrectly; expected 40 spaces, found 44
(#134) Line indented incorrectly; expected 20 spaces, found 24
(#136) Line indented incorrectly; expected 12 spaces, found 16
(#143) Whitespace found at end of line
(#144) Line indented incorrectly; expected 28 spaces, found 32
(#144) Expected "if (...) {\n"; found "if (...) { "
(#144) Whitespace found at end of line
(#146) Line indented incorrectly; expected 28 spaces, found 32
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#152) Whitespace found at end of line
(#154) Whitespace found at end of line
(#155) Line indented incorrectly; expected 28 spaces, found 32
(#155) Expected "if (...) {\n"; found "if (...) { "
(#155) Whitespace found at end of line
(#157) Line indented incorrectly; expected 28 spaces, found 32
(#164) Whitespace found at end of line
(#175) Line indented incorrectly; expected 24 spaces, found 28
(#175) Expected "if (...) {\n"; found "if(...){"
(#175) Whitespace found at end of line
(#176) Line indented incorrectly; expected 0 spaces, found 32
(#182) Line indented incorrectly; expected 0 spaces, found 32
(#191) Whitespace found at end of line
(#192) Line indented incorrectly; expected 24 spaces, found 28
(#201) Whitespace found at end of line
(#204) Whitespace found at end of line
(#209) Line indented incorrectly; expected 24 spaces, found 28
(#209) Whitespace found at end of line
(#210) Line indented incorrectly; expected 0 spaces, found 28
(#212) Whitespace found at end of line
(#216) Line indented incorrectly; expected 0 spaces, found 28
(#221) Whitespace found at end of line
(#224) Whitespace found at end of line
(#225) Line indented incorrectly; expected 24 spaces, found 28
(#227) Line indented incorrectly; expected 24 spaces, found 28
(#235) Whitespace found at end of line
(#237) Whitespace found at end of line
theme/rocket/layout/login.php
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Expected "if (...) {\n"; found "if(...){?>\n"
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 12 spaces, found 8
(#64) Line indented incorrectly; expected 8 spaces, found 12
(#64) Closing brace indented incorrectly; expected 8 spaces, found 12
(#93) Line indented incorrectly; expected at least 36 spaces, found 32
(#94) Line indented incorrectly; expected 32 spaces, found 36
(#94) Closing brace indented incorrectly; expected 32 spaces, found 36
(#102) Line indented incorrectly; expected at least 36 spaces, found 32
(#103) Line indented incorrectly; expected 32 spaces, found 36
(#103) Closing brace indented incorrectly; expected 32 spaces, found 36
(#114) Line indented incorrectly; expected at least 36 spaces, found 32
(#115) Line indented incorrectly; expected 32 spaces, found 36
(#115) Closing brace indented incorrectly; expected 32 spaces, found 36
(#127) Line indented incorrectly; expected at least 24 spaces, found 20
(#128) Line indented incorrectly; expected 20 spaces, found 24
(#128) Closing brace indented incorrectly; expected 20 spaces, found 24
(#136) File must end with a newline character
theme/rocket/lib.php
(#293) Inline control structures are not allowed
(#293) Line exceeds 132 characters; contains 144 characters
(#294) Inline control structures are not allowed
(#294) Line exceeds 132 characters; contains 166 characters
(#295) Inline control structures are not allowed
(#295) Line exceeds 132 characters; contains 154 characters
(#296) Inline control structures are not allowed
(#296) Line exceeds 132 characters; contains 149 characters
(#305) Line exceeds 132 characters; contains 151 characters
(#324) File must end with a newline character
theme/rocket/renderers.php
(#25) Duplicate class name "theme_rocket_core_renderer" found; first defined in /var/lib/jenkins/git_repositories/prechecker/theme/rocket/classes/core_renderer.php on line 28
(#188) Line exceeds 132 characters; contains 179 characters
(#190) Line indented incorrectly; expected at least 16 spaces, found 12
(#191) Line indented incorrectly; expected at least 16 spaces, found 12
(#192) Line indented incorrectly; expected at least 16 spaces, found 12
(#193) Line indented incorrectly; expected 12 spaces, found 8
(#193) Closing brace indented incorrectly; expected 12 spaces, found 8
(#194) Line indented incorrectly; expected at least 16 spaces, found 12
(#194) Expected 1 space after "="; 0 found
(#195) Line indented incorrectly; expected at least 16 spaces, found 12
(#196) Line indented incorrectly; expected at least 16 spaces, found 12
(#197) Line indented incorrectly; expected 12 spaces, found 8
(#198) Line indented incorrectly; expected at least 12 spaces, found 8
(#208) Whitespace found at end of line
(#219) Empty IF statement detected
(#227) The use of function error_log() is forbidden; use debugging() instead
(#233) Expected 1 space before "?"; 0 found
(#233) Expected 1 space after "?"; 0 found
(#233) Expected 1 space before ":"; 0 found
(#233) Expected 1 space after ":"; 0 found
(#233) Line exceeds 132 characters; contains 145 characters
(#234) Expected 1 space before "?"; 0 found
(#234) Expected 1 space after "?"; 0 found
(#234) Expected 1 space before ":"; 0 found
(#234) Expected 1 space after ":"; 0 found
(#251) Expected 1 space before "?"; 0 found
(#251) Expected 1 space after "?"; 0 found
(#251) Expected 1 space before ":"; 0 found
(#251) Expected 1 space after ":"; 0 found
(#251) Line exceeds 132 characters; contains 142 characters
(#254) 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
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Line exceeds maximum limit of 180 characters; contains 185 characters
(#268) Line exceeds 132 characters; contains 139 characters
(#269) Line exceeds 132 characters; contains 160 characters
(#270) Line exceeds 132 characters; contains 176 characters
(#278) File must end with a newline character
theme/rocket/settings.php
(#213) File must end with a newline character
theme/rocket/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Whitespace found at end of line
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(3618 errors, 388 warnings)

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

theme/rocket/style/acustom.css
(#46) Expected single space before "{" (block-opening-brace-space-before)
(#77) Expected single space before "{" (block-opening-brace-space-before)
(#278) Expected single space before "{" (block-opening-brace-space-before)
(#333) Expected single space before "{" (block-opening-brace-space-before)
(#338) Expected single space before "{" (block-opening-brace-space-before)
(#12) Unexpected whitespace after "!" (declaration-bang-space-after)
(#16) Unexpected whitespace after "!" (declaration-bang-space-after)
(#20) Unexpected whitespace after "!" (declaration-bang-space-after)
(#24) Unexpected whitespace after "!" (declaration-bang-space-after)
(#308) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#308) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2) 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)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#97) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#103) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#247) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#401) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Unexpected !important (declaration-no-important)
(#16) Unexpected !important (declaration-no-important)
(#20) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#25) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#73) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#87) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#107) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#110) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#115) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#122) Unexpected !important (declaration-no-important)
(#123) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#131) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#134) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#142) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#145) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#152) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#158) Unexpected !important (declaration-no-important)
(#159) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#164) Unexpected !important (declaration-no-important)
(#165) Unexpected !important (declaration-no-important)
(#169) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#174) Unexpected !important (declaration-no-important)
(#175) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#180) Unexpected !important (declaration-no-important)
(#181) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#186) Unexpected !important (declaration-no-important)
(#187) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#192) Unexpected !important (declaration-no-important)
(#193) Unexpected !important (declaration-no-important)
(#197) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#199) Unexpected !important (declaration-no-important)
(#203) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#211) Unexpected !important (declaration-no-important)
(#215) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#220) Unexpected !important (declaration-no-important)
(#224) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#233) Unexpected !important (declaration-no-important)
(#234) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#239) Unexpected !important (declaration-no-important)
(#243) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#248) Unexpected !important (declaration-no-important)
(#249) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#259) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#267) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#283) Unexpected !important (declaration-no-important)
(#287) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#289) Unexpected !important (declaration-no-important)
(#290) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#292) Unexpected !important (declaration-no-important)
(#293) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#299) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#301) Unexpected !important (declaration-no-important)
(#305) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#307) Unexpected !important (declaration-no-important)
(#308) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#316) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#318) Unexpected !important (declaration-no-important)
(#322) Unexpected !important (declaration-no-important)
(#326) Unexpected !important (declaration-no-important)
(#330) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#335) Unexpected !important (declaration-no-important)
(#339) Unexpected !important (declaration-no-important)
(#343) Unexpected !important (declaration-no-important)
(#347) Unexpected !important (declaration-no-important)
(#351) Unexpected !important (declaration-no-important)
(#352) Unexpected !important (declaration-no-important)
(#356) Unexpected !important (declaration-no-important)
(#357) Unexpected !important (declaration-no-important)
(#361) Unexpected !important (declaration-no-important)
(#362) Unexpected !important (declaration-no-important)
(#366) Unexpected !important (declaration-no-important)
(#370) Unexpected !important (declaration-no-important)
(#371) Unexpected !important (declaration-no-important)
(#375) Unexpected !important (declaration-no-important)
(#379) Unexpected !important (declaration-no-important)
(#384) Unexpected !important (declaration-no-important)
(#385) Unexpected !important (declaration-no-important)
(#389) Unexpected !important (declaration-no-important)
(#393) Unexpected !important (declaration-no-important)
(#401) Unexpected !important (declaration-no-important)
(#405) Unexpected !important (declaration-no-important)
(#409) Unexpected !important (declaration-no-important)
(#413) Unexpected !important (declaration-no-important)
(#414) Unexpected !important (declaration-no-important)
(#415) Unexpected !important (declaration-no-important)
(#416) Unexpected !important (declaration-no-important)
(#30) Unexpected unit (length-zero-no-unit)
(#73) Unexpected unit (length-zero-no-unit)
(#78) Unexpected unit (length-zero-no-unit)
(#79) Unexpected unit (length-zero-no-unit)
(#180) Unexpected unit (length-zero-no-unit)
(#186) Unexpected unit (length-zero-no-unit)
(#192) Unexpected unit (length-zero-no-unit)
(#198) Unexpected unit (length-zero-no-unit)
(#203) Unexpected unit (length-zero-no-unit)
(#203) Unexpected unit (length-zero-no-unit)
(#203) Unexpected unit (length-zero-no-unit)
(#203) Unexpected unit (length-zero-no-unit)
(#207) Unexpected unit (length-zero-no-unit)
(#207) Unexpected unit (length-zero-no-unit)
(#207) Unexpected unit (length-zero-no-unit)
(#207) Unexpected unit (length-zero-no-unit)
(#215) Unexpected unit (length-zero-no-unit)
(#235) Unexpected unit (length-zero-no-unit)
(#239) Unexpected unit (length-zero-no-unit)
(#312) Unexpected unit (length-zero-no-unit)
(#351) Unexpected unit (length-zero-no-unit)
(#366) Unexpected unit (length-zero-no-unit)
(#370) Unexpected unit (length-zero-no-unit)
(#55) Unexpected whitespace at end of line (no-eol-whitespace)
(#365) Expected single space after "+" (selector-combinator-space-after)
(#365) Expected single space before "+" (selector-combinator-space-before)
(#59) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#346) Expected newline after "," (selector-list-comma-newline-after)
(#365) Expected newline after "," (selector-list-comma-newline-after)
(#369) Expected newline after "," (selector-list-comma-newline-after)
(#378) Expected newline after "," (selector-list-comma-newline-after)
(#378) Expected newline after "," (selector-list-comma-newline-after)
(#378) Expected newline after "," (selector-list-comma-newline-after)
(#413) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#416) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_autohide.css
(#14) Can't parse value "alpha(opacity=1)" (csstree/validator)
(#26) Can't parse value "alpha(opacity=1)" (csstree/validator)
(#89) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#118) Unknown property `visability`
(#122) Unknown property `visability`
(#12) Expected single space before "{" (block-opening-brace-space-before)
(#23) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected single space before "{" (block-opening-brace-space-before)
(#47) Expected single space before "{" (block-opening-brace-space-before)
(#111) Expected single space before "{" (block-opening-brace-space-before)
(#117) Expected single space before "{" (block-opening-brace-space-before)
(#121) Expected single space before "{" (block-opening-brace-space-before)
(#61) Expected "#ff6666" to be "#f66" (color-hex-length)
(#112) Expected "#ff6666" to be "#f66" (color-hex-length)
(#36) 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)
(#118) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#109) Expected no more than 2 empty lines (max-empty-lines)
(#118) Unexpected unknown property "visability" (property-no-unknown)
(#122) Unexpected unknown property "visability" (property-no-unknown)
(#7) 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)
(#18) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_blocks.css
(#66) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#92) Unexpected empty block (block-no-empty)
(#357) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#151) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#12) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#13) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#120) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#148) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#50) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#70) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#74) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#99) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#107) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#113) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#114) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#126) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#128) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#138) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#145) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#151) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#151) 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)
(#264) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#265) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#266) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#274) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#277) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#279) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#329) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Unexpected whitespace before ":" (declaration-colon-space-before)
(#7) Unexpected whitespace before ":" (declaration-colon-space-before)
(#9) Unexpected whitespace before ":" (declaration-colon-space-before)
(#12) Unexpected whitespace before ":" (declaration-colon-space-before)
(#13) Unexpected whitespace before ":" (declaration-colon-space-before)
(#14) Unexpected whitespace before ":" (declaration-colon-space-before)
(#117) Unexpected whitespace before ":" (declaration-colon-space-before)
(#118) Unexpected whitespace before ":" (declaration-colon-space-before)
(#119) Unexpected whitespace before ":" (declaration-colon-space-before)
(#120) Unexpected whitespace before ":" (declaration-colon-space-before)
(#121) Unexpected whitespace before ":" (declaration-colon-space-before)
(#122) Unexpected whitespace before ":" (declaration-colon-space-before)
(#123) Unexpected whitespace before ":" (declaration-colon-space-before)
(#159) Unexpected whitespace before ":" (declaration-colon-space-before)
(#160) Unexpected whitespace before ":" (declaration-colon-space-before)
(#166) Unexpected whitespace before ":" (declaration-colon-space-before)
(#167) Unexpected whitespace before ":" (declaration-colon-space-before)
(#168) Unexpected whitespace before ":" (declaration-colon-space-before)
(#169) Unexpected whitespace before ":" (declaration-colon-space-before)
(#361) Unexpected whitespace before ":" (declaration-colon-space-before)
(#362) Unexpected whitespace before ":" (declaration-colon-space-before)
(#363) Unexpected whitespace before ":" (declaration-colon-space-before)
(#12) Unexpected !important (declaration-no-important)
(#13) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#6) Unexpected unit (length-zero-no-unit)
(#7) Unexpected unit (length-zero-no-unit)
(#8) Unexpected unit (length-zero-no-unit)
(#14) Unexpected unit (length-zero-no-unit)
(#27) Unexpected unit (length-zero-no-unit)
(#96) Unexpected unit (length-zero-no-unit)
(#110) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#190) Unexpected unit (length-zero-no-unit)
(#190) Unexpected unit (length-zero-no-unit)
(#227) Unexpected unit (length-zero-no-unit)
(#228) Unexpected unit (length-zero-no-unit)
(#248) Unexpected unit (length-zero-no-unit)
(#253) Unexpected unit (length-zero-no-unit)
(#265) Unexpected unit (length-zero-no-unit)
(#277) Unexpected unit (length-zero-no-unit)
(#278) Unexpected unit (length-zero-no-unit)
(#293) Unexpected unit (length-zero-no-unit)
(#319) Unexpected unit (length-zero-no-unit)
(#324) Unexpected unit (length-zero-no-unit)
(#361) Unexpected unit (length-zero-no-unit)
(#363) Unexpected unit (length-zero-no-unit)
(#366) Unexpected unit (length-zero-no-unit)
(#367) Unexpected unit (length-zero-no-unit)
(#3) Expected newline after "," (selector-list-comma-newline-after)
theme/rocket/style/rocket_bootstrap.css
(#145) Invalid value for `font` (csstree/validator)
(#1681) Unknown property `-webkit-margin-top-collapse`
(#1925) Invalid value for `border-collapse` (csstree/validator)
(#2822) Can't parse value "alpha(opacity=30)" (csstree/validator)
(#2833) Can't parse value "alpha(opacity=100)" (csstree/validator)
(#3015) Can't parse value "alpha(opacity=20)" (csstree/validator)
(#3028) Can't parse value "alpha(opacity=40)" (csstree/validator)
(#3061) Invalid value for `background-image` (csstree/validator)
(#3065) Invalid value for `background-image` (csstree/validator)
(#3076) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0)" (csstree/validator)
(#3077) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3183) Can't parse value "alpha(opacity=65)" (csstree/validator)
(#3274) Invalid value for `background-image` (csstree/validator)
(#3279) Invalid value for `background-image` (csstree/validator)
(#3283) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0)" (csstree/validator)
(#3284) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3316) Invalid value for `background-image` (csstree/validator)
(#3321) Invalid value for `background-image` (csstree/validator)
(#3325) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0)" (csstree/validator)
(#3326) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3360) Invalid value for `background-image` (csstree/validator)
(#3365) Invalid value for `background-image` (csstree/validator)
(#3369) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0)" (csstree/validator)
(#3370) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3390) Invalid value for `background-image` (csstree/validator)
(#3395) Invalid value for `background-image` (csstree/validator)
(#3399) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0)" (csstree/validator)
(#3400) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3420) Invalid value for `background-image` (csstree/validator)
(#3425) Invalid value for `background-image` (csstree/validator)
(#3429) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0)" (csstree/validator)
(#3430) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3450) Invalid value for `background-image` (csstree/validator)
(#3455) Invalid value for `background-image` (csstree/validator)
(#3459) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0)" (csstree/validator)
(#3460) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#3675) Can't parse value "alpha(opacity=100)" (csstree/validator)
(#3707) Can't parse value "alpha(opacity=75)" (csstree/validator)
(#4038) Can't parse value "alpha(opacity=100)" (csstree/validator)
(#4175) Invalid value for `background-image` (csstree/validator)
(#4179) Invalid value for `background-image` (csstree/validator)
(#4184) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)" (csstree/validator)
(#4439) Invalid value for `background-image` (csstree/validator)
(#4443) Invalid value for `background-image` (csstree/validator)
(#4448) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)" (csstree/validator)
(#4449) Can't parse value "progid:dximagetransform.microsoft.gradient(enabled=false)" (csstree/validator)
(#4532) Can't parse value "alpha(opacity=100)" (csstree/validator)
(#4757) Can't parse value "alpha(opacity=80)" (csstree/validator)
(#4778) Invalid value for `-moz-background-clip` (csstree/validator)
(#4856) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#4862) Can't parse value "alpha(opacity=80)" (csstree/validator)
(#5063) Invalid value for `-moz-background-clip` (csstree/validator)
(#5328) Invalid value for `background-image` (csstree/validator)
(#5332) Invalid value for `background-image` (csstree/validator)
(#5337) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0)" (csstree/validator)
(#5357) Invalid value for `background-image` (csstree/validator)
(#5358) Invalid value for `background-image` (csstree/validator)
(#5360) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0)" (csstree/validator)
(#5381) Invalid value for `background-image` (csstree/validator)
(#5402) Invalid value for `background-image` (csstree/validator)
(#5406) Invalid value for `background-image` (csstree/validator)
(#5408) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0)" (csstree/validator)
(#5416) Invalid value for `background-image` (csstree/validator)
(#5424) Invalid value for `background-image` (csstree/validator)
(#5428) Invalid value for `background-image` (csstree/validator)
(#5430) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0)" (csstree/validator)
(#5438) Invalid value for `background-image` (csstree/validator)
(#5446) Invalid value for `background-image` (csstree/validator)
(#5450) Invalid value for `background-image` (csstree/validator)
(#5452) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0)" (csstree/validator)
(#5460) Invalid value for `background-image` (csstree/validator)
(#5468) Invalid value for `background-image` (csstree/validator)
(#5472) Invalid value for `background-image` (csstree/validator)
(#5474) Can't parse value "progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0)" (csstree/validator)
(#5482) Invalid value for `background-image` (csstree/validator)
(#5600) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#5612) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#779) Expected newline before "}" (block-closing-brace-newline-before)
(#1009) Expected newline before "}" (block-closing-brace-newline-before)
(#1370) Expected newline before "}" (block-closing-brace-newline-before)
(#1416) Expected newline before "}" (block-closing-brace-newline-before)
(#1417) Expected newline before "}" (block-closing-brace-newline-before)
(#1421) Expected newline before "}" (block-closing-brace-newline-before)
(#1627) Expected newline before "}" (block-closing-brace-newline-before)
(#1684) Expected newline before "}" (block-closing-brace-newline-before)
(#1721) Expected newline before "}" (block-closing-brace-newline-before)
(#1736) Expected newline before "}" (block-closing-brace-newline-before)
(#1737) Expected newline before "}" (block-closing-brace-newline-before)
(#1784) Expected newline before "}" (block-closing-brace-newline-before)
(#1825) Expected newline before "}" (block-closing-brace-newline-before)
(#2027) Expected newline before "}" (block-closing-brace-newline-before)
(#2028) Expected newline before "}" (block-closing-brace-newline-before)
(#3004) Expected newline before "}" (block-closing-brace-newline-before)
(#3005) Expected newline before "}" (block-closing-brace-newline-before)
(#5099) Expected newline before "}" (block-closing-brace-newline-before)
(#5116) Expected newline before "}" (block-closing-brace-newline-before)
(#5117) Expected newline before "}" (block-closing-brace-newline-before)
(#5137) Expected newline before "}" (block-closing-brace-newline-before)
(#5165) Expected newline before "}" (block-closing-brace-newline-before)
(#5166) Expected newline before "}" (block-closing-brace-newline-before)
(#5169) Expected newline before "}" (block-closing-brace-newline-before)
(#5179) Expected newline before "}" (block-closing-brace-newline-before)
(#5682) Expected newline before "}" (block-closing-brace-newline-before)
(#5683) Expected newline before "}" (block-closing-brace-newline-before)
(#5692) Expected newline before "}" (block-closing-brace-newline-before)
(#5699) Expected newline before "}" (block-closing-brace-newline-before)
(#779) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1009) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1370) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1416) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1417) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1421) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1627) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1684) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1721) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1736) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1737) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1784) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1825) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#2027) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#3004) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#3005) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5099) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5116) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5117) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5137) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5165) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5166) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5169) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5179) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5682) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5683) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5692) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5699) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#849) Unexpected empty block (block-no-empty)
(#779) Expected newline after "{" (block-opening-brace-newline-after)
(#1009) Expected newline after "{" (block-opening-brace-newline-after)
(#1370) Expected newline after "{" (block-opening-brace-newline-after)
(#1416) Expected newline after "{" (block-opening-brace-newline-after)
(#1417) Expected newline after "{" (block-opening-brace-newline-after)
(#1421) Expected newline after "{" (block-opening-brace-newline-after)
(#1627) Expected newline after "{" (block-opening-brace-newline-after)
(#1684) Expected newline after "{" (block-opening-brace-newline-after)
(#1721) Expected newline after "{" (block-opening-brace-newline-after)
(#1736) Expected newline after "{" (block-opening-brace-newline-after)
(#1737) Expected newline after "{" (block-opening-brace-newline-after)
(#1784) Expected newline after "{" (block-opening-brace-newline-after)
(#1825) Expected newline after "{" (block-opening-brace-newline-after)
(#2027) Expected newline after "{" (block-opening-brace-newline-after)
(#2028) Expected newline after "{" (block-opening-brace-newline-after)
(#3004) Expected newline after "{" (block-opening-brace-newline-after)
(#3005) Expected newline after "{" (block-opening-brace-newline-after)
(#5099) Expected newline after "{" (block-opening-brace-newline-after)
(#5116) Expected newline after "{" (block-opening-brace-newline-after)
(#5117) Expected newline after "{" (block-opening-brace-newline-after)
(#5137) Expected newline after "{" (block-opening-brace-newline-after)
(#5165) Expected newline after "{" (block-opening-brace-newline-after)
(#5166) Expected newline after "{" (block-opening-brace-newline-after)
(#5169) Expected newline after "{" (block-opening-brace-newline-after)
(#5179) Expected newline after "{" (block-opening-brace-newline-after)
(#5682) Expected newline after "{" (block-opening-brace-newline-after)
(#5683) Expected newline after "{" (block-opening-brace-newline-after)
(#5692) Expected newline after "{" (block-opening-brace-newline-after)
(#5699) Expected newline after "{" (block-opening-brace-newline-after)
(#779) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1370) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1416) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1417) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1421) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1736) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1784) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1825) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#2027) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#3004) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#3005) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5099) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5116) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5117) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5137) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5165) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5166) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5169) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5179) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5682) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5699) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#994) Expected single space before "{" (block-opening-brace-space-before)
(#1009) Expected single space before "{" (block-opening-brace-space-before)
(#1135) Expected single space before "{" (block-opening-brace-space-before)
(#1420) Expected single space before "{" (block-opening-brace-space-before)
(#1737) Expected single space before "{" (block-opening-brace-space-before)
(#1825) Expected single space before "{" (block-opening-brace-space-before)
(#5160) Expected single space before "{" (block-opening-brace-space-before)
(#5168) Expected single space before "{" (block-opening-brace-space-before)
(#5691) Expected single space before "{" (block-opening-brace-space-before)
(#5695) Expected single space before "{" (block-opening-brace-space-before)
(#5700) Expected single space before "{" (block-opening-brace-space-before)
(#5706) Expected single space before "{" (block-opening-brace-space-before)
(#5713) Expected single space before "{" (block-opening-brace-space-before)
(#167) Expected "#333333" to be "#333" (color-hex-length)
(#168) Expected "#ffffff" to be "#fff" (color-hex-length)
(#172) Expected "#0088cc" to be "#08c" (color-hex-length)
(#433) Expected "#999999" to be "#999" (color-hex-length)
(#464) Expected "#999999" to be "#999" (color-hex-length)
(#516) Expected "#999999" to be "#999" (color-hex-length)
(#523) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#596) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#597) Expected "#ffffff" to be "#fff" (color-hex-length)
(#609) Expected "#999999" to be "#999" (color-hex-length)
(#614) Expected "#999999" to be "#999" (color-hex-length)
(#625) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#638) Expected "#999999" to be "#999" (color-hex-length)
(#649) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#685) Expected "#333333" to be "#333" (color-hex-length)
(#755) Expected "#333333" to be "#333" (color-hex-length)
(#776) Expected "#999999" to be "#999" (color-hex-length)
(#834) Expected "#555555" to be "#555" (color-hex-length)
(#892) Expected "#ffffff" to be "#fff" (color-hex-length)
(#893) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#1222) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#1389) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1397) Expected "#999999" to be "#999" (color-hex-length)
(#1401) Expected "#999999" to be "#999" (color-hex-length)
(#1405) Expected "#999999" to be "#999" (color-hex-length)
(#1414) Expected "#555555" to be "#555" (color-hex-length)
(#1485) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1487) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#1853) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#1904) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#1923) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#1933) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#2817) Expected "#000000" to be "#000" (color-hex-length)
(#2847) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2875) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2884) Expected "#333333" to be "#333" (color-hex-length)
(#2891) Expected "#ffffff" to be "#fff" (color-hex-length)
(#2893) Expected "#0088cc" to be "#08c" (color-hex-length)
(#2912) Expected "#000000" to be "#000" (color-hex-length)
(#3012) Expected "#000000" to be "#000" (color-hex-length)
(#3013) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3024) Expected "#000000" to be "#000" (color-hex-length)
(#3054) Expected "#333333" to be "#333" (color-hex-length)
(#3061) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3062) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3063) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3064) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3065) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3066) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3068) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#3119) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#3133) Expected "#333333" to be "#333" (color-hex-length)
(#3241) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3273) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3274) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3274) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3275) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3275) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3276) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3276) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3277) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3277) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3278) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3278) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3279) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3279) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3281) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3281) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3299) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3449) Expected "#222222" to be "#222" (color-hex-length)
(#3450) Expected "#555555" to be "#555" (color-hex-length)
(#3450) Expected "#222222" to be "#222" (color-hex-length)
(#3451) Expected "#555555" to be "#555" (color-hex-length)
(#3451) Expected "#222222" to be "#222" (color-hex-length)
(#3452) Expected "#555555" to be "#555" (color-hex-length)
(#3452) Expected "#222222" to be "#222" (color-hex-length)
(#3453) Expected "#555555" to be "#555" (color-hex-length)
(#3453) Expected "#222222" to be "#222" (color-hex-length)
(#3454) Expected "#555555" to be "#555" (color-hex-length)
(#3454) Expected "#222222" to be "#222" (color-hex-length)
(#3455) Expected "#555555" to be "#555" (color-hex-length)
(#3455) Expected "#222222" to be "#222" (color-hex-length)
(#3457) Expected "#222222" to be "#222" (color-hex-length)
(#3457) Expected "#222222" to be "#222" (color-hex-length)
(#3457) Expected "#000000" to be "#000" (color-hex-length)
(#3468) Expected "#222222" to be "#222" (color-hex-length)
(#3644) Expected "#0055cc" to be "#05c" (color-hex-length)
(#3664) Expected "#222222" to be "#222" (color-hex-length)
(#3695) Expected "#000000" to be "#000" (color-hex-length)
(#3704) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3705) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3806) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#3819) Expected "#999999" to be "#999" (color-hex-length)
(#3847) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3849) Expected "#0088cc" to be "#08c" (color-hex-length)
(#3863) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3916) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#3916) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#3916) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#3921) Expected "#555555" to be "#555" (color-hex-length)
(#3923) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3940) Expected "#ffffff" to be "#fff" (color-hex-length)
(#3941) Expected "#0088cc" to be "#08c" (color-hex-length)
(#4003) Expected "#0088cc" to be "#08c" (color-hex-length)
(#4004) Expected "#0088cc" to be "#08c" (color-hex-length)
(#4015) Expected "#333333" to be "#333" (color-hex-length)
(#4016) Expected "#333333" to be "#333" (color-hex-length)
(#4020) Expected "#000000" to be "#000" (color-hex-length)
(#4027) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4028) Expected "#999999" to be "#999" (color-hex-length)
(#4029) Expected "#999999" to be "#999" (color-hex-length)
(#4035) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4036) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4042) Expected "#999999" to be "#999" (color-hex-length)
(#4130) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4130) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#4130) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4130) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4136) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4153) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4153) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4153) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#4153) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#4159) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4174) Expected "#333333" to be "#333" (color-hex-length)
(#4174) Expected "#222222" to be "#222" (color-hex-length)
(#4175) Expected "#333333" to be "#333" (color-hex-length)
(#4175) Expected "#222222" to be "#222" (color-hex-length)
(#4176) Expected "#333333" to be "#333" (color-hex-length)
(#4176) Expected "#222222" to be "#222" (color-hex-length)
(#4177) Expected "#333333" to be "#333" (color-hex-length)
(#4177) Expected "#222222" to be "#222" (color-hex-length)
(#4178) Expected "#333333" to be "#333" (color-hex-length)
(#4178) Expected "#222222" to be "#222" (color-hex-length)
(#4179) Expected "#333333" to be "#333" (color-hex-length)
(#4179) Expected "#222222" to be "#222" (color-hex-length)
(#4199) Expected "#999999" to be "#999" (color-hex-length)
(#4214) Expected "#999999" to be "#999" (color-hex-length)
(#4223) Expected "#999999" to be "#999" (color-hex-length)
(#4227) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4297) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4311) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#4315) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#4319) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#4325) Expected "#333333" to be "#333" (color-hex-length)
(#4326) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4327) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4387) Expected "#999999" to be "#999" (color-hex-length)
(#4405) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4412) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4414) Expected "#222222" to be "#222" (color-hex-length)
(#4422) Expected "#222222" to be "#222" (color-hex-length)
(#4423) Expected "#333333" to be "#333" (color-hex-length)
(#4438) Expected "#222222" to be "#222" (color-hex-length)
(#4439) Expected "#333333" to be "#333" (color-hex-length)
(#4439) Expected "#222222" to be "#222" (color-hex-length)
(#4440) Expected "#333333" to be "#333" (color-hex-length)
(#4440) Expected "#222222" to be "#222" (color-hex-length)
(#4441) Expected "#333333" to be "#333" (color-hex-length)
(#4441) Expected "#222222" to be "#222" (color-hex-length)
(#4442) Expected "#333333" to be "#333" (color-hex-length)
(#4442) Expected "#222222" to be "#222" (color-hex-length)
(#4443) Expected "#333333" to be "#333" (color-hex-length)
(#4443) Expected "#222222" to be "#222" (color-hex-length)
(#4444) Expected "#333333" to be "#333" (color-hex-length)
(#4444) Expected "#222222" to be "#222" (color-hex-length)
(#4446) Expected "#222222" to be "#222" (color-hex-length)
(#4446) Expected "#222222" to be "#222" (color-hex-length)
(#4446) Expected "#000000" to be "#000" (color-hex-length)
(#4460) Expected "#222222" to be "#222" (color-hex-length)
(#4504) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4520) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4526) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4527) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4542) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4594) Expected "#999999" to be "#999" (color-hex-length)
(#4598) Expected "#333333" to be "#333" (color-hex-length)
(#4639) Expected "#999999" to be "#999" (color-hex-length)
(#4646) Expected "#999999" to be "#999" (color-hex-length)
(#4719) Expected "#999999" to be "#999" (color-hex-length)
(#4747) Expected "#000000" to be "#000" (color-hex-length)
(#4767) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4825) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4826) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4827) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4885) Expected "#000000" to be "#000" (color-hex-length)
(#4896) Expected "#000000" to be "#000" (color-hex-length)
(#4904) Expected "#000000" to be "#000" (color-hex-length)
(#4913) Expected "#000000" to be "#000" (color-hex-length)
(#4920) Expected "#ffffff" to be "#fff" (color-hex-length)
(#4923) Expected "#000000" to be "#000" (color-hex-length)
(#4964) Expected "#000000" to be "#000" (color-hex-length)
(#4974) Expected "#000000" to be "#000" (color-hex-length)
(#4983) Expected "#000000" to be "#000" (color-hex-length)
(#4993) Expected "#000000" to be "#000" (color-hex-length)
(#5006) Expected "#000000" to be "#000" (color-hex-length)
(#5042) Expected "#999999" to be "#999" (color-hex-length)
(#5058) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5120) Expected "#0088cc" to be "#08c" (color-hex-length)
(#5154) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5158) Expected "#999999" to be "#999" (color-hex-length)
(#5162) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5179) Expected "#333333" to be "#333" (color-hex-length)
(#5208) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5267) Expected "#333333" to be "#333" (color-hex-length)
(#5349) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5592) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5594) Expected "#222222" to be "#222" (color-hex-length)
(#5595) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5609) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5621) Expected "#333333" to be "#333" (color-hex-length)
(#5627) Expected "#ffffff" to be "#fff" (color-hex-length)
(#5633) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#28) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#44) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#324) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#337) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#342) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#347) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#352) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#357) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#362) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#367) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#372) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#377) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#382) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#387) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#392) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#707) Unexpected duplicate "white-space" (declaration-block-no-duplicate-properties)
(#710) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#925) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#1021) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#1431) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1571) Unexpected duplicate "padding-right" (declaration-block-no-duplicate-properties)
(#1573) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#1619) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1765) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#1925) Unexpected duplicate "border-collapse" (declaration-block-no-duplicate-properties)
(#2849) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#2872) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#2939) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#2960) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3048) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3053) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#3060) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3062) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3063) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3064) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3065) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3066) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3069) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#3071) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3077) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3108) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3136) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3155) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#3168) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3265) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3273) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3275) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3276) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3277) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3278) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3279) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3282) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3284) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3300) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3315) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3317) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3318) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3319) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3320) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3321) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3324) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3326) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3341) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3359) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3361) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3362) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3363) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3364) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3365) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3368) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3370) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3379) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3389) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3391) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3392) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3393) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3394) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3395) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3398) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3400) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3409) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3419) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3421) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3422) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3423) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3424) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3425) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3428) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3430) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3439) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3449) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3451) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3452) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3453) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3454) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3455) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#3458) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#3460) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#3469) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#3540) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3860) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#4175) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4176) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4177) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4178) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4179) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4438) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#4440) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4441) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4442) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4443) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4444) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#4447) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#4449) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#4461) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#4608) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4769) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#4770) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#5007) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#5328) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5329) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5330) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5331) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5332) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5354) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5355) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5356) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5357) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5358) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5379) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5380) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5381) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5382) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5383) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5402) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5403) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5404) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5405) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5406) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5414) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5415) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5416) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5417) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5418) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5424) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5425) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5426) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5427) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5428) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5436) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5437) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5438) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5439) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5440) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5446) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5447) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5448) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5449) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5450) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5458) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5459) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5460) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5461) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5462) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5468) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5469) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5470) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5471) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5472) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5480) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5481) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5482) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5483) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5484) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#5622) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#5692) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1009) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1370) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1421) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5116) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5165) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5692) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5699) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#779) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1421) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1721) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1737) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1741) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3004) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3018) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3019) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3353) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5099) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5116) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5344) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5692) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5692) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5714) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5715) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5716) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5717) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#863) Unexpected !important (declaration-no-important)
(#869) Unexpected !important (declaration-no-important)
(#5322) Unexpected !important (declaration-no-important)
(#5323) Unexpected !important (declaration-no-important)
(#5326) Unexpected !important (declaration-no-important)
(#5327) Unexpected !important (declaration-no-important)
(#5328) Unexpected !important (declaration-no-important)
(#5329) Unexpected !important (declaration-no-important)
(#5330) Unexpected !important (declaration-no-important)
(#5331) Unexpected !important (declaration-no-important)
(#5332) Unexpected !important (declaration-no-important)
(#5333) Unexpected !important (declaration-no-important)
(#5344) Unexpected !important (declaration-no-important)
(#5345) Unexpected !important (declaration-no-important)
(#5347) Unexpected !important (declaration-no-important)
(#5348) Unexpected !important (declaration-no-important)
(#5349) Unexpected !important (declaration-no-important)
(#5352) Unexpected !important (declaration-no-important)
(#5353) Unexpected !important (declaration-no-important)
(#5354) Unexpected !important (declaration-no-important)
(#5355) Unexpected !important (declaration-no-important)
(#5356) Unexpected !important (declaration-no-important)
(#5357) Unexpected !important (declaration-no-important)
(#5358) Unexpected !important (declaration-no-important)
(#5359) Unexpected !important (declaration-no-important)
(#5383) Unexpected !important (declaration-no-important)
(#5396) Unexpected !important (declaration-no-important)
(#5699) Unexpected !important (declaration-no-important)
(#5732) Unexpected !important (declaration-no-important)
(#3065) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3279) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3321) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3365) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3395) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3425) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#3455) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#4179) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#4443) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5332) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5357) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5406) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5428) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5450) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#5472) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#769) Unexpected unit (length-zero-no-unit)
(#805) Unexpected unit (length-zero-no-unit)
(#808) Unexpected unit (length-zero-no-unit)
(#837) Unexpected unit (length-zero-no-unit)
(#1364) Unexpected unit (length-zero-no-unit)
(#1367) Unexpected unit (length-zero-no-unit)
(#1673) Unexpected unit (length-zero-no-unit)
(#1684) Unexpected unit (length-zero-no-unit)
(#1725) Unexpected unit (length-zero-no-unit)
(#1742) Unexpected unit (length-zero-no-unit)
(#1745) Unexpected unit (length-zero-no-unit)
(#1746) Unexpected unit (length-zero-no-unit)
(#1751) Unexpected unit (length-zero-no-unit)
(#1752) Unexpected unit (length-zero-no-unit)
(#1781) Unexpected unit (length-zero-no-unit)
(#1784) Unexpected unit (length-zero-no-unit)
(#1793) Unexpected unit (length-zero-no-unit)
(#1797) Unexpected unit (length-zero-no-unit)
(#1980) Unexpected unit (length-zero-no-unit)
(#2028) Unexpected unit (length-zero-no-unit)
(#2062) Unexpected unit (length-zero-no-unit)
(#2954) Unexpected unit (length-zero-no-unit)
(#5036) Unexpected unit (length-zero-no-unit)
(#5116) Unexpected unit (length-zero-no-unit)
(#5117) Unexpected unit (length-zero-no-unit)
(#5344) Unexpected unit (length-zero-no-unit)
(#5699) Unexpected unit (length-zero-no-unit)
(#5716) Unexpected unit (length-zero-no-unit)
(#5720) Unexpected unit (length-zero-no-unit)
(#5726) Unexpected unit (length-zero-no-unit)
(#5740) Unexpected unit (length-zero-no-unit)
(#5742) Unexpected unit (length-zero-no-unit)
(#5746) Unexpected unit (length-zero-no-unit)
(#5754) Unexpected unit (length-zero-no-unit)
(#3612) Expected line length to be no more than 132 characters (max-line-length)
(#3613) Expected line length to be no more than 132 characters (max-line-length)
(#3614) Expected line length to be no more than 132 characters (max-line-length)
(#5378) Expected line length to be no more than 132 characters (max-line-length)
(#5379) Expected line length to be no more than 132 characters (max-line-length)
(#5380) Expected line length to be no more than 132 characters (max-line-length)
(#5381) Expected line length to be no more than 132 characters (max-line-length)
(#5382) Expected line length to be no more than 132 characters (max-line-length)
(#5383) Expected line length to be no more than 132 characters (max-line-length)
(#5413) Expected line length to be no more than 132 characters (max-line-length)
(#5414) Expected line length to be no more than 132 characters (max-line-length)
(#5415) Expected line length to be no more than 132 characters (max-line-length)
(#5416) Expected line length to be no more than 132 characters (max-line-length)
(#5417) Expected line length to be no more than 132 characters (max-line-length)
(#5418) Expected line length to be no more than 132 characters (max-line-length)
(#5435) Expected line length to be no more than 132 characters (max-line-length)
(#5436) Expected line length to be no more than 132 characters (max-line-length)
(#5437) Expected line length to be no more than 132 characters (max-line-length)
(#5438) Expected line length to be no more than 132 characters (max-line-length)
(#5439) Expected line length to be no more than 132 characters (max-line-length)
(#5440) Expected line length to be no more than 132 characters (max-line-length)
(#5457) Expected line length to be no more than 132 characters (max-line-length)
(#5458) Expected line length to be no more than 132 characters (max-line-length)
(#5459) Expected line length to be no more than 132 characters (max-line-length)
(#5460) Expected line length to be no more than 132 characters (max-line-length)
(#5461) Expected line length to be no more than 132 characters (max-line-length)
(#5462) Expected line length to be no more than 132 characters (max-line-length)
(#5479) Expected line length to be no more than 132 characters (max-line-length)
(#5480) Expected line length to be no more than 132 characters (max-line-length)
(#5481) Expected line length to be no more than 132 characters (max-line-length)
(#5482) Expected line length to be no more than 132 characters (max-line-length)
(#5483) Expected line length to be no more than 132 characters (max-line-length)
(#5484) Expected line length to be no more than 132 characters (max-line-length)
(#980) Expected newline after "," (selector-list-comma-newline-after)
(#980) Expected newline after "," (selector-list-comma-newline-after)
(#981) Expected newline after "," (selector-list-comma-newline-after)
(#982) Expected newline after "," (selector-list-comma-newline-after)
(#983) Expected newline after "," (selector-list-comma-newline-after)
(#984) Expected newline after "," (selector-list-comma-newline-after)
(#985) Expected newline after "," (selector-list-comma-newline-after)
(#986) Expected newline after "," (selector-list-comma-newline-after)
(#987) Expected newline after "," (selector-list-comma-newline-after)
(#988) Expected newline after "," (selector-list-comma-newline-after)
(#3039) Expected newline after "," (selector-list-comma-newline-after)
(#3085) Expected newline after "," (selector-list-comma-newline-after)
(#1043) Unexpected whitespace before "," (selector-list-comma-space-before)
(#1044) Unexpected whitespace before "," (selector-list-comma-space-before)
(#1045) Unexpected whitespace before "," (selector-list-comma-space-before)
(#21) 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)
(#33) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#404) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 4 spaces (indentation)
(#412) Expected indentation of 4 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#469) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#533) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#596) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 4 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 4 spaces (indentation)
(#630) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 4 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#695) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#703) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#707) Expected indentation of 4 spaces (indentation)
(#708) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#712) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#749) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 4 spaces (indentation)
(#753) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#769) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#795) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#831) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#859) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#872) Expected indentation of 4 spaces (indentation)
(#892) Expected indentation of 4 spaces (indentation)
(#893) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#900) Expected indentation of 4 spaces (indentation)
(#901) Expected indentation of 4 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#923) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#926) Expected indentation of 4 spaces (indentation)
(#928) Expected indentation of 4 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 4 spaces (indentation)
(#953) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 4 spaces (indentation)
(#1039) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 4 spaces (indentation)
(#1053) Expected indentation of 4 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1066) Expected indentation of 4 spaces (indentation)
(#1071) Expected indentation of 4 spaces (indentation)
(#1072) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1081) Expected indentation of 4 spaces (indentation)
(#1085) Expected indentation of 4 spaces (indentation)
(#1089) Expected indentation of 4 spaces (indentation)
(#1093) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1105) Expected indentation of 4 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 4 spaces (indentation)
(#1146) Expected indentation of 4 spaces (indentation)
(#1152) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 4 spaces (indentation)
(#1188) Expected indentation of 4 spaces (indentation)
(#1194) Expected indentation of 4 spaces (indentation)
(#1200) Expected indentation of 4 spaces (indentation)
(#1206) Expected indentation of 4 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1222) Expected indentation of 4 spaces (indentation)
(#1223) Expected indentation of 4 spaces (indentation)
(#1230) Expected indentation of 4 spaces (indentation)
(#1236) Expected indentation of 4 spaces (indentation)
(#1244) Expected indentation of 4 spaces (indentation)
(#1245) Expected indentation of 4 spaces (indentation)
(#1253) Expected indentation of 4 spaces (indentation)
(#1254) Expected indentation of 4 spaces (indentation)
(#1255) Expected indentation of 4 spaces (indentation)
(#1256) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 4 spaces (indentation)
(#1262) Expected indentation of 4 spaces (indentation)
(#1263) Expected indentation of 4 spaces (indentation)
(#1269) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1280) Expected indentation of 4 spaces (indentation)
(#1290) Expected indentation of 4 spaces (indentation)
(#1291) Expected indentation of 4 spaces (indentation)
(#1292) Expected indentation of 4 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1298) Expected indentation of 4 spaces (indentation)
(#1299) Expected indentation of 4 spaces (indentation)
(#1300) Expected indentation of 4 spaces (indentation)
(#1306) Expected indentation of 4 spaces (indentation)
(#1314) Expected indentation of 4 spaces (indentation)
(#1315) Expected indentation of 4 spaces (indentation)
(#1323) Expected indentation of 4 spaces (indentation)
(#1324) Expected indentation of 4 spaces (indentation)
(#1325) Expected indentation of 4 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1331) Expected indentation of 4 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 4 spaces (indentation)
(#1340) Expected indentation of 4 spaces (indentation)
(#1346) Expected indentation of 4 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1356) Expected indentation of 4 spaces (indentation)
(#1357) Expected indentation of 4 spaces (indentation)
(#1358) Expected indentation of 4 spaces (indentation)
(#1359) Expected indentation of 4 spaces (indentation)
(#1360) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1364) Expected indentation of 4 spaces (indentation)
(#1367) Expected indentation of 4 spaces (indentation)
(#1376) Expected indentation of 4 spaces (indentation)
(#1377) Expected indentation of 4 spaces (indentation)
(#1382) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1388) Expected indentation of 4 spaces (indentation)
(#1389) Expected indentation of 4 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1391) Expected indentation of 4 spaces (indentation)
(#1392) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 4 spaces (indentation)
(#1401) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1414) Expected indentation of 4 spaces (indentation)
(#1424) Expected indentation of 4 spaces (indentation)
(#1425) Expected indentation of 4 spaces (indentation)
(#1430) Expected indentation of 4 spaces (indentation)
(#1431) Expected indentation of 4 spaces (indentation)
(#1432) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1434) Expected indentation of 4 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1443) Expected indentation of 4 spaces (indentation)
(#1452) Expected indentation of 4 spaces (indentation)
(#1453) Expected indentation of 4 spaces (indentation)
(#1454) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 4 spaces (indentation)
(#1456) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 4 spaces (indentation)
(#1458) Expected indentation of 4 spaces (indentation)
(#1467) Expected indentation of 4 spaces (indentation)
(#1472) Expected indentation of 4 spaces (indentation)
(#1477) Expected indentation of 4 spaces (indentation)
(#1478) Expected indentation of 4 spaces (indentation)
(#1479) Expected indentation of 4 spaces (indentation)
(#1480) Expected indentation of 4 spaces (indentation)
(#1481) Expected indentation of 4 spaces (indentation)
(#1482) Expected indentation of 4 spaces (indentation)
(#1483) Expected indentation of 4 spaces (indentation)
(#1484) Expected indentation of 4 spaces (indentation)
(#1485) Expected indentation of 4 spaces (indentation)
(#1486) Expected indentation of 4 spaces (indentation)
(#1487) Expected indentation of 4 spaces (indentation)
(#1488) Expected indentation of 4 spaces (indentation)
(#1495) Expected indentation of 4 spaces (indentation)
(#1496) Expected indentation of 4 spaces (indentation)
(#1497) Expected indentation of 4 spaces (indentation)
(#1498) Expected indentation of 4 spaces (indentation)
(#1503) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 4 spaces (indentation)
(#1509) Expected indentation of 4 spaces (indentation)
(#1514) Expected indentation of 4 spaces (indentation)
(#1515) Expected indentation of 4 spaces (indentation)
(#1516) Expected indentation of 4 spaces (indentation)
(#1525) Expected indentation of 4 spaces (indentation)
(#1526) Expected indentation of 4 spaces (indentation)
(#1527) Expected indentation of 4 spaces (indentation)
(#1531) Expected indentation of 4 spaces (indentation)
(#1532) Expected indentation of 4 spaces (indentation)
(#1537) Expected indentation of 4 spaces (indentation)
(#1538) Expected indentation of 4 spaces (indentation)
(#1539) Expected indentation of 4 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1546) Expected indentation of 4 spaces (indentation)
(#1547) Expected indentation of 4 spaces (indentation)
(#1552) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1554) Expected indentation of 4 spaces (indentation)
(#1555) Expected indentation of 4 spaces (indentation)
(#1563) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 4 spaces (indentation)
(#1565) Expected indentation of 4 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1571) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 4 spaces (indentation)
(#1573) Expected indentation of 4 spaces (indentation)
(#1574) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 4 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1579) Expected indentation of 4 spaces (indentation)
(#1618) Expected indentation of 4 spaces (indentation)
(#1619) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1621) Expected indentation of 4 spaces (indentation)
(#1624) Expected indentation of 4 spaces (indentation)
(#1632) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 4 spaces (indentation)
(#1644) Expected indentation of 4 spaces (indentation)
(#1651) Expected indentation of 4 spaces (indentation)
(#1652) Expected indentation of 4 spaces (indentation)
(#1653) Expected indentation of 4 spaces (indentation)
(#1660) Expected indentation of 4 spaces (indentation)
(#1661) Expected indentation of 4 spaces (indentation)
(#1662) Expected indentation of 4 spaces (indentation)
(#1670) Expected indentation of 4 spaces (indentation)
(#1673) Expected indentation of 4 spaces (indentation)
(#1680) Expected indentation of 4 spaces (indentation)
(#1681) Expected indentation of 4 spaces (indentation)
(#1687) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1699) Expected indentation of 4 spaces (indentation)
(#1700) Expected indentation of 4 spaces (indentation)
(#1707) Expected indentation of 4 spaces (indentation)
(#1716) Expected indentation of 4 spaces (indentation)
(#1717) Expected indentation of 4 spaces (indentation)
(#1718) Expected indentation of 4 spaces (indentation)
(#1719) Expected indentation of 4 spaces (indentation)
(#1725) Expected indentation of 4 spaces (indentation)
(#1729) Expected indentation of 4 spaces (indentation)
(#1733) Expected indentation of 4 spaces (indentation)
(#1741) Expected indentation of 4 spaces (indentation)
(#1742) Expected indentation of 4 spaces (indentation)
(#1745) Expected indentation of 4 spaces (indentation)
(#1746) Expected indentation of 4 spaces (indentation)
(#1751) Expected indentation of 4 spaces (indentation)
(#1752) Expected indentation of 4 spaces (indentation)
(#1762) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1764) Expected indentation of 4 spaces (indentation)
(#1765) Expected indentation of 4 spaces (indentation)
(#1768) Expected indentation of 4 spaces (indentation)
(#1774) Expected indentation of 4 spaces (indentation)
(#1780) Expected indentation of 4 spaces (indentation)
(#1781) Expected indentation of 4 spaces (indentation)
(#1789) Expected indentation of 4 spaces (indentation)
(#1793) Expected indentation of 4 spaces (indentation)
(#1797) Expected indentation of 4 spaces (indentation)
(#1801) Expected indentation of 4 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1803) Expected indentation of 4 spaces (indentation)
(#1804) Expected indentation of 4 spaces (indentation)
(#1816) Expected indentation of 4 spaces (indentation)
(#1817) Expected indentation of 4 spaces (indentation)
(#1849) Expected indentation of 4 spaces (indentation)
(#1850) Expected indentation of 4 spaces (indentation)
(#1851) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#1853) Expected indentation of 4 spaces (indentation)
(#1863) Expected indentation of 4 spaces (indentation)
(#1873) Expected indentation of 4 spaces (indentation)
(#1900) Expected indentation of 4 spaces (indentation)
(#1904) Expected indentation of 4 spaces (indentation)
(#1919) Expected indentation of 4 spaces (indentation)
(#1923) Expected indentation of 4 spaces (indentation)
(#1924) Expected indentation of 4 spaces (indentation)
(#1925) Expected indentation of 4 spaces (indentation)
(#1926) Expected indentation of 4 spaces (indentation)
(#1927) Expected indentation of 4 spaces (indentation)
(#1928) Expected indentation of 4 spaces (indentation)
(#1929) Expected indentation of 4 spaces (indentation)
(#1933) Expected indentation of 4 spaces (indentation)
(#1945) Expected indentation of 4 spaces (indentation)
(#1950) Expected indentation of 4 spaces (indentation)
(#1951) Expected indentation of 4 spaces (indentation)
(#1952) Expected indentation of 4 spaces (indentation)
(#1957) Expected indentation of 4 spaces (indentation)
(#1958) Expected indentation of 4 spaces (indentation)
(#1959) Expected indentation of 4 spaces (indentation)
(#1964) Expected indentation of 4 spaces (indentation)
(#1965) Expected indentation of 4 spaces (indentation)
(#1966) Expected indentation of 4 spaces (indentation)
(#1967) Expected indentation of 4 spaces (indentation)
(#1968) Expected indentation of 4 spaces (indentation)
(#1969) Expected indentation of 4 spaces (indentation)
(#1974) Expected indentation of 4 spaces (indentation)
(#1975) Expected indentation of 4 spaces (indentation)
(#1976) Expected indentation of 4 spaces (indentation)
(#1979) Expected indentation of 4 spaces (indentation)
(#1980) Expected indentation of 4 spaces (indentation)
(#1981) Expected indentation of 4 spaces (indentation)
(#1984) Expected indentation of 4 spaces (indentation)
(#2011) Expected indentation of 4 spaces (indentation)
(#2024) Expected indentation of 4 spaces (indentation)
(#2032) Expected indentation of 4 spaces (indentation)
(#2044) Expected indentation of 4 spaces (indentation)
(#2045) Expected indentation of 4 spaces (indentation)
(#2046) Expected indentation of 4 spaces (indentation)
(#2049) Expected indentation of 4 spaces (indentation)
(#2050) Expected indentation of 4 spaces (indentation)
(#2051) Expected indentation of 4 spaces (indentation)
(#2055) Expected indentation of 4 spaces (indentation)
(#2056) Expected indentation of 4 spaces (indentation)
(#2059) Expected indentation of 4 spaces (indentation)
(#2067) Expected indentation of 4 spaces (indentation)
(#2068) Expected indentation of 4 spaces (indentation)
(#2072) Expected indentation of 4 spaces (indentation)
(#2073) Expected indentation of 4 spaces (indentation)
(#2074) Expected indentation of 4 spaces (indentation)
(#2078) Expected indentation of 4 spaces (indentation)
(#2079) Expected indentation of 4 spaces (indentation)
(#2080) Expected indentation of 4 spaces (indentation)
(#2084) Expected indentation of 4 spaces (indentation)
(#2085) Expected indentation of 4 spaces (indentation)
(#2086) Expected indentation of 4 spaces (indentation)
(#2090) Expected indentation of 4 spaces (indentation)
(#2091) Expected indentation of 4 spaces (indentation)
(#2092) Expected indentation of 4 spaces (indentation)
(#2096) Expected indentation of 4 spaces (indentation)
(#2097) Expected indentation of 4 spaces (indentation)
(#2098) Expected indentation of 4 spaces (indentation)
(#2102) Expected indentation of 4 spaces (indentation)
(#2103) Expected indentation of 4 spaces (indentation)
(#2104) Expected indentation of 4 spaces (indentation)
(#2108) Expected indentation of 4 spaces (indentation)
(#2109) Expected indentation of 4 spaces (indentation)
(#2110) Expected indentation of 4 spaces (indentation)
(#2114) Expected indentation of 4 spaces (indentation)
(#2115) Expected indentation of 4 spaces (indentation)
(#2116) Expected indentation of 4 spaces (indentation)
(#2120) Expected indentation of 4 spaces (indentation)
(#2121) Expected indentation of 4 spaces (indentation)
(#2122) Expected indentation of 4 spaces (indentation)
(#2126) Expected indentation of 4 spaces (indentation)
(#2127) Expected indentation of 4 spaces (indentation)
(#2128) Expected indentation of 4 spaces (indentation)
(#2132) Expected indentation of 4 spaces (indentation)
(#2133) Expected indentation of 4 spaces (indentation)
(#2134) Expected indentation of 4 spaces (indentation)
(#2138) Expected indentation of 4 spaces (indentation)
(#2139) Expected indentation of 4 spaces (indentation)
(#2140) Expected indentation of 4 spaces (indentation)
(#2144) Expected indentation of 4 spaces (indentation)
(#2145) Expected indentation of 4 spaces (indentation)
(#2146) Expected indentation of 4 spaces (indentation)
(#2150) Expected indentation of 4 spaces (indentation)
(#2151) Expected indentation of 4 spaces (indentation)
(#2152) Expected indentation of 4 spaces (indentation)
(#2156) Expected indentation of 4 spaces (indentation)
(#2157) Expected indentation of 4 spaces (indentation)
(#2158) Expected indentation of 4 spaces (indentation)
(#2162) Expected indentation of 4 spaces (indentation)
(#2163) Expected indentation of 4 spaces (indentation)
(#2164) Expected indentation of 4 spaces (indentation)
(#2168) Expected indentation of 4 spaces (indentation)
(#2169) Expected indentation of 4 spaces (indentation)
(#2170) Expected indentation of 4 spaces (indentation)
(#2174) Expected indentation of 4 spaces (indentation)
(#2175) Expected indentation of 4 spaces (indentation)
(#2176) Expected indentation of 4 spaces (indentation)
(#2180) Expected indentation of 4 spaces (indentation)
(#2181) Expected indentation of 4 spaces (indentation)
(#2182) Expected indentation of 4 spaces (indentation)
(#2186) Expected indentation of 4 spaces (indentation)
(#2187) Expected indentation of 4 spaces (indentation)
(#2188) Expected indentation of 4 spaces (indentation)
(#2192) Expected indentation of 4 spaces (indentation)
(#2193) Expected indentation of 4 spaces (indentation)
(#2194) Expected indentation of 4 spaces (indentation)
(#2198) Expected indentation of 4 spaces (indentation)
(#2199) Expected indentation of 4 spaces (indentation)
(#2200) Expected indentation of 4 spaces (indentation)
(#2204) Expected indentation of 4 spaces (indentation)
(#2205) Expected indentation of 4 spaces (indentation)
(#2206) Expected indentation of 4 spaces (indentation)
(#2210) Expected indentation of 4 spaces (indentation)
(#2211) Expected indentation of 4 spaces (indentation)
(#2212) Expected indentation of 4 spaces (indentation)
(#2217) Expected indentation of 4 spaces (indentation)
(#2218) Expected indentation of 4 spaces (indentation)
(#2219) Expected indentation of 4 spaces (indentation)
(#2220) Expected indentation of 4 spaces (indentation)
(#2221) Expected indentation of 4 spaces (indentation)
(#2222) Expected indentation of 4 spaces (indentation)
(#2223) Expected indentation of 4 spaces (indentation)
(#2224) Expected indentation of 4 spaces (indentation)
(#2225) Expected indentation of 4 spaces (indentation)
(#2226) Expected indentation of 4 spaces (indentation)
(#2231) Expected indentation of 4 spaces (indentation)
(#2235) Expected indentation of 4 spaces (indentation)
(#2239) Expected indentation of 4 spaces (indentation)
(#2243) Expected indentation of 4 spaces (indentation)
(#2247) Expected indentation of 4 spaces (indentation)
(#2251) Expected indentation of 4 spaces (indentation)
(#2255) Expected indentation of 4 spaces (indentation)
(#2259) Expected indentation of 4 spaces (indentation)
(#2263) Expected indentation of 4 spaces (indentation)
(#2267) Expected indentation of 4 spaces (indentation)
(#2271) Expected indentation of 4 spaces (indentation)
(#2275) Expected indentation of 4 spaces (indentation)
(#2279) Expected indentation of 4 spaces (indentation)
(#2283) Expected indentation of 4 spaces (indentation)
(#2287) Expected indentation of 4 spaces (indentation)
(#2291) Expected indentation of 4 spaces (indentation)
(#2295) Expected indentation of 4 spaces (indentation)
(#2299) Expected indentation of 4 spaces (indentation)
(#2303) Expected indentation of 4 spaces (indentation)
(#2307) Expected indentation of 4 spaces (indentation)
(#2311) Expected indentation of 4 spaces (indentation)
(#2315) Expected indentation of 4 spaces (indentation)
(#2319) Expected indentation of 4 spaces (indentation)
(#2323) Expected indentation of 4 spaces (indentation)
(#2327) Expected indentation of 4 spaces (indentation)
(#2331) Expected indentation of 4 spaces (indentation)
(#2335) Expected indentation of 4 spaces (indentation)
(#2339) Expected indentation of 4 spaces (indentation)
(#2343) Expected indentation of 4 spaces (indentation)
(#2347) Expected indentation of 4 spaces (indentation)
(#2351) Expected indentation of 4 spaces (indentation)
(#2355) Expected indentation of 4 spaces (indentation)
(#2359) Expected indentation of 4 spaces (indentation)
(#2363) Expected indentation of 4 spaces (indentation)
(#2367) Expected indentation of 4 spaces (indentation)
(#2371) Expected indentation of 4 spaces (indentation)
(#2375) Expected indentation of 4 spaces (indentation)
(#2379) Expected indentation of 4 spaces (indentation)
(#2383) Expected indentation of 4 spaces (indentation)
(#2387) Expected indentation of 4 spaces (indentation)
(#2391) Expected indentation of 4 spaces (indentation)
(#2395) Expected indentation of 4 spaces (indentation)
(#2399) Expected indentation of 4 spaces (indentation)
(#2403) Expected indentation of 4 spaces (indentation)
(#2407) Expected indentation of 4 spaces (indentation)
(#2411) Expected indentation of 4 spaces (indentation)
(#2415) Expected indentation of 4 spaces (indentation)
(#2419) Expected indentation of 4 spaces (indentation)
(#2423) Expected indentation of 4 spaces (indentation)
(#2427) Expected indentation of 4 spaces (indentation)
(#2431) Expected indentation of 4 spaces (indentation)
(#2435) Expected indentation of 4 spaces (indentation)
(#2439) Expected indentation of 4 spaces (indentation)
(#2443) Expected indentation of 4 spaces (indentation)
(#2447) Expected indentation of 4 spaces (indentation)
(#2451) Expected indentation of 4 spaces (indentation)
(#2455) Expected indentation of 4 spaces (indentation)
(#2459) Expected indentation of 4 spaces (indentation)
(#2463) Expected indentation of 4 spaces (indentation)
(#2467) Expected indentation of 4 spaces (indentation)
(#2471) Expected indentation of 4 spaces (indentation)
(#2475) Expected indentation of 4 spaces (indentation)
(#2479) Expected indentation of 4 spaces (indentation)
(#2483) Expected indentation of 4 spaces (indentation)
(#2487) Expected indentation of 4 spaces (indentation)
(#2491) Expected indentation of 4 spaces (indentation)
(#2495) Expected indentation of 4 spaces (indentation)
(#2499) Expected indentation of 4 spaces (indentation)
(#2503) Expected indentation of 4 spaces (indentation)
(#2507) Expected indentation of 4 spaces (indentation)
(#2511) Expected indentation of 4 spaces (indentation)
(#2515) Expected indentation of 4 spaces (indentation)
(#2519) Expected indentation of 4 spaces (indentation)
(#2523) Expected indentation of 4 spaces (indentation)
(#2527) Expected indentation of 4 spaces (indentation)
(#2531) Expected indentation of 4 spaces (indentation)
(#2535) Expected indentation of 4 spaces (indentation)
(#2539) Expected indentation of 4 spaces (indentation)
(#2543) Expected indentation of 4 spaces (indentation)
(#2547) Expected indentation of 4 spaces (indentation)
(#2551) Expected indentation of 4 spaces (indentation)
(#2555) Expected indentation of 4 spaces (indentation)
(#2559) Expected indentation of 4 spaces (indentation)
(#2563) Expected indentation of 4 spaces (indentation)
(#2567) Expected indentation of 4 spaces (indentation)
(#2571) Expected indentation of 4 spaces (indentation)
(#2575) Expected indentation of 4 spaces (indentation)
(#2579) Expected indentation of 4 spaces (indentation)
(#2583) Expected indentation of 4 spaces (indentation)
(#2587) Expected indentation of 4 spaces (indentation)
(#2591) Expected indentation of 4 spaces (indentation)
(#2595) Expected indentation of 4 spaces (indentation)
(#2599) Expected indentation of 4 spaces (indentation)
(#2603) Expected indentation of 4 spaces (indentation)
(#2607) Expected indentation of 4 spaces (indentation)
(#2611) Expected indentation of 4 spaces (indentation)
(#2615) Expected indentation of 4 spaces (indentation)
(#2619) Expected indentation of 4 spaces (indentation)
(#2623) Expected indentation of 4 spaces (indentation)
(#2627) Expected indentation of 4 spaces (indentation)
(#2631) Expected indentation of 4 spaces (indentation)
(#2635) Expected indentation of 4 spaces (indentation)
(#2639) Expected indentation of 4 spaces (indentation)
(#2643) Expected indentation of 4 spaces (indentation)
(#2647) Expected indentation of 4 spaces (indentation)
(#2651) Expected indentation of 4 spaces (indentation)
(#2655) Expected indentation of 4 spaces (indentation)
(#2659) Expected indentation of 4 spaces (indentation)
(#2663) Expected indentation of 4 spaces (indentation)
(#2667) Expected indentation of 4 spaces (indentation)
(#2671) Expected indentation of 4 spaces (indentation)
(#2675) Expected indentation of 4 spaces (indentation)
(#2679) Expected indentation of 4 spaces (indentation)
(#2683) Expected indentation of 4 spaces (indentation)
(#2687) Expected indentation of 4 spaces (indentation)
(#2691) Expected indentation of 4 spaces (indentation)
(#2695) Expected indentation of 4 spaces (indentation)
(#2699) Expected indentation of 4 spaces (indentation)
(#2703) Expected indentation of 4 spaces (indentation)
(#2707) Expected indentation of 4 spaces (indentation)
(#2711) Expected indentation of 4 spaces (indentation)
(#2715) Expected indentation of 4 spaces (indentation)
(#2719) Expected indentation of 4 spaces (indentation)
(#2723) Expected indentation of 4 spaces (indentation)
(#2727) Expected indentation of 4 spaces (indentation)
(#2731) Expected indentation of 4 spaces (indentation)
(#2735) Expected indentation of 4 spaces (indentation)
(#2739) Expected indentation of 4 spaces (indentation)
(#2743) Expected indentation of 4 spaces (indentation)
(#2747) Expected indentation of 4 spaces (indentation)
(#2751) Expected indentation of 4 spaces (indentation)
(#2755) Expected indentation of 4 spaces (indentation)
(#2759) Expected indentation of 4 spaces (indentation)
(#2763) Expected indentation of 4 spaces (indentation)
(#2767) Expected indentation of 4 spaces (indentation)
(#2771) Expected indentation of 4 spaces (indentation)
(#2775) Expected indentation of 4 spaces (indentation)
(#2779) Expected indentation of 4 spaces (indentation)
(#2783) Expected indentation of 4 spaces (indentation)
(#2787) Expected indentation of 4 spaces (indentation)
(#2791) Expected indentation of 4 spaces (indentation)
(#2795) Expected indentation of 4 spaces (indentation)
(#2800) Expected indentation of 4 spaces (indentation)
(#2804) Expected indentation of 4 spaces (indentation)
(#2809) Expected indentation of 4 spaces (indentation)
(#2813) Expected indentation of 4 spaces (indentation)
(#2814) Expected indentation of 4 spaces (indentation)
(#2815) Expected indentation of 4 spaces (indentation)
(#2816) Expected indentation of 4 spaces (indentation)
(#2817) Expected indentation of 4 spaces (indentation)
(#2818) Expected indentation of 4 spaces (indentation)
(#2819) Expected indentation of 4 spaces (indentation)
(#2820) Expected indentation of 4 spaces (indentation)
(#2821) Expected indentation of 4 spaces (indentation)
(#2822) Expected indentation of 4 spaces (indentation)
(#2826) Expected indentation of 4 spaces (indentation)
(#2827) Expected indentation of 4 spaces (indentation)
(#2832) Expected indentation of 4 spaces (indentation)
(#2833) Expected indentation of 4 spaces (indentation)
(#2837) Expected indentation of 4 spaces (indentation)
(#2838) Expected indentation of 4 spaces (indentation)
(#2839) Expected indentation of 4 spaces (indentation)
(#2840) Expected indentation of 4 spaces (indentation)
(#2841) Expected indentation of 4 spaces (indentation)
(#2842) Expected indentation of 4 spaces (indentation)
(#2843) Expected indentation of 4 spaces (indentation)
(#2844) Expected indentation of 4 spaces (indentation)
(#2845) Expected indentation of 4 spaces (indentation)
(#2846) Expected indentation of 4 spaces (indentation)
(#2847) Expected indentation of 4 spaces (indentation)
(#2848) Expected indentation of 4 spaces (indentation)
(#2849) Expected indentation of 4 spaces (indentation)
(#2850) Expected indentation of 4 spaces (indentation)
(#2851) Expected indentation of 4 spaces (indentation)
(#2852) Expected indentation of 4 spaces (indentation)
(#2853) Expected indentation of 4 spaces (indentation)
(#2854) Expected indentation of 4 spaces (indentation)
(#2855) Expected indentation of 4 spaces (indentation)
(#2856) Expected indentation of 4 spaces (indentation)
(#2857) Expected indentation of 4 spaces (indentation)
(#2858) Expected indentation of 4 spaces (indentation)
(#2859) Expected indentation of 4 spaces (indentation)
(#2860) Expected indentation of 4 spaces (indentation)
(#2864) Expected indentation of 4 spaces (indentation)
(#2865) Expected indentation of 4 spaces (indentation)
(#2869) Expected indentation of 4 spaces (indentation)
(#2870) Expected indentation of 4 spaces (indentation)
(#2871) Expected indentation of 4 spaces (indentation)
(#2872) Expected indentation of 4 spaces (indentation)
(#2873) Expected indentation of 4 spaces (indentation)
(#2874) Expected indentation of 4 spaces (indentation)
(#2875) Expected indentation of 4 spaces (indentation)
(#2879) Expected indentation of 4 spaces (indentation)
(#2880) Expected indentation of 4 spaces (indentation)
(#2881) Expected indentation of 4 spaces (indentation)
(#2882) Expected indentation of 4 spaces (indentation)
(#2883) Expected indentation of 4 spaces (indentation)
(#2884) Expected indentation of 4 spaces (indentation)
(#2885) Expected indentation of 4 spaces (indentation)
(#2891) Expected indentation of 4 spaces (indentation)
(#2892) Expected indentation of 4 spaces (indentation)
(#2893) Expected indentation of 4 spaces (indentation)
(#2897) Expected indentation of 4 spaces (indentation)
(#2901) Expected indentation of 4 spaces (indentation)
(#2905) Expected indentation of 4 spaces (indentation)
(#2906) Expected indentation of 4 spaces (indentation)
(#2911) Expected indentation of 4 spaces (indentation)
(#2912) Expected indentation of 4 spaces (indentation)
(#2913) Expected indentation of 4 spaces (indentation)
(#2918) Expected indentation of 4 spaces (indentation)
(#2919) Expected indentation of 4 spaces (indentation)
(#2920) Expected indentation of 4 spaces (indentation)
(#2924) Expected indentation of 4 spaces (indentation)
(#2925) Expected indentation of 4 spaces (indentation)
(#2926) Expected indentation of 4 spaces (indentation)
(#2927) Expected indentation of 4 spaces (indentation)
(#2934) Expected indentation of 4 spaces (indentation)
(#2935) Expected indentation of 4 spaces (indentation)
(#2936) Expected indentation of 4 spaces (indentation)
(#2937) Expected indentation of 4 spaces (indentation)
(#2938) Expected indentation of 4 spaces (indentation)
(#2939) Expected indentation of 4 spaces (indentation)
(#2940) Expected indentation of 4 spaces (indentation)
(#2941) Expected indentation of 4 spaces (indentation)
(#2942) Expected indentation of 4 spaces (indentation)
(#2943) Expected indentation of 4 spaces (indentation)
(#2944) Expected indentation of 4 spaces (indentation)
(#2945) Expected indentation of 4 spaces (indentation)
(#2948) Expected indentation of 4 spaces (indentation)
(#2951) Expected indentation of 4 spaces (indentation)
(#2954) Expected indentation of 4 spaces (indentation)
(#2955) Expected indentation of 4 spaces (indentation)
(#2959) Expected indentation of 4 spaces (indentation)
(#2960) Expected indentation of 4 spaces (indentation)
(#2964) Expected indentation of 4 spaces (indentation)
(#2965) Expected indentation of 4 spaces (indentation)
(#2966) Expected indentation of 4 spaces (indentation)
(#2967) Expected indentation of 4 spaces (indentation)
(#2971) Expected indentation of 4 spaces (indentation)
(#2972) Expected indentation of 4 spaces (indentation)
(#2973) Expected indentation of 4 spaces (indentation)
(#2974) Expected indentation of 4 spaces (indentation)
(#2978) Expected indentation of 4 spaces (indentation)
(#2979) Expected indentation of 4 spaces (indentation)
(#2980) Expected indentation of 4 spaces (indentation)
(#2981) Expected indentation of 4 spaces (indentation)
(#2982) Expected indentation of 4 spaces (indentation)
(#2983) Expected indentation of 4 spaces (indentation)
(#2987) Expected indentation of 4 spaces (indentation)
(#2991) Expected indentation of 4 spaces (indentation)
(#2992) Expected indentation of 4 spaces (indentation)
(#2993) Expected indentation of 4 spaces (indentation)
(#2994) Expected indentation of 4 spaces (indentation)
(#2995) Expected indentation of 4 spaces (indentation)
(#2996) Expected indentation of 4 spaces (indentation)
(#2997) Expected indentation of 4 spaces (indentation)
(#2998) Expected indentation of 4 spaces (indentation)
(#3002) Expected indentation of 4 spaces (indentation)
(#3008) Expected indentation of 4 spaces (indentation)
(#3009) Expected indentation of 4 spaces (indentation)
(#3010) Expected indentation of 4 spaces (indentation)
(#3011) Expected indentation of 4 spaces (indentation)
(#3012) Expected indentation of 4 spaces (indentation)
(#3013) Expected indentation of 4 spaces (indentation)
(#3014) Expected indentation of 4 spaces (indentation)
(#3015) Expected indentation of 4 spaces (indentation)
(#3018) Expected indentation of 4 spaces (indentation)
(#3019) Expected indentation of 4 spaces (indentation)
(#3024) Expected indentation of 4 spaces (indentation)
(#3025) Expected indentation of 4 spaces (indentation)
(#3026) Expected indentation of 4 spaces (indentation)
(#3027) Expected indentation of 4 spaces (indentation)
(#3028) Expected indentation of 4 spaces (indentation)
(#3032) Expected indentation of 4 spaces (indentation)
(#3033) Expected indentation of 4 spaces (indentation)
(#3034) Expected indentation of 4 spaces (indentation)
(#3035) Expected indentation of 4 spaces (indentation)
(#3036) Expected indentation of 4 spaces (indentation)
(#3047) Expected indentation of 4 spaces (indentation)
(#3048) Expected indentation of 4 spaces (indentation)
(#3049) Expected indentation of 4 spaces (indentation)
(#3050) Expected indentation of 4 spaces (indentation)
(#3051) Expected indentation of 4 spaces (indentation)
(#3052) Expected indentation of 4 spaces (indentation)
(#3053) Expected indentation of 4 spaces (indentation)
(#3054) Expected indentation of 4 spaces (indentation)
(#3055) Expected indentation of 4 spaces (indentation)
(#3056) Expected indentation of 4 spaces (indentation)
(#3057) Expected indentation of 4 spaces (indentation)
(#3058) Expected indentation of 4 spaces (indentation)
(#3059) Expected indentation of 4 spaces (indentation)
(#3060) Expected indentation of 4 spaces (indentation)
(#3061) Expected indentation of 4 spaces (indentation)
(#3062) Expected indentation of 4 spaces (indentation)
(#3063) Expected indentation of 4 spaces (indentation)
(#3064) Expected indentation of 4 spaces (indentation)
(#3065) Expected indentation of 4 spaces (indentation)
(#3066) Expected indentation of 4 spaces (indentation)
(#3067) Expected indentation of 4 spaces (indentation)
(#3068) Expected indentation of 4 spaces (indentation)
(#3069) Expected indentation of 4 spaces (indentation)
(#3070) Expected indentation of 4 spaces (indentation)
(#3071) Expected indentation of 4 spaces (indentation)
(#3072) Expected indentation of 4 spaces (indentation)
(#3073) Expected indentation of 4 spaces (indentation)
(#3074) Expected indentation of 4 spaces (indentation)
(#3075) Expected indentation of 4 spaces (indentation)
(#3076) Expected indentation of 4 spaces (indentation)
(#3077) Expected indentation of 4 spaces (indentation)
(#3078) Expected indentation of 4 spaces (indentation)
(#3079) Expected indentation of 4 spaces (indentation)
(#3080) Expected indentation of 4 spaces (indentation)
(#3081) Expected indentation of 4 spaces (indentation)
(#3107) Expected indentation of 4 spaces (indentation)
(#3108) Expected indentation of 4 spaces (indentation)
(#3119) Expected indentation of 4 spaces (indentation)
(#3123) Expected indentation of 4 spaces (indentation)
(#3133) Expected indentation of 4 spaces (indentation)
(#3134) Expected indentation of 4 spaces (indentation)
(#3135) Expected indentation of 4 spaces (indentation)
(#3136) Expected indentation of 4 spaces (indentation)
(#3137) Expected indentation of 4 spaces (indentation)
(#3139) Expected indentation of 4 spaces (indentation)
(#3140) Expected indentation of 4 spaces (indentation)
(#3141) Expected indentation of 4 spaces (indentation)
(#3142) Expected indentation of 4 spaces (indentation)
(#3143) Expected indentation of 4 spaces (indentation)
(#3144) Expected indentation of 4 spaces (indentation)
(#3154) Expected indentation of 4 spaces (indentation)
(#3155) Expected indentation of 4 spaces (indentation)
(#3156) Expected indentation of 4 spaces (indentation)
(#3167) Expected indentation of 4 spaces (indentation)
(#3168) Expected indentation of 4 spaces (indentation)
(#3169) Expected indentation of 4 spaces (indentation)
(#3170) Expected indentation of 4 spaces (indentation)
(#3171) Expected indentation of 4 spaces (indentation)
(#3172) Expected indentation of 4 spaces (indentation)
(#3173) Expected indentation of 4 spaces (indentation)
(#3179) Expected indentation of 4 spaces (indentation)
(#3180) Expected indentation of 4 spaces (indentation)
(#3181) Expected indentation of 4 spaces (indentation)
(#3182) Expected indentation of 4 spaces (indentation)
(#3183) Expected indentation of 4 spaces (indentation)
(#3184) Expected indentation of 4 spaces (indentation)
(#3185) Expected indentation of 4 spaces (indentation)
(#3186) Expected indentation of 4 spaces (indentation)
(#3190) Expected indentation of 4 spaces (indentation)
(#3191) Expected indentation of 4 spaces (indentation)
(#3192) Expected indentation of 4 spaces (indentation)
(#3193) Expected indentation of 4 spaces (indentation)
(#3194) Expected indentation of 4 spaces (indentation)
(#3195) Expected indentation of 4 spaces (indentation)
(#3199) Expected indentation of 4 spaces (indentation)
(#3204) Expected indentation of 4 spaces (indentation)
(#3205) Expected indentation of 4 spaces (indentation)
(#3206) Expected indentation of 4 spaces (indentation)
(#3210) Expected indentation of 4 spaces (indentation)
(#3214) Expected indentation of 4 spaces (indentation)
(#3215) Expected indentation of 4 spaces (indentation)
(#3216) Expected indentation of 4 spaces (indentation)
(#3241) Expected indentation of 4 spaces (indentation)
(#3242) Expected indentation of 4 spaces (indentation)
(#3253) Expected indentation of 4 spaces (indentation)
(#3264) Expected indentation of 4 spaces (indentation)
(#3265) Expected indentation of 4 spaces (indentation)
(#3272) Expected indentation of 4 spaces (indentation)
(#3273) Expected indentation of 4 spaces (indentation)
(#3274) Expected indentation of 4 spaces (indentation)
(#3275) Expected indentation of 4 spaces (indentation)
(#3276) Expected indentation of 4 spaces (indentation)
(#3277) Expected indentation of 4 spaces (indentation)
(#3278) Expected indentation of 4 spaces (indentation)
(#3279) Expected indentation of 4 spaces (indentation)
(#3280) Expected indentation of 4 spaces (indentation)
(#3281) Expected indentation of 4 spaces (indentation)
(#3282) Expected indentation of 4 spaces (indentation)
(#3283) Expected indentation of 4 spaces (indentation)
(#3284) Expected indentation of 4 spaces (indentation)
(#3299) Expected indentation of 4 spaces (indentation)
(#3300) Expected indentation of 4 spaces (indentation)
(#3308) Expected indentation of 4 spaces (indentation)
(#3314) Expected indentation of 4 spaces (indentation)
(#3315) Expected indentation of 4 spaces (indentation)
(#3316) Expected indentation of 4 spaces (indentation)
(#3317) Expected indentation of 4 spaces (indentation)
(#3318) Expected indentation of 4 spaces (indentation)
(#3319) Expected indentation of 4 spaces (indentation)
(#3320) Expected indentation of 4 spaces (indentation)
(#3321) Expected indentation of 4 spaces (indentation)
(#3322) Expected indentation of 4 spaces (indentation)
(#3323) Expected indentation of 4 spaces (indentation)
(#3324) Expected indentation of 4 spaces (indentation)
(#3325) Expected indentation of 4 spaces (indentation)
(#3326) Expected indentation of 4 spaces (indentation)
(#3340) Expected indentation of 4 spaces (indentation)
(#3341) Expected indentation of 4 spaces (indentation)
(#3350) Expected indentation of 4 spaces (indentation)
(#3353) Expected indentation of 4 spaces (indentation)
(#3358) Expected indentation of 4 spaces (indentation)
(#3359) Expected indentation of 4 spaces (indentation)
(#3360) Expected indentation of 4 spaces (indentation)
(#3361) Expected indentation of 4 spaces (indentation)
(#3362) Expected indentation of 4 spaces (indentation)
(#3363) Expected indentation of 4 spaces (indentation)
(#3364) Expected indentation of 4 spaces (indentation)
(#3365) Expected indentation of 4 spaces (indentation)
(#3366) Expected indentation of 4 spaces (indentation)
(#3367) Expected indentation of 4 spaces (indentation)
(#3368) Expected indentation of 4 spaces (indentation)
(#3369) Expected indentation of 4 spaces (indentation)
(#3370) Expected indentation of 4 spaces (indentation)
(#3378) Expected indentation of 4 spaces (indentation)
(#3379) Expected indentation of 4 spaces (indentation)
(#3384) Expected indentation of 4 spaces (indentation)
(#3388) Expected indentation of 4 spaces (indentation)
(#3389) Expected indentation of 4 spaces (indentation)
(#3390) Expected indentation of 4 spaces (indentation)
(#3391) Expected indentation of 4 spaces (indentation)
(#3392) Expected indentation of 4 spaces (indentation)
(#3393) Expected indentation of 4 spaces (indentation)
(#3394) Expected indentation of 4 spaces (indentation)
(#3395) Expected indentation of 4 spaces (indentation)
(#3396) Expected indentation of 4 spaces (indentation)
(#3397) Expected indentation of 4 spaces (indentation)
(#3398) Expected indentation of 4 spaces (indentation)
(#3399) Expected indentation of 4 spaces (indentation)
(#3400) Expected indentation of 4 spaces (indentation)
(#3408) Expected indentation of 4 spaces (indentation)
(#3409) Expected indentation of 4 spaces (indentation)
(#3414) Expected indentation of 4 spaces (indentation)
(#3418) Expected indentation of 4 spaces (indentation)
(#3419) Expected indentation of 4 spaces (indentation)
(#3420) Expected indentation of 4 spaces (indentation)
(#3421) Expected indentation of 4 spaces (indentation)
(#3422) Expected indentation of 4 spaces (indentation)
(#3423) Expected indentation of 4 spaces (indentation)
(#3424) Expected indentation of 4 spaces (indentation)
(#3425) Expected indentation of 4 spaces (indentation)
(#3426) Expected indentation of 4 spaces (indentation)
(#3427) Expected indentation of 4 spaces (indentation)
(#3428) Expected indentation of 4 spaces (indentation)
(#3429) Expected indentation of 4 spaces (indentation)
(#3430) Expected indentation of 4 spaces (indentation)
(#3438) Expected indentation of 4 spaces (indentation)
(#3439) Expected indentation of 4 spaces (indentation)
(#3444) Expected indentation of 4 spaces (indentation)
(#3448) Expected indentation of 4 spaces (indentation)
(#3449) Expected indentation of 4 spaces (indentation)
(#3450) Expected indentation of 4 spaces (indentation)
(#3451) Expected indentation of 4 spaces (indentation)
(#3452) Expected indentation of 4 spaces (indentation)
(#3453) Expected indentation of 4 spaces (indentation)
(#3454) Expected indentation of 4 spaces (indentation)
(#3455) Expected indentation of 4 spaces (indentation)
(#3456) Expected indentation of 4 spaces (indentation)
(#3457) Expected indentation of 4 spaces (indentation)
(#3458) Expected indentation of 4 spaces (indentation)
(#3459) Expected indentation of 4 spaces (indentation)
(#3460) Expected indentation of 4 spaces (indentation)
(#3468) Expected indentation of 4 spaces (indentation)
(#3469) Expected indentation of 4 spaces (indentation)
(#3474) Expected indentation of 4 spaces (indentation)
(#3480) Expected indentation of 4 spaces (indentation)
(#3481) Expected indentation of 4 spaces (indentation)
(#3487) Expected indentation of 4 spaces (indentation)
(#3488) Expected indentation of 4 spaces (indentation)
(#3493) Expected indentation of 4 spaces (indentation)
(#3494) Expected indentation of 4 spaces (indentation)
(#3499) Expected indentation of 4 spaces (indentation)
(#3500) Expected indentation of 4 spaces (indentation)
(#3505) Expected indentation of 4 spaces (indentation)
(#3506) Expected indentation of 4 spaces (indentation)
(#3510) Expected indentation of 4 spaces (indentation)
(#3511) Expected indentation of 4 spaces (indentation)
(#3512) Expected indentation of 4 spaces (indentation)
(#3517) Expected indentation of 4 spaces (indentation)
(#3518) Expected indentation of 4 spaces (indentation)
(#3522) Expected indentation of 4 spaces (indentation)
(#3526) Expected indentation of 4 spaces (indentation)
(#3530) Expected indentation of 4 spaces (indentation)
(#3534) Expected indentation of 4 spaces (indentation)
(#3535) Expected indentation of 4 spaces (indentation)
(#3539) Expected indentation of 4 spaces (indentation)
(#3540) Expected indentation of 4 spaces (indentation)
(#3541) Expected indentation of 4 spaces (indentation)
(#3543) Expected indentation of 4 spaces (indentation)
(#3547) Expected indentation of 4 spaces (indentation)
(#3548) Expected indentation of 4 spaces (indentation)
(#3549) Expected indentation of 4 spaces (indentation)
(#3550) Expected indentation of 4 spaces (indentation)
(#3551) Expected indentation of 4 spaces (indentation)
(#3552) Expected indentation of 4 spaces (indentation)
(#3556) Expected indentation of 4 spaces (indentation)
(#3557) Expected indentation of 4 spaces (indentation)
(#3558) Expected indentation of 4 spaces (indentation)
(#3559) Expected indentation of 4 spaces (indentation)
(#3560) Expected indentation of 4 spaces (indentation)
(#3561) Expected indentation of 4 spaces (indentation)
(#3562) Expected indentation of 4 spaces (indentation)
(#3567) Expected indentation of 4 spaces (indentation)
(#3568) Expected indentation of 4 spaces (indentation)
(#3569) Expected indentation of 4 spaces (indentation)
(#3570) Expected indentation of 4 spaces (indentation)
(#3571) Expected indentation of 4 spaces (indentation)
(#3572) Expected indentation of 4 spaces (indentation)
(#3576) Expected indentation of 4 spaces (indentation)
(#3577) Expected indentation of 4 spaces (indentation)
(#3578) Expected indentation of 4 spaces (indentation)
(#3579) Expected indentation of 4 spaces (indentation)
(#3580) Expected indentation of 4 spaces (indentation)
(#3581) Expected indentation of 4 spaces (indentation)
(#3582) Expected indentation of 4 spaces (indentation)
(#3587) Expected indentation of 4 spaces (indentation)
(#3588) Expected indentation of 4 spaces (indentation)
(#3589) Expected indentation of 4 spaces (indentation)
(#3590) Expected indentation of 4 spaces (indentation)
(#3591) Expected indentation of 4 spaces (indentation)
(#3592) Expected indentation of 4 spaces (indentation)
(#3599) Expected indentation of 4 spaces (indentation)
(#3604) Expected indentation of 4 spaces (indentation)
(#3608) Expected indentation of 4 spaces (indentation)
(#3609) Expected indentation of 4 spaces (indentation)
(#3610) Expected indentation of 4 spaces (indentation)
(#3611) Expected indentation of 4 spaces (indentation)
(#3612) Expected indentation of 4 spaces (indentation)
(#3613) Expected indentation of 4 spaces (indentation)
(#3614) Expected indentation of 4 spaces (indentation)
(#3618) Expected indentation of 4 spaces (indentation)
(#3619) Expected indentation of 4 spaces (indentation)
(#3623) Expected indentation of 4 spaces (indentation)
(#3624) Expected indentation of 4 spaces (indentation)
(#3628) Expected indentation of 4 spaces (indentation)
(#3629) Expected indentation of 4 spaces (indentation)
(#3633) Expected indentation of 4 spaces (indentation)
(#3634) Expected indentation of 4 spaces (indentation)
(#3635) Expected indentation of 4 spaces (indentation)
(#3636) Expected indentation of 4 spaces (indentation)
(#3640) Expected indentation of 4 spaces (indentation)
(#3644) Expected indentation of 4 spaces (indentation)
(#3648) Expected indentation of 4 spaces (indentation)
(#3652) Expected indentation of 4 spaces (indentation)
(#3656) Expected indentation of 4 spaces (indentation)
(#3660) Expected indentation of 4 spaces (indentation)
(#3664) Expected indentation of 4 spaces (indentation)
(#3668) Expected indentation of 4 spaces (indentation)
(#3669) Expected indentation of 4 spaces (indentation)
(#3674) Expected indentation of 4 spaces (indentation)
(#3675) Expected indentation of 4 spaces (indentation)
(#3679) Expected indentation of 4 spaces (indentation)
(#3683) Expected indentation of 4 spaces (indentation)
(#3687) Expected indentation of 4 spaces (indentation)
(#3688) Expected indentation of 4 spaces (indentation)
(#3689) Expected indentation of 4 spaces (indentation)
(#3690) Expected indentation of 4 spaces (indentation)
(#3694) Expected indentation of 4 spaces (indentation)
(#3695) Expected indentation of 4 spaces (indentation)
(#3704) Expected indentation of 4 spaces (indentation)
(#3705) Expected indentation of 4 spaces (indentation)
(#3706) Expected indentation of 4 spaces (indentation)
(#3707) Expected indentation of 4 spaces (indentation)
(#3725) Expected indentation of 4 spaces (indentation)
(#3726) Expected indentation of 4 spaces (indentation)
(#3727) Expected indentation of 4 spaces (indentation)
(#3728) Expected indentation of 4 spaces (indentation)
(#3729) Expected indentation of 4 spaces (indentation)
(#3730) Expected indentation of 4 spaces (indentation)
(#3731) Expected indentation of 4 spaces (indentation)
(#3732) Expected indentation of 4 spaces (indentation)
(#3733) Expected indentation of 4 spaces (indentation)
(#3736) Expected indentation of 4 spaces (indentation)
(#3740) Expected indentation of 4 spaces (indentation)
(#3744) Expected indentation of 4 spaces (indentation)
(#3745) Expected indentation of 4 spaces (indentation)
(#3746) Expected indentation of 4 spaces (indentation)
(#3747) Expected indentation of 4 spaces (indentation)
(#3752) Expected indentation of 4 spaces (indentation)
(#3753) Expected indentation of 4 spaces (indentation)
(#3754) Expected indentation of 4 spaces (indentation)
(#3762) Expected indentation of 4 spaces (indentation)
(#3763) Expected indentation of 4 spaces (indentation)
(#3764) Expected indentation of 4 spaces (indentation)
(#3775) Expected indentation of 4 spaces (indentation)
(#3776) Expected indentation of 4 spaces (indentation)
(#3777) Expected indentation of 4 spaces (indentation)
(#3781) Expected indentation of 4 spaces (indentation)
(#3782) Expected indentation of 4 spaces (indentation)
(#3787) Expected indentation of 4 spaces (indentation)
(#3791) Expected indentation of 4 spaces (indentation)
(#3795) Expected indentation of 4 spaces (indentation)
(#3796) Expected indentation of 4 spaces (indentation)
(#3797) Expected indentation of 4 spaces (indentation)
(#3801) Expected indentation of 4 spaces (indentation)
(#3805) Expected indentation of 4 spaces (indentation)
(#3806) Expected indentation of 4 spaces (indentation)
(#3810) Expected indentation of 4 spaces (indentation)
(#3814) Expected indentation of 4 spaces (indentation)
(#3815) Expected indentation of 4 spaces (indentation)
(#3816) Expected indentation of 4 spaces (indentation)
(#3817) Expected indentation of 4 spaces (indentation)
(#3818) Expected indentation of 4 spaces (indentation)
(#3819) Expected indentation of 4 spaces (indentation)
(#3820) Expected indentation of 4 spaces (indentation)
(#3821) Expected indentation of 4 spaces (indentation)
(#3825) Expected indentation of 4 spaces (indentation)
(#3829) Expected indentation of 4 spaces (indentation)
(#3830) Expected indentation of 4 spaces (indentation)
(#3831) Expected indentation of 4 spaces (indentation)
(#3836) Expected indentation of 4 spaces (indentation)
(#3837) Expected indentation of 4 spaces (indentation)
(#3838) Expected indentation of 4 spaces (indentation)
(#3842) Expected indentation of 4 spaces (indentation)
(#3847) Expected indentation of 4 spaces (indentation)
(#3848) Expected indentation of 4 spaces (indentation)
(#3849) Expected indentation of 4 spaces (indentation)
(#3853) Expected indentation of 4 spaces (indentation)
(#3857) Expected indentation of 4 spaces (indentation)
(#3858) Expected indentation of 4 spaces (indentation)
(#3859) Expected indentation of 4 spaces (indentation)
(#3860) Expected indentation of 4 spaces (indentation)
(#3861) Expected indentation of 4 spaces (indentation)
(#3862) Expected indentation of 4 spaces (indentation)
(#3863) Expected indentation of 4 spaces (indentation)
(#3868) Expected indentation of 4 spaces (indentation)
(#3875) Expected indentation of 4 spaces (indentation)
(#3876) Expected indentation of 4 spaces (indentation)
(#3881) Expected indentation of 4 spaces (indentation)
(#3886) Expected indentation of 4 spaces (indentation)
(#3891) Expected indentation of 4 spaces (indentation)
(#3892) Expected indentation of 4 spaces (indentation)
(#3893) Expected indentation of 4 spaces (indentation)
(#3894) Expected indentation of 4 spaces (indentation)
(#3898) Expected indentation of 4 spaces (indentation)
(#3902) Expected indentation of 4 spaces (indentation)
(#3906) Expected indentation of 4 spaces (indentation)
(#3907) Expected indentation of 4 spaces (indentation)
(#3908) Expected indentation of 4 spaces (indentation)
(#3909) Expected indentation of 4 spaces (indentation)
(#3910) Expected indentation of 4 spaces (indentation)
(#3911) Expected indentation of 4 spaces (indentation)
(#3912) Expected indentation of 4 spaces (indentation)
(#3916) Expected indentation of 4 spaces (indentation)
(#3921) Expected indentation of 4 spaces (indentation)
(#3922) Expected indentation of 4 spaces (indentation)
(#3923) Expected indentation of 4 spaces (indentation)
(#3924) Expected indentation of 4 spaces (indentation)
(#3925) Expected indentation of 4 spaces (indentation)
(#3929) Expected indentation of 4 spaces (indentation)
(#3930) Expected indentation of 4 spaces (indentation)
(#3931) Expected indentation of 4 spaces (indentation)
(#3932) Expected indentation of 4 spaces (indentation)
(#3933) Expected indentation of 4 spaces (indentation)
(#3934) Expected indentation of 4 spaces (indentation)
(#3935) Expected indentation of 4 spaces (indentation)
(#3940) Expected indentation of 4 spaces (indentation)
(#3941) Expected indentation of 4 spaces (indentation)
(#3945) Expected indentation of 4 spaces (indentation)
(#3949) Expected indentation of 4 spaces (indentation)
(#3953) Expected indentation of 4 spaces (indentation)
(#3957) Expected indentation of 4 spaces (indentation)
(#3958) Expected indentation of 4 spaces (indentation)
(#3959) Expected indentation of 4 spaces (indentation)
(#3960) Expected indentation of 4 spaces (indentation)
(#3964) Expected indentation of 4 spaces (indentation)
(#3965) Expected indentation of 4 spaces (indentation)
(#3966) Expected indentation of 4 spaces (indentation)
(#3970) Expected indentation of 4 spaces (indentation)
(#3971) Expected indentation of 4 spaces (indentation)
(#3972) Expected indentation of 4 spaces (indentation)
(#3976) Expected indentation of 4 spaces (indentation)
(#3977) Expected indentation of 4 spaces (indentation)
(#3981) Expected indentation of 4 spaces (indentation)
(#3985) Expected indentation of 4 spaces (indentation)
(#3989) Expected indentation of 4 spaces (indentation)
(#3990) Expected indentation of 4 spaces (indentation)
(#3991) Expected indentation of 4 spaces (indentation)
(#3995) Expected indentation of 4 spaces (indentation)
(#3996) Expected indentation of 4 spaces (indentation)
(#3997) Expected indentation of 4 spaces (indentation)
(#4002) Expected indentation of 4 spaces (indentation)
(#4003) Expected indentation of 4 spaces (indentation)
(#4004) Expected indentation of 4 spaces (indentation)
(#4009) Expected indentation of 4 spaces (indentation)
(#4010) Expected indentation of 4 spaces (indentation)
(#4015) Expected indentation of 4 spaces (indentation)
(#4016) Expected indentation of 4 spaces (indentation)
(#4020) Expected indentation of 4 spaces (indentation)
(#4021) Expected indentation of 4 spaces (indentation)
(#4027) Expected indentation of 4 spaces (indentation)
(#4028) Expected indentation of 4 spaces (indentation)
(#4029) Expected indentation of 4 spaces (indentation)
(#4035) Expected indentation of 4 spaces (indentation)
(#4036) Expected indentation of 4 spaces (indentation)
(#4037) Expected indentation of 4 spaces (indentation)
(#4038) Expected indentation of 4 spaces (indentation)
(#4042) Expected indentation of 4 spaces (indentation)
(#4046) Expected indentation of 4 spaces (indentation)
(#4051) Expected indentation of 4 spaces (indentation)
(#4052) Expected indentation of 4 spaces (indentation)
(#4056) Expected indentation of 4 spaces (indentation)
(#4060) Expected indentation of 4 spaces (indentation)
(#4066) Expected indentation of 4 spaces (indentation)
(#4071) Expected indentation of 4 spaces (indentation)
(#4076) Expected indentation of 4 spaces (indentation)
(#4080) Expected indentation of 4 spaces (indentation)
(#4084) Expected indentation of 4 spaces (indentation)
(#4085) Expected indentation of 4 spaces (indentation)
(#4089) Expected indentation of 4 spaces (indentation)
(#4090) Expected indentation of 4 spaces (indentation)
(#4091) Expected indentation of 4 spaces (indentation)
(#4095) Expected indentation of 4 spaces (indentation)
(#4096) Expected indentation of 4 spaces (indentation)
(#4101) Expected indentation of 4 spaces (indentation)
(#4106) Expected indentation of 4 spaces (indentation)
(#4111) Expected indentation of 4 spaces (indentation)
(#4112) Expected indentation of 4 spaces (indentation)
(#4113) Expected indentation of 4 spaces (indentation)
(#4117) Expected indentation of 4 spaces (indentation)
(#4118) Expected indentation of 4 spaces (indentation)
(#4119) Expected indentation of 4 spaces (indentation)
(#4123) Expected indentation of 4 spaces (indentation)
(#4124) Expected indentation of 4 spaces (indentation)
(#4125) Expected indentation of 4 spaces (indentation)
(#4126) Expected indentation of 4 spaces (indentation)
(#4130) Expected indentation of 4 spaces (indentation)
(#4135) Expected indentation of 4 spaces (indentation)
(#4136) Expected indentation of 4 spaces (indentation)
(#4140) Expected indentation of 4 spaces (indentation)
(#4141) Expected indentation of 4 spaces (indentation)
(#4142) Expected indentation of 4 spaces (indentation)
(#4146) Expected indentation of 4 spaces (indentation)
(#4147) Expected indentation of 4 spaces (indentation)
(#4148) Expected indentation of 4 spaces (indentation)
(#4149) Expected indentation of 4 spaces (indentation)
(#4153) Expected indentation of 4 spaces (indentation)
(#4158) Expected indentation of 4 spaces (indentation)
(#4159) Expected indentation of 4 spaces (indentation)
(#4163) Expected indentation of 4 spaces (indentation)
(#4164) Expected indentation of 4 spaces (indentation)
(#4165) Expected indentation of 4 spaces (indentation)
(#4166) Expected indentation of 4 spaces (indentation)
(#4170) Expected indentation of 4 spaces (indentation)
(#4171) Expected indentation of 4 spaces (indentation)
(#4172) Expected indentation of 4 spaces (indentation)
(#4173) Expected indentation of 4 spaces (indentation)
(#4174) Expected indentation of 4 spaces (indentation)
(#4175) Expected indentation of 4 spaces (indentation)
(#4176) Expected indentation of 4 spaces (indentation)
(#4177) Expected indentation of 4 spaces (indentation)
(#4178) Expected indentation of 4 spaces (indentation)
(#4179) Expected indentation of 4 spaces (indentation)
(#4180) Expected indentation of 4 spaces (indentation)
(#4181) Expected indentation of 4 spaces (indentation)
(#4182) Expected indentation of 4 spaces (indentation)
(#4183) Expected indentation of 4 spaces (indentation)
(#4184) Expected indentation of 4 spaces (indentation)
(#4185) Expected indentation of 4 spaces (indentation)
(#4186) Expected indentation of 4 spaces (indentation)
(#4187) Expected indentation of 4 spaces (indentation)
(#4191) Expected indentation of 4 spaces (indentation)
(#4195) Expected indentation of 4 spaces (indentation)
(#4199) Expected indentation of 4 spaces (indentation)
(#4203) Expected indentation of 4 spaces (indentation)
(#4207) Expected indentation of 4 spaces (indentation)
(#4208) Expected indentation of 4 spaces (indentation)
(#4209) Expected indentation of 4 spaces (indentation)
(#4210) Expected indentation of 4 spaces (indentation)
(#4211) Expected indentation of 4 spaces (indentation)
(#4212) Expected indentation of 4 spaces (indentation)
(#4213) Expected indentation of 4 spaces (indentation)
(#4214) Expected indentation of 4 spaces (indentation)
(#4218) Expected indentation of 4 spaces (indentation)
(#4219) Expected indentation of 4 spaces (indentation)
(#4223) Expected indentation of 4 spaces (indentation)
(#4227) Expected indentation of 4 spaces (indentation)
(#4232) Expected indentation of 4 spaces (indentation)
(#4236) Expected indentation of 4 spaces (indentation)
(#4240) Expected indentation of 4 spaces (indentation)
(#4241) Expected indentation of 4 spaces (indentation)
(#4246) Expected indentation of 4 spaces (indentation)
(#4247) Expected indentation of 4 spaces (indentation)
(#4251) Expected indentation of 4 spaces (indentation)
(#4258) Expected indentation of 4 spaces (indentation)
(#4263) Expected indentation of 4 spaces (indentation)
(#4264) Expected indentation of 4 spaces (indentation)
(#4270) Expected indentation of 4 spaces (indentation)
(#4275) Expected indentation of 4 spaces (indentation)
(#4276) Expected indentation of 4 spaces (indentation)
(#4281) Expected indentation of 4 spaces (indentation)
(#4285) Expected indentation of 4 spaces (indentation)
(#4286) Expected indentation of 4 spaces (indentation)
(#4287) Expected indentation of 4 spaces (indentation)
(#4288) Expected indentation of 4 spaces (indentation)
(#4292) Expected indentation of 4 spaces (indentation)
(#4293) Expected indentation of 4 spaces (indentation)
(#4294) Expected indentation of 4 spaces (indentation)
(#4295) Expected indentation of 4 spaces (indentation)
(#4296) Expected indentation of 4 spaces (indentation)
(#4297) Expected indentation of 4 spaces (indentation)
(#4298) Expected indentation of 4 spaces (indentation)
(#4299) Expected indentation of 4 spaces (indentation)
(#4300) Expected indentation of 4 spaces (indentation)
(#4301) Expected indentation of 4 spaces (indentation)
(#4302) Expected indentation of 4 spaces (indentation)
(#4303) Expected indentation of 4 spaces (indentation)
(#4304) Expected indentation of 4 spaces (indentation)
(#4305) Expected indentation of 4 spaces (indentation)
(#4306) Expected indentation of 4 spaces (indentation)
(#4307) Expected indentation of 4 spaces (indentation)
(#4311) Expected indentation of 4 spaces (indentation)
(#4315) Expected indentation of 4 spaces (indentation)
(#4319) Expected indentation of 4 spaces (indentation)
(#4324) Expected indentation of 4 spaces (indentation)
(#4325) Expected indentation of 4 spaces (indentation)
(#4326) Expected indentation of 4 spaces (indentation)
(#4327) Expected indentation of 4 spaces (indentation)
(#4328) Expected indentation of 4 spaces (indentation)
(#4329) Expected indentation of 4 spaces (indentation)
(#4330) Expected indentation of 4 spaces (indentation)
(#4331) Expected indentation of 4 spaces (indentation)
(#4332) Expected indentation of 4 spaces (indentation)
(#4337) Expected indentation of 4 spaces (indentation)
(#4338) Expected indentation of 4 spaces (indentation)
(#4339) Expected indentation of 4 spaces (indentation)
(#4340) Expected indentation of 4 spaces (indentation)
(#4341) Expected indentation of 4 spaces (indentation)
(#4346) Expected indentation of 4 spaces (indentation)
(#4347) Expected indentation of 4 spaces (indentation)
(#4348) Expected indentation of 4 spaces (indentation)
(#4349) Expected indentation of 4 spaces (indentation)
(#4350) Expected indentation of 4 spaces (indentation)
(#4355) Expected indentation of 4 spaces (indentation)
(#4359) Expected indentation of 4 spaces (indentation)
(#4363) Expected indentation of 4 spaces (indentation)
(#4367) Expected indentation of 4 spaces (indentation)
(#4368) Expected indentation of 4 spaces (indentation)
(#4369) Expected indentation of 4 spaces (indentation)
(#4370) Expected indentation of 4 spaces (indentation)
(#4371) Expected indentation of 4 spaces (indentation)
(#4375) Expected indentation of 4 spaces (indentation)
(#4379) Expected indentation of 4 spaces (indentation)
(#4380) Expected indentation of 4 spaces (indentation)
(#4384) Expected indentation of 4 spaces (indentation)
(#4385) Expected indentation of 4 spaces (indentation)
(#4386) Expected indentation of 4 spaces (indentation)
(#4387) Expected indentation of 4 spaces (indentation)
(#4388) Expected indentation of 4 spaces (indentation)
(#4389) Expected indentation of 4 spaces (indentation)
(#4393) Expected indentation of 4 spaces (indentation)
(#4394) Expected indentation of 4 spaces (indentation)
(#4395) Expected indentation of 4 spaces (indentation)
(#4396) Expected indentation of 4 spaces (indentation)
(#4400) Expected indentation of 4 spaces (indentation)
(#4401) Expected indentation of 4 spaces (indentation)
(#4405) Expected indentation of 4 spaces (indentation)
(#4406) Expected indentation of 4 spaces (indentation)
(#4407) Expected indentation of 4 spaces (indentation)
(#4412) Expected indentation of 4 spaces (indentation)
(#4413) Expected indentation of 4 spaces (indentation)
(#4414) Expected indentation of 4 spaces (indentation)
(#4418) Expected indentation of 4 spaces (indentation)
(#4419) Expected indentation of 4 spaces (indentation)
(#4420) Expected indentation of 4 spaces (indentation)
(#4421) Expected indentation of 4 spaces (indentation)
(#4422) Expected indentation of 4 spaces (indentation)
(#4423) Expected indentation of 4 spaces (indentation)
(#4427) Expected indentation of 4 spaces (indentation)
(#4428) Expected indentation of 4 spaces (indentation)
(#4432) Expected indentation of 4 spaces (indentation)
(#4433) Expected indentation of 4 spaces (indentation)
(#4434) Expected indentation of 4 spaces (indentation)
(#4435) Expected indentation of 4 spaces (indentation)
(#4436) Expected indentation of 4 spaces (indentation)
(#4437) Expected indentation of 4 spaces (indentation)
(#4438) Expected indentation of 4 spaces (indentation)
(#4439) Expected indentation of 4 spaces (indentation)
(#4440) Expected indentation of 4 spaces (indentation)
(#4441) Expected indentation of 4 spaces (indentation)
(#4442) Expected indentation of 4 spaces (indentation)
(#4443) Expected indentation of 4 spaces (indentation)
(#4444) Expected indentation of 4 spaces (indentation)
(#4445) Expected indentation of 4 spaces (indentation)
(#4446) Expected indentation of 4 spaces (indentation)
(#4447) Expected indentation of 4 spaces (indentation)
(#4448) Expected indentation of 4 spaces (indentation)
(#4449) Expected indentation of 4 spaces (indentation)
(#4450) Expected indentation of 4 spaces (indentation)
(#4451) Expected indentation of 4 spaces (indentation)
(#4452) Expected indentation of 4 spaces (indentation)
(#4460) Expected indentation of 4 spaces (indentation)
(#4461) Expected indentation of 4 spaces (indentation)
(#4466) Expected indentation of 4 spaces (indentation)
(#4470) Expected indentation of 4 spaces (indentation)
(#4471) Expected indentation of 4 spaces (indentation)
(#4472) Expected indentation of 4 spaces (indentation)
(#4473) Expected indentation of 4 spaces (indentation)
(#4474) Expected indentation of 4 spaces (indentation)
(#4475) Expected indentation of 4 spaces (indentation)
(#4476) Expected indentation of 4 spaces (indentation)
(#4477) Expected indentation of 4 spaces (indentation)
(#4478) Expected indentation of 4 spaces (indentation)
(#4479) Expected indentation of 4 spaces (indentation)
(#4483) Expected indentation of 4 spaces (indentation)
(#4487) Expected indentation of 4 spaces (indentation)
(#4488) Expected indentation of 4 spaces (indentation)
(#4489) Expected indentation of 4 spaces (indentation)
(#4490) Expected indentation of 4 spaces (indentation)
(#4491) Expected indentation of 4 spaces (indentation)
(#4492) Expected indentation of 4 spaces (indentation)
(#4493) Expected indentation of 4 spaces (indentation)
(#4494) Expected indentation of 4 spaces (indentation)
(#4495) Expected indentation of 4 spaces (indentation)
(#4499) Expected indentation of 4 spaces (indentation)
(#4500) Expected indentation of 4 spaces (indentation)
(#4501) Expected indentation of 4 spaces (indentation)
(#4502) Expected indentation of 4 spaces (indentation)
(#4503) Expected indentation of 4 spaces (indentation)
(#4504) Expected indentation of 4 spaces (indentation)
(#4505) Expected indentation of 4 spaces (indentation)
(#4506) Expected indentation of 4 spaces (indentation)
(#4510) Expected indentation of 4 spaces (indentation)
(#4511) Expected indentation of 4 spaces (indentation)
(#4512) Expected indentation of 4 spaces (indentation)
(#4513) Expected indentation of 4 spaces (indentation)
(#4514) Expected indentation of 4 spaces (indentation)
(#4518) Expected indentation of 4 spaces (indentation)
(#4519) Expected indentation of 4 spaces (indentation)
(#4520) Expected indentation of 4 spaces (indentation)
(#4521) Expected indentation of 4 spaces (indentation)
(#4526) Expected indentation of 4 spaces (indentation)
(#4527) Expected indentation of 4 spaces (indentation)
(#4531) Expected indentation of 4 spaces (indentation)
(#4532) Expected indentation of 4 spaces (indentation)
(#4538) Expected indentation of 4 spaces (indentation)
(#4542) Expected indentation of 4 spaces (indentation)
(#4547) Expected indentation of 4 spaces (indentation)
(#4548) Expected indentation of 4 spaces (indentation)
(#4553) Expected indentation of 4 spaces (indentation)
(#4554) Expected indentation of 4 spaces (indentation)
(#4559) Expected indentation of 4 spaces (indentation)
(#4560) Expected indentation of 4 spaces (indentation)
(#4593) Expected indentation of 4 spaces (indentation)
(#4594) Expected indentation of 4 spaces (indentation)
(#4598) Expected indentation of 4 spaces (indentation)
(#4602) Expected indentation of 4 spaces (indentation)
(#4603) Expected indentation of 4 spaces (indentation)
(#4607) Expected indentation of 4 spaces (indentation)
(#4608) Expected indentation of 4 spaces (indentation)
(#4609) Expected indentation of 4 spaces (indentation)
(#4610) Expected indentation of 4 spaces (indentation)
(#4611) Expected indentation of 4 spaces (indentation)
(#4612) Expected indentation of 4 spaces (indentation)
(#4613) Expected indentation of 4 spaces (indentation)
(#4614) Expected indentation of 4 spaces (indentation)
(#4615) Expected indentation of 4 spaces (indentation)
(#4616) Expected indentation of 4 spaces (indentation)
(#4617) Expected indentation of 4 spaces (indentation)
(#4621) Expected indentation of 4 spaces (indentation)
(#4625) Expected indentation of 4 spaces (indentation)
(#4626) Expected indentation of 4 spaces (indentation)
(#4627) Expected indentation of 4 spaces (indentation)
(#4628) Expected indentation of 4 spaces (indentation)
(#4629) Expected indentation of 4 spaces (indentation)
(#4630) Expected indentation of 4 spaces (indentation)
(#4635) Expected indentation of 4 spaces (indentation)
(#4639) Expected indentation of 4 spaces (indentation)
(#4640) Expected indentation of 4 spaces (indentation)
(#4646) Expected indentation of 4 spaces (indentation)
(#4647) Expected indentation of 4 spaces (indentation)
(#4648) Expected indentation of 4 spaces (indentation)
(#4652) Expected indentation of 4 spaces (indentation)
(#4653) Expected indentation of 4 spaces (indentation)
(#4654) Expected indentation of 4 spaces (indentation)
(#4655) Expected indentation of 4 spaces (indentation)
(#4659) Expected indentation of 4 spaces (indentation)
(#4660) Expected indentation of 4 spaces (indentation)
(#4661) Expected indentation of 4 spaces (indentation)
(#4665) Expected indentation of 4 spaces (indentation)
(#4669) Expected indentation of 4 spaces (indentation)
(#4673) Expected indentation of 4 spaces (indentation)
(#4674) Expected indentation of 4 spaces (indentation)
(#4675) Expected indentation of 4 spaces (indentation)
(#4676) Expected indentation of 4 spaces (indentation)
(#4677) Expected indentation of 4 spaces (indentation)
(#4682) Expected indentation of 4 spaces (indentation)
(#4683) Expected indentation of 4 spaces (indentation)
(#4687) Expected indentation of 4 spaces (indentation)
(#4691) Expected indentation of 4 spaces (indentation)
(#4695) Expected indentation of 4 spaces (indentation)
(#4696) Expected indentation of 4 spaces (indentation)
(#4697) Expected indentation of 4 spaces (indentation)
(#4698) Expected indentation of 4 spaces (indentation)
(#4699) Expected indentation of 4 spaces (indentation)
(#4700) Expected indentation of 4 spaces (indentation)
(#4701) Expected indentation of 4 spaces (indentation)
(#4705) Expected indentation of 4 spaces (indentation)
(#4706) Expected indentation of 4 spaces (indentation)
(#4710) Expected indentation of 4 spaces (indentation)
(#4714) Expected indentation of 4 spaces (indentation)
(#4719) Expected indentation of 4 spaces (indentation)
(#4720) Expected indentation of 4 spaces (indentation)
(#4721) Expected indentation of 4 spaces (indentation)
(#4725) Expected indentation of 4 spaces (indentation)
(#4729) Expected indentation of 4 spaces (indentation)
(#4733) Expected indentation of 4 spaces (indentation)
(#4737) Expected indentation of 4 spaces (indentation)
(#4741) Expected indentation of 4 spaces (indentation)
(#4742) Expected indentation of 4 spaces (indentation)
(#4743) Expected indentation of 4 spaces (indentation)
(#4744) Expected indentation of 4 spaces (indentation)
(#4745) Expected indentation of 4 spaces (indentation)
(#4746) Expected indentation of 4 spaces (indentation)
(#4747) Expected indentation of 4 spaces (indentation)
(#4751) Expected indentation of 4 spaces (indentation)
(#4756) Expected indentation of 4 spaces (indentation)
(#4757) Expected indentation of 4 spaces (indentation)
(#4760) Expected indentation of 4 spaces (indentation)
(#4761) Expected indentation of 4 spaces (indentation)
(#4762) Expected indentation of 4 spaces (indentation)
(#4763) Expected indentation of 4 spaces (indentation)
(#4764) Expected indentation of 4 spaces (indentation)
(#4765) Expected indentation of 4 spaces (indentation)
(#4766) Expected indentation of 4 spaces (indentation)
(#4767) Expected indentation of 4 spaces (indentation)
(#4768) Expected indentation of 4 spaces (indentation)
(#4769) Expected indentation of 4 spaces (indentation)
(#4770) Expected indentation of 4 spaces (indentation)
(#4771) Expected indentation of 4 spaces (indentation)
(#4772) Expected indentation of 4 spaces (indentation)
(#4773) Expected indentation of 4 spaces (indentation)
(#4774) Expected indentation of 4 spaces (indentation)
(#4775) Expected indentation of 4 spaces (indentation)
(#4776) Expected indentation of 4 spaces (indentation)
(#4777) Expected indentation of 4 spaces (indentation)
(#4778) Expected indentation of 4 spaces (indentation)
(#4779) Expected indentation of 4 spaces (indentation)
(#4783) Expected indentation of 4 spaces (indentation)
(#4784) Expected indentation of 4 spaces (indentation)
(#4785) Expected indentation of 4 spaces (indentation)
(#4786) Expected indentation of 4 spaces (indentation)
(#4787) Expected indentation of 4 spaces (indentation)
(#4788) Expected indentation of 4 spaces (indentation)
(#4792) Expected indentation of 4 spaces (indentation)
(#4796) Expected indentation of 4 spaces (indentation)
(#4797) Expected indentation of 4 spaces (indentation)
(#4801) Expected indentation of 4 spaces (indentation)
(#4805) Expected indentation of 4 spaces (indentation)
(#4806) Expected indentation of 4 spaces (indentation)
(#4807) Expected indentation of 4 spaces (indentation)
(#4811) Expected indentation of 4 spaces (indentation)
(#4816) Expected indentation of 4 spaces (indentation)
(#4817) Expected indentation of 4 spaces (indentation)
(#4818) Expected indentation of 4 spaces (indentation)
(#4819) Expected indentation of 4 spaces (indentation)
(#4820) Expected indentation of 4 spaces (indentation)
(#4821) Expected indentation of 4 spaces (indentation)
(#4822) Expected indentation of 4 spaces (indentation)
(#4823) Expected indentation of 4 spaces (indentation)
(#4824) Expected indentation of 4 spaces (indentation)
(#4825) Expected indentation of 4 spaces (indentation)
(#4826) Expected indentation of 4 spaces (indentation)
(#4827) Expected indentation of 4 spaces (indentation)
(#4832) Expected indentation of 4 spaces (indentation)
(#4833) Expected indentation of 4 spaces (indentation)
(#4837) Expected indentation of 4 spaces (indentation)
(#4841) Expected indentation of 4 spaces (indentation)
(#4842) Expected indentation of 4 spaces (indentation)
(#4846) Expected indentation of 4 spaces (indentation)
(#4850) Expected indentation of 4 spaces (indentation)
(#4851) Expected indentation of 4 spaces (indentation)
(#4852) Expected indentation of 4 spaces (indentation)
(#4853) Expected indentation of 4 spaces (indentation)
(#4854) Expected indentation of 4 spaces (indentation)
(#4855) Expected indentation of 4 spaces (indentation)
(#4856) Expected indentation of 4 spaces (indentation)
(#4857) Expected indentation of 4 spaces (indentation)
(#4861) Expected indentation of 4 spaces (indentation)
(#4862) Expected indentation of 4 spaces (indentation)
(#4866) Expected indentation of 4 spaces (indentation)
(#4870) Expected indentation of 4 spaces (indentation)
(#4874) Expected indentation of 4 spaces (indentation)
(#4878) Expected indentation of 4 spaces (indentation)
(#4882) Expected indentation of 4 spaces (indentation)
(#4883) Expected indentation of 4 spaces (indentation)
(#4884) Expected indentation of 4 spaces (indentation)
(#4885) Expected indentation of 4 spaces (indentation)
(#4886) Expected indentation of 4 spaces (indentation)
(#4887) Expected indentation of 4 spaces (indentation)
(#4891) Expected indentation of 4 spaces (indentation)
(#4892) Expected indentation of 4 spaces (indentation)
(#4893) Expected indentation of 4 spaces (indentation)
(#4894) Expected indentation of 4 spaces (indentation)
(#4895) Expected indentation of 4 spaces (indentation)
(#4896) Expected indentation of 4 spaces (indentation)
(#4900) Expected indentation of 4 spaces (indentation)
(#4901) Expected indentation of 4 spaces (indentation)
(#4902) Expected indentation of 4 spaces (indentation)
(#4903) Expected indentation of 4 spaces (indentation)
(#4904) Expected indentation of 4 spaces (indentation)
(#4905) Expected indentation of 4 spaces (indentation)
(#4909) Expected indentation of 4 spaces (indentation)
(#4910) Expected indentation of 4 spaces (indentation)
(#4911) Expected indentation of 4 spaces (indentation)
(#4912) Expected indentation of 4 spaces (indentation)
(#4913) Expected indentation of 4 spaces (indentation)
(#4914) Expected indentation of 4 spaces (indentation)
(#4918) Expected indentation of 4 spaces (indentation)
(#4919) Expected indentation of 4 spaces (indentation)
(#4920) Expected indentation of 4 spaces (indentation)
(#4921) Expected indentation of 4 spaces (indentation)
(#4922) Expected indentation of 4 spaces (indentation)
(#4923) Expected indentation of 4 spaces (indentation)
(#4924) Expected indentation of 4 spaces (indentation)
(#4925) Expected indentation of 4 spaces (indentation)
(#4926) Expected indentation of 4 spaces (indentation)
(#4930) Expected indentation of 4 spaces (indentation)
(#4931) Expected indentation of 4 spaces (indentation)
(#4932) Expected indentation of 4 spaces (indentation)
(#4936) Expected indentation of 4 spaces (indentation)
(#4937) Expected indentation of 4 spaces (indentation)
(#4938) Expected indentation of 4 spaces (indentation)
(#4939) Expected indentation of 4 spaces (indentation)
(#4940) Expected indentation of 4 spaces (indentation)
(#4941) Expected indentation of 4 spaces (indentation)
(#4945) Expected indentation of 4 spaces (indentation)
(#4949) Expected indentation of 4 spaces (indentation)
(#4953) Expected indentation of 4 spaces (indentation)
(#4957) Expected indentation of 4 spaces (indentation)
(#4961) Expected indentation of 4 spaces (indentation)
(#4962) Expected indentation of 4 spaces (indentation)
(#4963) Expected indentation of 4 spaces (indentation)
(#4964) Expected indentation of 4 spaces (indentation)
(#4965) Expected indentation of 4 spaces (indentation)
(#4966) Expected indentation of 4 spaces (indentation)
(#4970) Expected indentation of 4 spaces (indentation)
(#4971) Expected indentation of 4 spaces (indentation)
(#4972) Expected indentation of 4 spaces (indentation)
(#4973) Expected indentation of 4 spaces (indentation)
(#4974) Expected indentation of 4 spaces (indentation)
(#4975) Expected indentation of 4 spaces (indentation)
(#4979) Expected indentation of 4 spaces (indentation)
(#4980) Expected indentation of 4 spaces (indentation)
(#4981) Expected indentation of 4 spaces (indentation)
(#4982) Expected indentation of 4 spaces (indentation)
(#4983) Expected indentation of 4 spaces (indentation)
(#4984) Expected indentation of 4 spaces (indentation)
(#4988) Expected indentation of 4 spaces (indentation)
(#4989) Expected indentation of 4 spaces (indentation)
(#4990) Expected indentation of 4 spaces (indentation)
(#4991) Expected indentation of 4 spaces (indentation)
(#4992) Expected indentation of 4 spaces (indentation)
(#4993) Expected indentation of 4 spaces (indentation)
(#4997) Expected indentation of 4 spaces (indentation)
(#4998) Expected indentation of 4 spaces (indentation)
(#4999) Expected indentation of 4 spaces (indentation)
(#5003) Expected indentation of 4 spaces (indentation)
(#5004) Expected indentation of 4 spaces (indentation)
(#5005) Expected indentation of 4 spaces (indentation)
(#5006) Expected indentation of 4 spaces (indentation)
(#5007) Expected indentation of 4 spaces (indentation)
(#5008) Expected indentation of 4 spaces (indentation)
(#5009) Expected indentation of 4 spaces (indentation)
(#5010) Expected indentation of 4 spaces (indentation)
(#5011) Expected indentation of 4 spaces (indentation)
(#5012) Expected indentation of 4 spaces (indentation)
(#5013) Expected indentation of 4 spaces (indentation)
(#5016) Expected indentation of 4 spaces (indentation)
(#5017) Expected indentation of 4 spaces (indentation)
(#5018) Expected indentation of 4 spaces (indentation)
(#5019) Expected indentation of 4 spaces (indentation)
(#5020) Expected indentation of 4 spaces (indentation)
(#5021) Expected indentation of 4 spaces (indentation)
(#5022) Expected indentation of 4 spaces (indentation)
(#5023) Expected indentation of 4 spaces (indentation)
(#5024) Expected indentation of 4 spaces (indentation)
(#5027) Expected indentation of 4 spaces (indentation)
(#5028) Expected indentation of 4 spaces (indentation)
(#5029) Expected indentation of 4 spaces (indentation)
(#5030) Expected indentation of 4 spaces (indentation)
(#5031) Expected indentation of 4 spaces (indentation)
(#5032) Expected indentation of 4 spaces (indentation)
(#5036) Expected indentation of 4 spaces (indentation)
(#5037) Expected indentation of 4 spaces (indentation)
(#5040) Expected indentation of 4 spaces (indentation)
(#5041) Expected indentation of 4 spaces (indentation)
(#5042) Expected indentation of 4 spaces (indentation)
(#5046) Expected indentation of 4 spaces (indentation)
(#5047) Expected indentation of 4 spaces (indentation)
(#5048) Expected indentation of 4 spaces (indentation)
(#5049) Expected indentation of 4 spaces (indentation)
(#5050) Expected indentation of 4 spaces (indentation)
(#5051) Expected indentation of 4 spaces (indentation)
(#5052) Expected indentation of 4 spaces (indentation)
(#5057) Expected indentation of 4 spaces (indentation)
(#5058) Expected indentation of 4 spaces (indentation)
(#5059) Expected indentation of 4 spaces (indentation)
(#5060) Expected indentation of 4 spaces (indentation)
(#5061) Expected indentation of 4 spaces (indentation)
(#5062) Expected indentation of 4 spaces (indentation)
(#5063) Expected indentation of 4 spaces (indentation)
(#5064) Expected indentation of 4 spaces (indentation)
(#5070) Expected indentation of 4 spaces (indentation)
(#5074) Expected indentation of 4 spaces (indentation)
(#5075) Expected indentation of 4 spaces (indentation)
(#5076) Expected indentation of 4 spaces (indentation)
(#5081) Expected indentation of 4 spaces (indentation)
(#5082) Expected indentation of 4 spaces (indentation)
(#5086) Expected indentation of 4 spaces (indentation)
(#5090) Expected indentation of 4 spaces (indentation)
(#5094) Expected indentation of 4 spaces (indentation)
(#5095) Expected indentation of 4 spaces (indentation)
(#5096) Expected indentation of 4 spaces (indentation)
(#5105) Expected indentation of 4 spaces (indentation)
(#5106) Expected indentation of 4 spaces (indentation)
(#5107) Expected indentation of 4 spaces (indentation)
(#5108) Expected indentation of 4 spaces (indentation)
(#5109) Expected indentation of 4 spaces (indentation)
(#5110) Expected indentation of 4 spaces (indentation)
(#5111) Expected indentation of 4 spaces (indentation)
(#5112) Expected indentation of 4 spaces (indentation)
(#5113) Expected indentation of 4 spaces (indentation)
(#5114) Expected indentation of 4 spaces (indentation)
(#5120) Expected indentation of 4 spaces (indentation)
(#5121) Expected indentation of 4 spaces (indentation)
(#5122) Expected indentation of 4 spaces (indentation)
(#5123) Expected indentation of 4 spaces (indentation)
(#5127) Expected indentation of 4 spaces (indentation)
(#5128) Expected indentation of 4 spaces (indentation)
(#5129) Expected indentation of 4 spaces (indentation)
(#5130) Expected indentation of 4 spaces (indentation)
(#5134) Expected indentation of 4 spaces (indentation)
(#5151) Expected indentation of 4 spaces (indentation)
(#5152) Expected indentation of 4 spaces (indentation)
(#5153) Expected indentation of 4 spaces (indentation)
(#5154) Expected indentation of 4 spaces (indentation)
(#5155) Expected indentation of 4 spaces (indentation)
(#5156) Expected indentation of 4 spaces (indentation)
(#5157) Expected indentation of 4 spaces (indentation)
(#5158) Expected indentation of 4 spaces (indentation)
(#5162) Expected indentation of 4 spaces (indentation)
(#5171) Expected indentation of 4 spaces (indentation)
(#5174) Expected indentation of 4 spaces (indentation)
(#5177) Expected indentation of 4 spaces (indentation)
(#5193) Expected indentation of 4 spaces (indentation)
(#5194) Expected indentation of 4 spaces (indentation)
(#5195) Expected indentation of 4 spaces (indentation)
(#5196) Expected indentation of 4 spaces (indentation)
(#5200) Expected indentation of 4 spaces (indentation)
(#5201) Expected indentation of 4 spaces (indentation)
(#5202) Expected indentation of 4 spaces (indentation)
(#5203) Expected indentation of 4 spaces (indentation)
(#5208) Expected indentation of 4 spaces (indentation)
(#5209) Expected indentation of 4 spaces (indentation)
(#5210) Expected indentation of 4 spaces (indentation)
(#5219) Expected indentation of 4 spaces (indentation)
(#5224) Expected indentation of 4 spaces (indentation)
(#5234) Expected indentation of 4 spaces (indentation)
(#5239) Expected indentation of 4 spaces (indentation)
(#5247) Expected indentation of 4 spaces (indentation)
(#5252) Expected indentation of 4 spaces (indentation)
(#5257) Expected indentation of 4 spaces (indentation)
(#5262) Expected indentation of 4 spaces (indentation)
(#5267) Expected indentation of 4 spaces (indentation)
(#5272) Expected indentation of 4 spaces (indentation)
(#5276) Expected indentation of 4 spaces (indentation)
(#5278) Expected indentation of 4 spaces (indentation)
(#5277) Expected indentation of 8 spaces (indentation)
(#5279) Expected indentation of 4 spaces (indentation)
(#5281) Expected indentation of 4 spaces (indentation)
(#5280) Expected indentation of 8 spaces (indentation)
(#5285) Expected indentation of 4 spaces (indentation)
(#5287) Expected indentation of 4 spaces (indentation)
(#5286) Expected indentation of 8 spaces (indentation)
(#5288) Expected indentation of 4 spaces (indentation)
(#5290) Expected indentation of 4 spaces (indentation)
(#5289) Expected indentation of 8 spaces (indentation)
(#5294) Expected indentation of 4 spaces (indentation)
(#5296) Expected indentation of 4 spaces (indentation)
(#5295) Expected indentation of 8 spaces (indentation)
(#5297) Expected indentation of 4 spaces (indentation)
(#5299) Expected indentation of 4 spaces (indentation)
(#5298) Expected indentation of 8 spaces (indentation)
(#5303) Expected indentation of 4 spaces (indentation)
(#5305) Expected indentation of 4 spaces (indentation)
(#5304) Expected indentation of 8 spaces (indentation)
(#5306) Expected indentation of 4 spaces (indentation)
(#5308) Expected indentation of 4 spaces (indentation)
(#5307) Expected indentation of 8 spaces (indentation)
(#5312) Expected indentation of 4 spaces (indentation)
(#5314) Expected indentation of 4 spaces (indentation)
(#5313) Expected indentation of 8 spaces (indentation)
(#5315) Expected indentation of 4 spaces (indentation)
(#5317) Expected indentation of 4 spaces (indentation)
(#5316) Expected indentation of 8 spaces (indentation)
(#5322) Expected indentation of 4 spaces (indentation)
(#5323) Expected indentation of 4 spaces (indentation)
(#5324) Expected indentation of 4 spaces (indentation)
(#5325) Expected indentation of 4 spaces (indentation)
(#5326) Expected indentation of 4 spaces (indentation)
(#5327) Expected indentation of 4 spaces (indentation)
(#5328) Expected indentation of 4 spaces (indentation)
(#5329) Expected indentation of 4 spaces (indentation)
(#5330) Expected indentation of 4 spaces (indentation)
(#5331) Expected indentation of 4 spaces (indentation)
(#5332) Expected indentation of 4 spaces (indentation)
(#5333) Expected indentation of 4 spaces (indentation)
(#5334) Expected indentation of 4 spaces (indentation)
(#5335) Expected indentation of 4 spaces (indentation)
(#5336) Expected indentation of 4 spaces (indentation)
(#5337) Expected indentation of 4 spaces (indentation)
(#5338) Expected indentation of 4 spaces (indentation)
(#5339) Expected indentation of 4 spaces (indentation)
(#5340) Expected indentation of 4 spaces (indentation)
(#5344) Expected indentation of 4 spaces (indentation)
(#5345) Expected indentation of 4 spaces (indentation)
(#5346) Expected indentation of 4 spaces (indentation)
(#5347) Expected indentation of 4 spaces (indentation)
(#5348) Expected indentation of 4 spaces (indentation)
(#5349) Expected indentation of 4 spaces (indentation)
(#5350) Expected indentation of 4 spaces (indentation)
(#5351) Expected indentation of 4 spaces (indentation)
(#5352) Expected indentation of 4 spaces (indentation)
(#5353) Expected indentation of 4 spaces (indentation)
(#5354) Expected indentation of 4 spaces (indentation)
(#5355) Expected indentation of 4 spaces (indentation)
(#5356) Expected indentation of 4 spaces (indentation)
(#5357) Expected indentation of 4 spaces (indentation)
(#5358) Expected indentation of 4 spaces (indentation)
(#5359) Expected indentation of 4 spaces (indentation)
(#5360) Expected indentation of 4 spaces (indentation)
(#5361) Expected indentation of 4 spaces (indentation)
(#5362) Expected indentation of 4 spaces (indentation)
(#5363) Expected indentation of 4 spaces (indentation)
(#5364) Expected indentation of 4 spaces (indentation)
(#5365) Expected indentation of 4 spaces (indentation)
(#5366) Expected indentation of 4 spaces (indentation)
(#5367) Expected indentation of 4 spaces (indentation)
(#5368) Expected indentation of 4 spaces (indentation)
(#5369) Expected indentation of 4 spaces (indentation)
(#5370) Expected indentation of 4 spaces (indentation)
(#5371) Expected indentation of 4 spaces (indentation)
(#5372) Expected indentation of 4 spaces (indentation)
(#5377) Expected indentation of 4 spaces (indentation)
(#5378) Expected indentation of 4 spaces (indentation)
(#5379) Expected indentation of 4 spaces (indentation)
(#5380) Expected indentation of 4 spaces (indentation)
(#5381) Expected indentation of 4 spaces (indentation)
(#5382) Expected indentation of 4 spaces (indentation)
(#5383) Expected indentation of 4 spaces (indentation)
(#5384) Expected indentation of 4 spaces (indentation)
(#5385) Expected indentation of 4 spaces (indentation)
(#5386) Expected indentation of 4 spaces (indentation)
(#5387) Expected indentation of 4 spaces (indentation)
(#5392) Expected indentation of 4 spaces (indentation)
(#5393) Expected indentation of 4 spaces (indentation)
(#5394) Expected indentation of 4 spaces (indentation)
(#5395) Expected indentation of 4 spaces (indentation)
(#5396) Expected indentation of 4 spaces (indentation)
(#5400) Expected indentation of 4 spaces (indentation)
(#5401) Expected indentation of 4 spaces (indentation)
(#5402) Expected indentation of 4 spaces (indentation)
(#5403) Expected indentation of 4 spaces (indentation)
(#5404) Expected indentation of 4 spaces (indentation)
(#5405) Expected indentation of 4 spaces (indentation)
(#5406) Expected indentation of 4 spaces (indentation)
(#5407) Expected indentation of 4 spaces (indentation)
(#5408) Expected indentation of 4 spaces (indentation)
(#5412) Expected indentation of 4 spaces (indentation)
(#5413) Expected indentation of 4 spaces (indentation)
(#5414) Expected indentation of 4 spaces (indentation)
(#5415) Expected indentation of 4 spaces (indentation)
(#5416) Expected indentation of 4 spaces (indentation)
(#5417) Expected indentation of 4 spaces (indentation)
(#5418) Expected indentation of 4 spaces (indentation)
(#5422) Expected indentation of 4 spaces (indentation)
(#5423) Expected indentation of 4 spaces (indentation)
(#5424) Expected indentation of 4 spaces (indentation)
(#5425) Expected indentation of 4 spaces (indentation)
(#5426) Expected indentation of 4 spaces (indentation)
(#5427) Expected indentation of 4 spaces (indentation)
(#5428) Expected indentation of 4 spaces (indentation)
(#5429) Expected indentation of 4 spaces (indentation)
(#5430) Expected indentation of 4 spaces (indentation)
(#5434) Expected indentation of 4 spaces (indentation)
(#5435) Expected indentation of 4 spaces (indentation)
(#5436) Expected indentation of 4 spaces (indentation)
(#5437) Expected indentation of 4 spaces (indentation)
(#5438) Expected indentation of 4 spaces (indentation)
(#5439) Expected indentation of 4 spaces (indentation)
(#5440) Expected indentation of 4 spaces (indentation)
(#5444) Expected indentation of 4 spaces (indentation)
(#5445) Expected indentation of 4 spaces (indentation)
(#5446) Expected indentation of 4 spaces (indentation)
(#5447) Expected indentation of 4 spaces (indentation)
(#5448) Expected indentation of 4 spaces (indentation)
(#5449) Expected indentation of 4 spaces (indentation)
(#5450) Expected indentation of 4 spaces (indentation)
(#5451) Expected indentation of 4 spaces (indentation)
(#5452) Expected indentation of 4 spaces (indentation)
(#5456) Expected indentation of 4 spaces (indentation)
(#5457) Expected indentation of 4 spaces (indentation)
(#5458) Expected indentation of 4 spaces (indentation)
(#5459) Expected indentation of 4 spaces (indentation)
(#5460) Expected indentation of 4 spaces (indentation)
(#5461) Expected indentation of 4 spaces (indentation)
(#5462) Expected indentation of 4 spaces (indentation)
(#5466) Expected indentation of 4 spaces (indentation)
(#5467) Expected indentation of 4 spaces (indentation)
(#5468) Expected indentation of 4 spaces (indentation)
(#5469) Expected indentation of 4 spaces (indentation)
(#5470) Expected indentation of 4 spaces (indentation)
(#5471) Expected indentation of 4 spaces (indentation)
(#5472) Expected indentation of 4 spaces (indentation)
(#5473) Expected indentation of 4 spaces (indentation)
(#5474) Expected indentation of 4 spaces (indentation)
(#5478) Expected indentation of 4 spaces (indentation)
(#5479) Expected indentation of 4 spaces (indentation)
(#5480) Expected indentation of 4 spaces (indentation)
(#5481) Expected indentation of 4 spaces (indentation)
(#5482) Expected indentation of 4 spaces (indentation)
(#5483) Expected indentation of 4 spaces (indentation)
(#5484) Expected indentation of 4 spaces (indentation)
(#5488) Expected indentation of 4 spaces (indentation)
(#5492) Expected indentation of 4 spaces (indentation)
(#5493) Expected indentation of 4 spaces (indentation)
(#5494) Expected indentation of 4 spaces (indentation)
(#5495) Expected indentation of 4 spaces (indentation)
(#5496) Expected indentation of 4 spaces (indentation)
(#5500) Expected indentation of 4 spaces (indentation)
(#5504) Expected indentation of 4 spaces (indentation)
(#5505) Expected indentation of 4 spaces (indentation)
(#5509) Expected indentation of 4 spaces (indentation)
(#5513) Expected indentation of 4 spaces (indentation)
(#5514) Expected indentation of 4 spaces (indentation)
(#5518) Expected indentation of 4 spaces (indentation)
(#5519) Expected indentation of 4 spaces (indentation)
(#5520) Expected indentation of 4 spaces (indentation)
(#5524) Expected indentation of 4 spaces (indentation)
(#5525) Expected indentation of 4 spaces (indentation)
(#5526) Expected indentation of 4 spaces (indentation)
(#5530) Expected indentation of 4 spaces (indentation)
(#5531) Expected indentation of 4 spaces (indentation)
(#5532) Expected indentation of 4 spaces (indentation)
(#5533) Expected indentation of 4 spaces (indentation)
(#5534) Expected indentation of 4 spaces (indentation)
(#5535) Expected indentation of 4 spaces (indentation)
(#5536) Expected indentation of 4 spaces (indentation)
(#5540) Expected indentation of 4 spaces (indentation)
(#5541) Expected indentation of 4 spaces (indentation)
(#5547) Expected indentation of 4 spaces (indentation)
(#5551) Expected indentation of 4 spaces (indentation)
(#5556) Expected indentation of 4 spaces (indentation)
(#5557) Expected indentation of 4 spaces (indentation)
(#5558) Expected indentation of 4 spaces (indentation)
(#5562) Expected indentation of 4 spaces (indentation)
(#5566) Expected indentation of 4 spaces (indentation)
(#5571) Expected indentation of 4 spaces (indentation)
(#5575) Expected indentation of 4 spaces (indentation)
(#5579) Expected indentation of 4 spaces (indentation)
(#5583) Expected indentation of 4 spaces (indentation)
(#5584) Expected indentation of 4 spaces (indentation)
(#5585) Expected indentation of 4 spaces (indentation)
(#5586) Expected indentation of 4 spaces (indentation)
(#5587) Expected indentation of 4 spaces (indentation)
(#5588) Expected indentation of 4 spaces (indentation)
(#5589) Expected indentation of 4 spaces (indentation)
(#5590) Expected indentation of 4 spaces (indentation)
(#5591) Expected indentation of 4 spaces (indentation)
(#5592) Expected indentation of 4 spaces (indentation)
(#5593) Expected indentation of 4 spaces (indentation)
(#5594) Expected indentation of 4 spaces (indentation)
(#5595) Expected indentation of 4 spaces (indentation)
(#5596) Expected indentation of 4 spaces (indentation)
(#5597) Expected indentation of 4 spaces (indentation)
(#5598) Expected indentation of 4 spaces (indentation)
(#5599) Expected indentation of 4 spaces (indentation)
(#5600) Expected indentation of 4 spaces (indentation)
(#5604) Expected indentation of 4 spaces (indentation)
(#5605) Expected indentation of 4 spaces (indentation)
(#5609) Expected indentation of 4 spaces (indentation)
(#5610) Expected indentation of 4 spaces (indentation)
(#5611) Expected indentation of 4 spaces (indentation)
(#5612) Expected indentation of 4 spaces (indentation)
(#5616) Expected indentation of 4 spaces (indentation)
(#5617) Expected indentation of 4 spaces (indentation)
(#5618) Expected indentation of 4 spaces (indentation)
(#5619) Expected indentation of 4 spaces (indentation)
(#5620) Expected indentation of 4 spaces (indentation)
(#5621) Expected indentation of 4 spaces (indentation)
(#5622) Expected indentation of 4 spaces (indentation)
(#5627) Expected indentation of 4 spaces (indentation)
(#5631) Expected indentation of 4 spaces (indentation)
(#5632) Expected indentation of 4 spaces (indentation)
(#5633) Expected indentation of 4 spaces (indentation)
(#5634) Expected indentation of 4 spaces (indentation)
(#5635) Expected indentation of 4 spaces (indentation)
(#5636) Expected indentation of 4 spaces (indentation)
(#5640) Expected indentation of 4 spaces (indentation)
(#5641) Expected indentation of 4 spaces (indentation)
(#5642) Expected indentation of 4 spaces (indentation)
(#5643) Expected indentation of 4 spaces (indentation)
(#5644) Expected indentation of 4 spaces (indentation)
(#5648) Expected indentation of 4 spaces (indentation)
(#5649) Expected indentation of 4 spaces (indentation)
(#5650) Expected indentation of 4 spaces (indentation)
(#5651) Expected indentation of 4 spaces (indentation)
(#5655) Expected indentation of 4 spaces (indentation)
(#5659) Expected indentation of 4 spaces (indentation)
(#5663) Expected indentation of 4 spaces (indentation)
(#5667) Expected indentation of 4 spaces (indentation)
(#5671) Expected indentation of 4 spaces (indentation)
(#5678) Expected indentation of 4 spaces (indentation)
(#5689) Expected indentation of 4 spaces (indentation)
(#5697) Expected indentation of 4 spaces (indentation)
(#5702) Expected indentation of 4 spaces (indentation)
(#5703) Expected indentation of 4 spaces (indentation)
(#5704) Expected indentation of 4 spaces (indentation)
(#5708) Expected indentation of 4 spaces (indentation)
(#5709) Expected indentation of 4 spaces (indentation)
(#5710) Expected indentation of 4 spaces (indentation)
(#5714) Expected indentation of 4 spaces (indentation)
(#5715) Expected indentation of 4 spaces (indentation)
(#5716) Expected indentation of 4 spaces (indentation)
(#5717) Expected indentation of 4 spaces (indentation)
(#5718) Expected indentation of 4 spaces (indentation)
(#5719) Expected indentation of 4 spaces (indentation)
(#5720) Expected indentation of 4 spaces (indentation)
(#5726) Expected indentation of 4 spaces (indentation)
(#5732) Expected indentation of 4 spaces (indentation)
(#5736) Expected indentation of 4 spaces (indentation)
(#5740) Expected indentation of 4 spaces (indentation)
(#5741) Expected indentation of 4 spaces (indentation)
(#5742) Expected indentation of 4 spaces (indentation)
(#5746) Expected indentation of 4 spaces (indentation)
(#5753) Expected indentation of 4 spaces (indentation)
(#5754) Expected indentation of 4 spaces (indentation)
(#5755) Expected indentation of 4 spaces (indentation)
(#5756) Expected indentation of 4 spaces (indentation)
(#5757) Expected indentation of 4 spaces (indentation)
(#5758) Expected indentation of 4 spaces (indentation)
(#5759) Expected indentation of 4 spaces (indentation)
(#5760) Expected indentation of 4 spaces (indentation)
(#5761) Expected indentation of 4 spaces (indentation)
(#5762) Expected indentation of 4 spaces (indentation)
(#5763) Expected indentation of 4 spaces (indentation)
(#5767) Expected indentation of 4 spaces (indentation)
(#5768) Expected indentation of 4 spaces (indentation)
(#5772) Expected indentation of 4 spaces (indentation)
(#5776) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_calendar.css
(#33) Unexpected empty block (block-no-empty)
(#108) Expected "#A00" to be "#a00" (color-hex-case)
(#35) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#38) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#41) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#44) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#50) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#63) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#94) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#105) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#131) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#38) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#44) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#50) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#63) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#63) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#66) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#67) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#68) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#69) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#70) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#74) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#80) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#81) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#84) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#87) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#93) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#100) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#101) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#105) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#108) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#117) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#120) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#129) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#134) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#135) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#136) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#144) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#145) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#150) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#151) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#156) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#157) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#162) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#163) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#144) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#162) Unexpected !important (declaration-no-important)
(#14) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
theme/rocket/style/rocket_dock.css
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#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)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#89) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#114) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#127) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#146) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#147) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#151) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#133) Unexpected whitespace before ":" (declaration-colon-space-before)
(#57) Unexpected !important (declaration-no-important)
(#6) Unexpected unit (length-zero-no-unit)
(#7) Unexpected unit (length-zero-no-unit)
(#23) Unexpected unit (length-zero-no-unit)
(#36) Unexpected unit (length-zero-no-unit)
(#76) Expected no more than 2 empty lines (max-empty-lines)
(#155) Expected no more than 2 empty lines (max-empty-lines)
(#151) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_layout.css
(#137) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#139) Expected newline before "}" (block-closing-brace-newline-before)
(#140) Expected newline before "}" (block-closing-brace-newline-before)
(#141) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#143) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#157) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#168) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#178) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#180) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#183) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#137) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#138) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#139) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#140) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#141) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#142) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#143) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#151) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#152) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#153) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#154) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#155) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#156) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#157) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#158) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#166) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#167) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#168) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#169) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#170) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#178) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#179) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#180) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#181) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#182) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#183) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#184) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#185) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#197) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#137) Expected newline after "{" (block-opening-brace-newline-after)
(#138) Expected newline after "{" (block-opening-brace-newline-after)
(#139) Expected newline after "{" (block-opening-brace-newline-after)
(#140) Expected newline after "{" (block-opening-brace-newline-after)
(#141) Expected newline after "{" (block-opening-brace-newline-after)
(#142) Expected newline after "{" (block-opening-brace-newline-after)
(#143) Expected newline after "{" (block-opening-brace-newline-after)
(#151) Expected newline after "{" (block-opening-brace-newline-after)
(#152) Expected newline after "{" (block-opening-brace-newline-after)
(#153) Expected newline after "{" (block-opening-brace-newline-after)
(#154) Expected newline after "{" (block-opening-brace-newline-after)
(#155) Expected newline after "{" (block-opening-brace-newline-after)
(#156) Expected newline after "{" (block-opening-brace-newline-after)
(#157) Expected newline after "{" (block-opening-brace-newline-after)
(#158) Expected newline after "{" (block-opening-brace-newline-after)
(#166) Expected newline after "{" (block-opening-brace-newline-after)
(#167) Expected newline after "{" (block-opening-brace-newline-after)
(#168) Expected newline after "{" (block-opening-brace-newline-after)
(#169) Expected newline after "{" (block-opening-brace-newline-after)
(#170) Expected newline after "{" (block-opening-brace-newline-after)
(#178) Expected newline after "{" (block-opening-brace-newline-after)
(#179) Expected newline after "{" (block-opening-brace-newline-after)
(#180) Expected newline after "{" (block-opening-brace-newline-after)
(#181) Expected newline after "{" (block-opening-brace-newline-after)
(#182) Expected newline after "{" (block-opening-brace-newline-after)
(#183) Expected newline after "{" (block-opening-brace-newline-after)
(#184) Expected newline after "{" (block-opening-brace-newline-after)
(#185) Expected newline after "{" (block-opening-brace-newline-after)
(#197) Expected newline after "{" (block-opening-brace-newline-after)
(#137) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#138) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#139) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#140) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#141) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#142) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#143) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#152) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#153) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#154) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#155) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#156) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#157) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#158) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#166) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#167) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#168) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#169) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#170) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#179) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#180) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#181) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#182) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#183) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#197) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#21) Expected single space before "{" (block-opening-brace-space-before)
(#157) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#169) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#170) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#184) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#185) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#137) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#138) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#139) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#142) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#143) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#152) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#153) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#154) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#157) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#158) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#169) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#170) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#179) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#180) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#181) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#184) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#185) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#183) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#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)
(#50) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#54) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#55) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#57) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#62) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#63) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#64) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#65) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#68) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#69) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#72) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#73) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#78) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#79) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#80) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#81) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#85) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#86) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#87) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#88) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#89) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#93) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#96) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#100) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#101) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#142) 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)
(#184) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#185) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#88) Unexpected unit (length-zero-no-unit)
(#140) Unexpected unit (length-zero-no-unit)
(#140) Unexpected unit (length-zero-no-unit)
(#142) Unexpected unit (length-zero-no-unit)
(#143) Unexpected unit (length-zero-no-unit)
(#143) Unexpected unit (length-zero-no-unit)
(#155) Unexpected unit (length-zero-no-unit)
(#155) Unexpected unit (length-zero-no-unit)
(#155) Unexpected unit (length-zero-no-unit)
(#157) Unexpected unit (length-zero-no-unit)
(#157) Unexpected unit (length-zero-no-unit)
(#158) Unexpected unit (length-zero-no-unit)
(#170) Unexpected unit (length-zero-no-unit)
(#179) Unexpected unit (length-zero-no-unit)
(#180) Unexpected unit (length-zero-no-unit)
(#182) Unexpected unit (length-zero-no-unit)
(#182) Unexpected unit (length-zero-no-unit)
(#111) Expected no more than 2 empty lines (max-empty-lines)
(#130) Expected no more than 2 empty lines (max-empty-lines)
(#146) Expected no more than 2 empty lines (max-empty-lines)
(#161) Expected no more than 2 empty lines (max-empty-lines)
(#173) Expected no more than 2 empty lines (max-empty-lines)
(#188) Expected no more than 2 empty lines (max-empty-lines)
(#192) Expected no more than 2 empty lines (max-empty-lines)
(#200) Expected no more than 2 empty lines (max-empty-lines)
(#197) Expected line length to be no more than 132 characters (max-line-length)
(#52) Expected indentation of 0 spaces (indentation)
theme/rocket/style/rocket_menu.css
(#166) Expected single space before "{" (block-opening-brace-space-before)
(#83) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#157) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#46) 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)
(#54) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#55) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#59) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#61) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#62) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#68) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#69) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#70) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#72) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#78) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#81) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#82) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#83) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#83) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#84) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#85) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#87) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#90) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#93) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#100) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#101) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#102) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#103) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#104) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#105) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#106) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#109) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#114) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#115) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#121) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#128) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#129) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#157) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#163) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#167) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#171) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#172) 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)
(#192) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Unexpected unit (length-zero-no-unit)
(#13) Unexpected unit (length-zero-no-unit)
(#60) Unexpected unit (length-zero-no-unit)
(#86) Unexpected unit (length-zero-no-unit)
(#132) Expected newline after "," (selector-list-comma-newline-after)
(#166) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#87) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#87) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#4) Expected indentation of 4 spaces (indentation)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_mod.css
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#150) Expected newline after "{" (block-opening-brace-newline-after)
(#166) Expected single space before "!" (declaration-bang-space-before)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#136) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4) 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)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#159) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#160) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#161) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#162) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#163) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#164) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#165) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#104) Unexpected !important (declaration-no-important)
(#166) Unexpected !important (declaration-no-important)
(#16) Unexpected unit (length-zero-no-unit)
(#31) Unexpected unit (length-zero-no-unit)
(#114) Unexpected unit (length-zero-no-unit)
(#153) Expected no more than 2 empty lines (max-empty-lines)
(#141) Expected newline after "," (selector-list-comma-newline-after)
(#144) Expected newline after "," (selector-list-comma-newline-after)
(#147) Expected newline after "," (selector-list-comma-newline-after)
(#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)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rocket_settings.css
(#4) Missed semicolon (CssSyntaxError)
theme/rocket/style/rocket_styles.css
(#481) Expected newline before "}" (block-closing-brace-newline-before)
(#482) Expected newline before "}" (block-closing-brace-newline-before)
(#483) Expected newline before "}" (block-closing-brace-newline-before)
(#481) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#482) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#483) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#481) Expected newline after "{" (block-opening-brace-newline-after)
(#482) Expected newline after "{" (block-opening-brace-newline-after)
(#483) Expected newline after "{" (block-opening-brace-newline-after)
(#481) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#482) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#483) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#134) Expected single space before "{" (block-opening-brace-space-before)
(#140) Expected single space before "{" (block-opening-brace-space-before)
(#146) Expected single space before "{" (block-opening-brace-space-before)
(#158) Expected single space before "{" (block-opening-brace-space-before)
(#336) Expected single space before "{" (block-opening-brace-space-before)
(#778) Expected single space before "{" (block-opening-brace-space-before)
(#786) Expected single space before "{" (block-opening-brace-space-before)
(#791) Expected single space before "{" (block-opening-brace-space-before)
(#795) Expected single space before "{" (block-opening-brace-space-before)
(#799) Expected single space before "{" (block-opening-brace-space-before)
(#803) Expected single space before "{" (block-opening-brace-space-before)
(#807) Expected single space before "{" (block-opening-brace-space-before)
(#811) Expected single space before "{" (block-opening-brace-space-before)
(#815) Expected single space before "{" (block-opening-brace-space-before)
(#871) Expected single space before "{" (block-opening-brace-space-before)
(#460) Expected "#DDDDDD" to be "#dddddd" (color-hex-case)
(#792) Expected "#588E13" to be "#588e13" (color-hex-case)
(#812) Expected "#FFF" to be "#fff" (color-hex-case)
(#6) Expected "#333333" to be "#333" (color-hex-length)
(#213) Expected "#ff6666" to be "#f66" (color-hex-length)
(#460) Expected "#DDDDDD" to be "#DDD" (color-hex-length)
(#692) Expected "#666666" to be "#666" (color-hex-length)
(#659) Expected single space before "!" (declaration-bang-space-before)
(#730) Unexpected duplicate "text-align" (declaration-block-no-duplicate-properties)
(#529) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#538) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#590) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#618) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#251) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#73) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#75) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#135) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#141) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#142) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#143) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#147) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#148) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#149) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#159) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#160) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#161) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#186) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#265) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#338) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#343) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#481) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#482) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#483) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#526) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#529) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#529) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#532) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#538) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#538) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#541) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#542) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#543) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#544) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#545) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#549) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#550) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#551) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#552) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#553) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#559) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#561) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#562) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#565) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#566) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#567) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#568) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#569) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#570) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#571) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#577) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#760) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#761) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#762) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#763) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#764) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#765) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#766) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#767) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#768) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#769) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#770) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#779) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#780) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#781) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#782) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#783) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#787) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#788) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#792) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#812) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#816) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Unexpected whitespace before ":" (declaration-colon-space-before)
(#169) Unexpected whitespace before ":" (declaration-colon-space-before)
(#170) Unexpected whitespace before ":" (declaration-colon-space-before)
(#171) Unexpected whitespace before ":" (declaration-colon-space-before)
(#242) Unexpected whitespace before ":" (declaration-colon-space-before)
(#243) Unexpected whitespace before ":" (declaration-colon-space-before)
(#244) Unexpected whitespace before ":" (declaration-colon-space-before)
(#245) Unexpected whitespace before ":" (declaration-colon-space-before)
(#251) Unexpected whitespace before ":" (declaration-colon-space-before)
(#255) Unexpected whitespace before ":" (declaration-colon-space-before)
(#256) Unexpected whitespace before ":" (declaration-colon-space-before)
(#260) Unexpected whitespace before ":" (declaration-colon-space-before)
(#261) Unexpected whitespace before ":" (declaration-colon-space-before)
(#262) Unexpected whitespace before ":" (declaration-colon-space-before)
(#269) Unexpected whitespace before ":" (declaration-colon-space-before)
(#272) Unexpected whitespace before ":" (declaration-colon-space-before)
(#276) Unexpected whitespace before ":" (declaration-colon-space-before)
(#277) Unexpected whitespace before ":" (declaration-colon-space-before)
(#278) Unexpected whitespace before ":" (declaration-colon-space-before)
(#279) Unexpected whitespace before ":" (declaration-colon-space-before)
(#287) Unexpected whitespace before ":" (declaration-colon-space-before)
(#288) Unexpected whitespace before ":" (declaration-colon-space-before)
(#289) Unexpected whitespace before ":" (declaration-colon-space-before)
(#290) Unexpected whitespace before ":" (declaration-colon-space-before)
(#291) Unexpected whitespace before ":" (declaration-colon-space-before)
(#251) Unexpected !important (declaration-no-important)
(#431) Unexpected !important (declaration-no-important)
(#443) Unexpected !important (declaration-no-important)
(#444) Unexpected !important (declaration-no-important)
(#577) Unexpected !important (declaration-no-important)
(#659) Unexpected !important (declaration-no-important)
(#730) Unexpected !important (declaration-no-important)
(#765) Unexpected !important (declaration-no-important)
(#768) Unexpected !important (declaration-no-important)
(#770) Unexpected !important (declaration-no-important)
(#792) Unexpected !important (declaration-no-important)
(#812) Unexpected !important (declaration-no-important)
(#872) Unexpected !important (declaration-no-important)
(#21) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#76) Unexpected unit (length-zero-no-unit)
(#154) Unexpected unit (length-zero-no-unit)
(#155) Unexpected unit (length-zero-no-unit)
(#173) Unexpected unit (length-zero-no-unit)
(#178) Unexpected unit (length-zero-no-unit)
(#196) Unexpected unit (length-zero-no-unit)
(#245) Unexpected unit (length-zero-no-unit)
(#303) Unexpected unit (length-zero-no-unit)
(#529) Unexpected unit (length-zero-no-unit)
(#561) Unexpected unit (length-zero-no-unit)
(#562) Unexpected unit (length-zero-no-unit)
(#568) Unexpected unit (length-zero-no-unit)
(#677) Unexpected unit (length-zero-no-unit)
(#710) Unexpected unit (length-zero-no-unit)
(#825) Unexpected unit (length-zero-no-unit)
(#233) Expected no more than 2 empty lines (max-empty-lines)
(#318) Expected no more than 2 empty lines (max-empty-lines)
(#377) Expected no more than 2 empty lines (max-empty-lines)
(#402) Expected no more than 2 empty lines (max-empty-lines)
(#426) Expected no more than 2 empty lines (max-empty-lines)
(#453) Expected no more than 2 empty lines (max-empty-lines)
(#486) Expected no more than 2 empty lines (max-empty-lines)
(#520) Expected no more than 2 empty lines (max-empty-lines)
(#594) Expected no more than 2 empty lines (max-empty-lines)
(#663) Expected no more than 2 empty lines (max-empty-lines)
(#664) Expected no more than 2 empty lines (max-empty-lines)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#259) Expected newline after "," (selector-list-comma-newline-after)
(#259) Expected newline after "," (selector-list-comma-newline-after)
(#271) Expected newline after "," (selector-list-comma-newline-after)
(#406) Expected newline after "," (selector-list-comma-newline-after)
(#406) Expected newline after "," (selector-list-comma-newline-after)
(#406) Expected newline after "," (selector-list-comma-newline-after)
(#396) Unexpected unit "pt" (unit-blacklist)
(#42) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#42) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#266) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
theme/rocket/style/rtl.css
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)

PHPDocs style problems

(106 errors, 4 warnings)

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

theme/rocket/classes/core_renderer.php
(#19) Package theme is not valid
(#28) Class theme_rocket_core_renderer is not documented
(#281) Function theme_rocket_core_renderer::navbar_plugin_output is not documented
(#17) No one-line description found in phpdocs for file
(#181) Phpdocs for function theme_rocket_core_renderer::edit_button has incomplete parameters list
(#22) Invalid phpdocs tag @maintaned used
(#34) Not recommended phpdocs tag @staticvar used
(#97) Not recommended phpdocs tag @staticvar used
(#251) Inline phpdocs tag {@link header()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#253) Inline phpdocs tag {@link footer()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
theme/rocket/config.php
(#18) Package theme is not valid
(#163) Found comment starting with three or more slashes
(#170) Found comment starting with three or more slashes
(#172) Found comment starting with three or more slashes
(#175) Found comment starting with three or more slashes
(#177) Found comment starting with three or more slashes
(#181) Found comment starting with three or more slashes
(#185) Found comment starting with three or more slashes
(#188) Found comment starting with three or more slashes
(#192) Found comment starting with three or more slashes
(#196) Found comment starting with three or more slashes
(#200) Found comment starting with three or more slashes
(#202) Found comment starting with three or more slashes
(#204) Found comment starting with three or more slashes
(#207) Found comment starting with three or more slashes
(#211) Found comment starting with three or more slashes
(#213) Found comment starting with three or more slashes
(#217) Found comment starting with three or more slashes
(#219) Found comment starting with three or more slashes
(#223) Found comment starting with three or more slashes
(#226) Found comment starting with three or more slashes
(#230) Found comment starting with three or more slashes
(#233) Found comment starting with three or more slashes
(#237) Found comment starting with three or more slashes
(#240) Found comment starting with three or more slashes
(#242) Found comment starting with three or more slashes
(#245) Found comment starting with three or more slashes
(#249) Found comment starting with three or more slashes
(#251) Found comment starting with three or more slashes
(#16) No one-line description found in phpdocs for file
(#21) Invalid phpdocs tag @maintaned used
theme/rocket/lang/en/theme_rocket.php
(#18) Package theme is not valid
(#21) Invalid phpdocs tag @maintaned used
theme/rocket/layout/default.php
(#17) Package theme is not valid
(#16) No one-line description found in phpdocs for file
(#20) Invalid phpdocs tag @maintaned used
theme/rocket/layout/default1.php
(#17) Package theme is not valid
(#16) No one-line description found in phpdocs for file
(#20) Invalid phpdocs tag @maintaned used
theme/rocket/layout/embedded.php
(#18) Package theme is not valid
(#17) No one-line description found in phpdocs for file
(#21) Invalid phpdocs tag @maintaned used
theme/rocket/layout/frontpage.php
(#19) Package theme is not valid
(#22) Invalid phpdocs tag @maintaned used
theme/rocket/layout/login.php
(#17) Package theme is not valid
(#16) No one-line description found in phpdocs for file
(#20) Invalid phpdocs tag @maintaned used
theme/rocket/lib.php
(#300) Package is not specified for class transmuted_custom_menu_item. It is also not specified in file-level phpdocs
(#124) Package is not specified for function rocket_set_themecolor. It is also not specified in file-level phpdocs
(#133) Package is not specified for function rocket_set_themetrimcolor. It is also not specified in file-level phpdocs
(#142) Package is not specified for function rocket_set_menucolor. It is also not specified in file-level phpdocs
(#151) Package is not specified for function rocket_set_menuhovercolor. It is also not specified in file-level phpdocs
(#160) Package is not specified for function rocket_set_menulinkcolor. It is also not specified in file-level phpdocs
(#169) Package is not specified for function rocket_set_contentlinkcolor. It is also not specified in file-level phpdocs
(#178) Package is not specified for function rocket_set_blocklinkcolor. It is also not specified in file-level phpdocs
(#187) Package is not specified for function rocket_set_menutrimcolor. It is also not specified in file-level phpdocs
(#196) Package is not specified for function theme_rocket_pluginfile. It is also not specified in file-level phpdocs
(#207) Package is not specified for function rocket_set_logo. It is also not specified in file-level phpdocs
(#217) Package is not specified for function rocket_set_banner. It is also not specified in file-level phpdocs
(#228) Package is not specified for function rocket_set_bannerheight. It is also not specified in file-level phpdocs
(#237) Package is not specified for function rocket_set_screenwidth. It is also not specified in file-level phpdocs
(#256) Package is not specified for function rocket_set_autohide. It is also not specified in file-level phpdocs
(#265) Package is not specified for function rocket_set_bootstrap. It is also not specified in file-level phpdocs
(#274) Package is not specified for function rocket_set_customcss. It is also not specified in file-level phpdocs
(#283) Package is not specified for function rocket_performance_output. It is also not specified in file-level phpdocs
(#18) Package theme is not valid
(#124) Function rocket_set_themecolor is not documented
(#133) Function rocket_set_themetrimcolor is not documented
(#142) Function rocket_set_menucolor is not documented
(#151) Function rocket_set_menuhovercolor is not documented
(#160) Function rocket_set_menulinkcolor is not documented
(#169) Function rocket_set_contentlinkcolor is not documented
(#178) Function rocket_set_blocklinkcolor is not documented
(#187) Function rocket_set_menutrimcolor is not documented
(#196) Function theme_rocket_pluginfile is not documented
(#207) Function rocket_set_logo is not documented
(#217) Function rocket_set_banner is not documented
(#228) Function rocket_set_bannerheight is not documented
(#237) Function rocket_set_screenwidth is not documented
(#256) Function rocket_set_autohide is not documented
(#265) Function rocket_set_bootstrap is not documented
(#274) Function rocket_set_customcss is not documented
(#304) Function transmuted_custom_menu_item::__construct is not documented
(#17) There is no description in phpdocs for function rocket_process_css
(#17) Phpdocs for function rocket_process_css has incomplete parameters list
(#283) Phpdocs for function rocket_performance_output has incomplete parameters list
(#21) Invalid phpdocs tag @maintaned used
theme/rocket/renderers.php
(#19) Package theme is not valid
(#17) No one-line description found in phpdocs for class theme_rocket_core_renderer
(#178) Phpdocs for function theme_rocket_core_renderer::edit_button has incomplete parameters list
(#22) Invalid phpdocs tag @maintaned used
(#31) Not recommended phpdocs tag @staticvar used
(#94) Not recommended phpdocs tag @staticvar used
(#248) Inline phpdocs tag {@link header()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#250) Inline phpdocs tag {@link footer()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
theme/rocket/settings.php
(#18) Package theme is not valid
(#17) No one-line description found in phpdocs for file
(#21) Invalid phpdocs tag @maintaned used
theme/rocket/version.php
(#20) Package theme is not valid
(#23) Invalid phpdocs tag @maintaned 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]


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 0 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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