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

(3 errors, 12 warnings)

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

theme/shoelace/classes/output/core_renderer.php
(#731) Line exceeds 132 characters; contains 153 characters
(#1064) This comment is 67% valid code; is this commented out code?
(#1343) Line exceeds 132 characters; contains 141 characters
theme/shoelace/classes/toolbox.php
(#290) Line exceeds 132 characters; contains 133 characters
(#330) This comment is 43% valid code; is this commented out code?
theme/shoelace/config.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoelace/db/upgrade.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoelace/lang/en/theme_shoelace.php
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
theme/shoelace/layout/layout.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoelace/layout/maintenance.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoelace/pages/styleguide.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoelace/settings.php
(#419) Line exceeds 132 characters; contains 148 characters
theme/shoelace/shoelace_admin_setting_configinteger.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#79) Line exceeds 132 characters; contains 133 characters
theme/shoelace/shoelace_admin_setting_configradio.php
(#156) Line exceeds 132 characters; contains 149 characters

Javascript coding style problems

(1621 errors, 902 warnings)

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

theme/shoelace/amd/src/anti_gravity.js
(#13) Unexpected 'this'. (no-invalid-this)
(#21) Extra space after key 'scrollTop'. (key-spacing)
(#34) Extra space after key 'scrollTop'. (key-spacing)
theme/shoelace/amd/src/carousel.js
(#17) Missing semicolon. (semi)
theme/shoelace/amd/src/course_navigation.js
(#21) There should be no spaces inside this paren. (space-in-parens)
(#22) Unexpected 'this'. (no-invalid-this)
(#23) Unexpected 'this'. (no-invalid-this)
(#25) Unexpected 'this'. (no-invalid-this)
(#40) Extra space after key 'scrollTop'. (key-spacing)
(#47) Missing semicolon. (semi)
theme/shoelace/amd/src/scroll.js
(#8) There should be no spaces inside this paren. (space-in-parens)
(#8) There should be no spaces inside this paren. (space-in-parens)
(#54) Missing semicolon. (semi)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#56) 'evt' is defined but never used. (no-unused-vars)
(#61) Unexpected space before function parentheses. (space-before-function-paren)
(#61) 'evt' is defined but never used. (no-unused-vars)
(#66) Unexpected space before function parentheses. (space-before-function-paren)
(#77) Unexpected space before function parentheses. (space-before-function-paren)
(#77) 'evt' is defined but never used. (no-unused-vars)
(#82) 'evt' is defined but never used. (no-unused-vars)
(#83) Unexpected 'this'. (no-invalid-this)
(#143) Missing semicolon. (semi)
theme/shoelace/amd/src/styleguide.js
(#13) Missing semicolon. (semi)
(#18) Missing semicolon. (semi)
theme/shoelace/Gruntfile.js
(#60) 'module' is not defined. (no-undef)
(#70) Unexpected console statement. (no-console)
(#71) Unexpected console statement. (no-console)
(#75) '__dirname' is not defined. (no-undef)
(#78) 'process' is not defined. (no-undef)
(#85) 'process' is not defined. (no-undef)
(#96) Identifier 'svg_pix' is not in camel case. (camelcase)
(#102) Identifier 'svg_core' is not in camel case. (camelcase)
(#108) Identifier 'svg_plugins' is not in camel case. (camelcase)
(#114) Identifier 'svg_fp' is not in camel case. (camelcase)
(#122) Identifier 'svg_colours_pix' is not in camel case. (camelcase)
(#130) Identifier 'svg_colours_core' is not in camel case. (camelcase)
(#138) Identifier 'svg_colours_plugins' is not in camel case. (camelcase)
(#146) Identifier 'svg_colours_fp' is not in camel case. (camelcase)
(#199) Identifier 'dynamic_mappings' is not in camel case. (camelcase)
theme/shoelace/javascript/dock.js
(#1) Missing JSDoc for parameter 'dock'. (valid-jsdoc)
(#10) Identifier 'customise_dock_for_theme' is not in camel case. (camelcase)
(#10) 'customise_dock_for_theme' is defined but never used. (no-unused-vars)
theme/shoelace/javascript/html5shiv.js
(#4) Unnecessary semicolon. (no-extra-semi)
(#5) Expected space or tab after '/*' in comment. (spaced-comment)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Expected space(s) after "catch". (keyword-spacing)
(#58) Expected space or tab after '/*' in comment. (spaced-comment)
(#102) Missing JSDoc for parameter 'data'. (valid-jsdoc)
(#109) Missing space before opening brace. (space-before-blocks)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Missing space before opening brace. (space-before-blocks)
(#139) Missing JSDoc for parameter 'data'. (valid-jsdoc)
(#145) Missing space before opening brace. (space-before-blocks)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#157) Expected space(s) after "for". (keyword-spacing)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Missing space before opening brace. (space-before-blocks)
(#179) Expected space or tab after '//' in comment. (spaced-comment)
(#186) The Function constructor is eval. (no-new-func)
(#199) Expected space or tab after '/*' in comment. (spaced-comment)
(#229) Expected space or tab after '/*' in comment. (spaced-comment)
(#247) Line 247 exceeds the maximum line length of 132. (max-len)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Expected space or tab after '/*' in comment. (spaced-comment)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shAutoloader.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAppleScript.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Unexpected tab character. (no-tabs)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Unexpected tab character. (no-tabs)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) There should be no space after '{'. (object-curly-spacing)
(#33) Unexpected tab character. (no-tabs)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#48) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space before '}'. (object-curly-spacing)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#51) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space before '}'. (object-curly-spacing)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#54) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space before '}'. (object-curly-spacing)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space before '}'. (object-curly-spacing)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#60) Unexpected tab character. (no-tabs)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) There should be no space before '}'. (object-curly-spacing)
(#62) Unexpected tab character. (no-tabs)
(#62) There should be no space after '{'. (object-curly-spacing)
(#62) There should be no space before '}'. (object-curly-spacing)
(#63) Unexpected tab character. (no-tabs)
(#63) There should be no space after '{'. (object-curly-spacing)
(#63) There should be no space before '}'. (object-curly-spacing)
(#64) Unexpected tab character. (no-tabs)
(#64) There should be no space after '{'. (object-curly-spacing)
(#64) There should be no space before '}'. (object-curly-spacing)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) Unnecessary semicolon. (no-extra-semi)
(#68) Unexpected tab character. (no-tabs)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#73) Unexpected tab character. (no-tabs)
(#74) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#74) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#74) Unexpected tab character. (no-tabs)
(#74) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAS3.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before ''class interface function package''. (no-multi-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) 'SyntaxHighlighter' is not defined. (no-undef)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#50) Unnecessary semicolon. (no-extra-semi)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) Unexpected tab character. (no-tabs)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unexpected tab character. (no-tabs)
(#58) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushBash.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Multiple spaces found before ''alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot''. (no-multi-spaces)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) There should be no space before '}'. (object-curly-spacing)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) Unexpected tab character. (no-tabs)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unexpected tab character. (no-tabs)
(#58) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushColdFusion.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Unexpected tab character. (no-tabs)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Unexpected tab character. (no-tabs)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Unexpected tab character. (no-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Unexpected tab character. (no-tabs)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) Unexpected tab character. (no-tabs)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Unexpected tab character. (no-tabs)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Unexpected tab character. (no-tabs)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Unexpected tab character. (no-tabs)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Unexpected tab character. (no-tabs)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Unexpected tab character. (no-tabs)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Unexpected tab character. (no-tabs)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Unexpected tab character. (no-tabs)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Unexpected tab character. (no-tabs)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Unexpected tab character. (no-tabs)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Unexpected tab character. (no-tabs)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no space after '{'. (object-curly-spacing)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) There should be no space before '}'. (object-curly-spacing)
(#85) Unexpected tab character. (no-tabs)
(#85) There should be no space after '{'. (object-curly-spacing)
(#85) 'SyntaxHighlighter' is not defined. (no-undef)
(#85) There should be no space before '}'. (object-curly-spacing)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no space after '{'. (object-curly-spacing)
(#86) 'SyntaxHighlighter' is not defined. (no-undef)
(#86) There should be no space before '}'. (object-curly-spacing)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no space after '{'. (object-curly-spacing)
(#87) There should be no space before '}'. (object-curly-spacing)
(#88) Unexpected tab character. (no-tabs)
(#88) There should be no space after '{'. (object-curly-spacing)
(#88) There should be no space before '}'. (object-curly-spacing)
(#89) Unexpected tab character. (no-tabs)
(#89) There should be no space after '{'. (object-curly-spacing)
(#89) There should be no space before '}'. (object-curly-spacing)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#94) Unexpected tab character. (no-tabs)
(#94) A space is required after ','. (comma-spacing)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#96) 'SyntaxHighlighter' is not defined. (no-undef)
(#98) Unexpected tab character. (no-tabs)
(#99) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) Unexpected tab character. (no-tabs)
(#99) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCpp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no space after '{'. (object-curly-spacing)
(#79) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) There should be no space before '}'. (object-curly-spacing)
(#80) Unexpected tab character. (no-tabs)
(#80) There should be no space after '{'. (object-curly-spacing)
(#80) 'SyntaxHighlighter' is not defined. (no-undef)
(#80) There should be no space before '}'. (object-curly-spacing)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no space after '{'. (object-curly-spacing)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#81) There should be no space before '}'. (object-curly-spacing)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no space after '{'. (object-curly-spacing)
(#82) 'SyntaxHighlighter' is not defined. (no-undef)
(#82) There should be no space before '}'. (object-curly-spacing)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no space after '{'. (object-curly-spacing)
(#84) There should be no space before '}'. (object-curly-spacing)
(#85) Unexpected tab character. (no-tabs)
(#85) There should be no space after '{'. (object-curly-spacing)
(#85) There should be no space before '}'. (object-curly-spacing)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no space after '{'. (object-curly-spacing)
(#86) There should be no space before '}'. (object-curly-spacing)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#88) Unnecessary semicolon. (no-extra-semi)
(#90) Unexpected tab character. (no-tabs)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#91) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#95) Unexpected tab character. (no-tabs)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Unexpected tab character. (no-tabs)
(#96) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#96) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCSharp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Missing JSDoc comment. (require-jsdoc)
(#32) 'regexInfo' is defined but never used. (no-unused-vars)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) Extra space after key 'func'. (key-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}'. (object-curly-spacing)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#52) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unexpected tab character. (no-tabs)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#62) Unexpected tab character. (no-tabs)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Unexpected tab character. (no-tabs)
(#63) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCss.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Missing JSDoc comment. (require-jsdoc)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) Unnecessary escape character: \:. (no-useless-escape)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) There should be no space after '{'. (object-curly-spacing)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#67) There should be no space before '}'. (object-curly-spacing)
(#68) Unexpected tab character. (no-tabs)
(#68) There should be no space after '{'. (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}'. (object-curly-spacing)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no space after '{'. (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}'. (object-curly-spacing)
(#70) Unexpected tab character. (no-tabs)
(#70) There should be no space after '{'. (object-curly-spacing)
(#70) Unnecessary escape character: \#. (no-useless-escape)
(#70) There should be no space before '}'. (object-curly-spacing)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no space after '{'. (object-curly-spacing)
(#71) Unnecessary escape character: \:. (no-useless-escape)
(#71) Unnecessary escape character: \%. (no-useless-escape)
(#71) There should be no space before '}'. (object-curly-spacing)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Unexpected tab character. (no-tabs)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Unexpected tab character. (no-tabs)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#82) Unnecessary semicolon. (no-extra-semi)
(#84) Unexpected tab character. (no-tabs)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#85) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#89) Unexpected tab character. (no-tabs)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#90) Unexpected tab character. (no-tabs)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDelphi.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDiff.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) There should be no space after '{'. (object-curly-spacing)
(#25) There should be no space before '}'. (object-curly-spacing)
(#26) Unexpected tab character. (no-tabs)
(#26) There should be no space after '{'. (object-curly-spacing)
(#26) There should be no space before '}'. (object-curly-spacing)
(#27) Unexpected tab character. (no-tabs)
(#27) There should be no space after '{'. (object-curly-spacing)
(#27) There should be no space before '}'. (object-curly-spacing)
(#28) Unexpected tab character. (no-tabs)
(#28) There should be no space after '{'. (object-curly-spacing)
(#28) There should be no space before '}'. (object-curly-spacing)
(#29) Unexpected tab character. (no-tabs)
(#29) There should be no space after '{'. (object-curly-spacing)
(#29) There should be no space before '}'. (object-curly-spacing)
(#30) Unexpected tab character. (no-tabs)
(#30) There should be no space after '{'. (object-curly-spacing)
(#30) There should be no space before '}'. (object-curly-spacing)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) Unexpected tab character. (no-tabs)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Unexpected tab character. (no-tabs)
(#40) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#40) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushErlang.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Unexpected tab character. (no-tabs)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Unexpected tab character. (no-tabs)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushGroovy.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before ''void boolean byte char short int long float double''. (no-multi-spaces)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected tab character. (no-tabs)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}'. (object-curly-spacing)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no space after '{'. (object-curly-spacing)
(#52) There should be no space before '}'. (object-curly-spacing)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#55) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) Unexpected tab character. (no-tabs)
(#63) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Unexpected tab character. (no-tabs)
(#66) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJava.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no space after '{'. (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}'. (object-curly-spacing)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) Unnecessary escape character: \@. (no-useless-escape)
(#39) Unnecessary escape character: \@. (no-useless-escape)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) Unnecessary escape character: \@. (no-useless-escape)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Extra space after key 'left'. (key-spacing)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Unexpected tab character. (no-tabs)
(#46) Extra space after key 'right'. (key-spacing)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) Unnecessary semicolon. (no-extra-semi)
(#50) Unexpected tab character. (no-tabs)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) Unexpected tab character. (no-tabs)
(#53) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Unexpected tab character. (no-tabs)
(#56) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJavaFX.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#49) Unnecessary semicolon. (no-extra-semi)
(#51) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#52) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) Unexpected tab character. (no-tabs)
(#57) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Unexpected tab character. (no-tabs)
(#57) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJScript.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) Unexpected tab character. (no-tabs)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPerl.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Unexpected tab character. (no-tabs)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Unexpected tab character. (no-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Unexpected tab character. (no-tabs)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Unexpected tab character. (no-tabs)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Unexpected tab character. (no-tabs)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Unexpected tab character. (no-tabs)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Unexpected tab character. (no-tabs)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unexpected tab character. (no-tabs)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Unexpected tab character. (no-tabs)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Unexpected tab character. (no-tabs)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Unexpected tab character. (no-tabs)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#55) Unexpected tab character. (no-tabs)
(#55) There should be no space after '{'. (object-curly-spacing)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) There should be no space before '}'. (object-curly-spacing)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#56) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) There should be no space before '}'. (object-curly-spacing)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) There should be no space before '}'. (object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#59) There should be no space before '}'. (object-curly-spacing)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#66) Unexpected tab character. (no-tabs)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Unexpected tab character. (no-tabs)
(#71) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPhp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Unexpected tab character. (no-tabs)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Unexpected tab character. (no-tabs)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Unexpected tab character. (no-tabs)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Unexpected tab character. (no-tabs)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Unexpected tab character. (no-tabs)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected tab character. (no-tabs)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Unexpected tab character. (no-tabs)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Unexpected tab character. (no-tabs)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Unexpected tab character. (no-tabs)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Unexpected tab character. (no-tabs)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Unexpected tab character. (no-tabs)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected tab character. (no-tabs)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected tab character. (no-tabs)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected tab character. (no-tabs)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected tab character. (no-tabs)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected tab character. (no-tabs)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected tab character. (no-tabs)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Unexpected tab character. (no-tabs)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Unexpected tab character. (no-tabs)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Unexpected tab character. (no-tabs)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Unexpected tab character. (no-tabs)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Unexpected tab character. (no-tabs)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Unexpected tab character. (no-tabs)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) There should be no space after '{'. (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}'. (object-curly-spacing)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no space after '{'. (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}'. (object-curly-spacing)
(#70) Unexpected tab character. (no-tabs)
(#70) There should be no space after '{'. (object-curly-spacing)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) There should be no space before '}'. (object-curly-spacing)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no space after '{'. (object-curly-spacing)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) There should be no space before '}'. (object-curly-spacing)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) Unexpected tab character. (no-tabs)
(#79) Unnecessary semicolon. (no-extra-semi)
(#81) Unexpected tab character. (no-tabs)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#82) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#86) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#87) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPlain.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected empty function. (no-empty-function)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Unnecessary semicolon. (no-extra-semi)
(#26) Unexpected tab character. (no-tabs)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#27) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) 'SyntaxHighlighter' is not defined. (no-undef)
(#31) Unexpected tab character. (no-tabs)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Unexpected tab character. (no-tabs)
(#32) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#32) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPowerShell.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) There should be no space before '}'. (object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) Multiple spaces found before '}'. (no-multi-spaces)
(#58) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#59) There should be no space before '}'. (object-curly-spacing)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no space after '{'. (object-curly-spacing)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) There should be no space before '}'. (object-curly-spacing)
(#61) Unexpected tab character. (no-tabs)
(#61) There should be no space after '{'. (object-curly-spacing)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) There should be no space before '}'. (object-curly-spacing)
(#62) Unexpected tab character. (no-tabs)
(#62) There should be no space after '{'. (object-curly-spacing)
(#62) There should be no space before '}'. (object-curly-spacing)
(#63) Unexpected tab character. (no-tabs)
(#63) There should be no space after '{'. (object-curly-spacing)
(#63) There should be no space before '}'. (object-curly-spacing)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Unnecessary semicolon. (no-extra-semi)
(#67) Unexpected tab character. (no-tabs)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#73) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#73) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPython.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before ''and assert break class continue def del elif else ''. (no-multi-spaces)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Multiple spaces found before ''None True False self cls class_''. (no-multi-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) Unnecessary escape character: \". (no-useless-escape)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) Unnecessary escape character: \". (no-useless-escape)
(#45) Unnecessary escape character: \". (no-useless-escape)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) Unnecessary escape character: \'. (no-useless-escape)
(#46) Unnecessary escape character: \'. (no-useless-escape)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) Unnecessary escape character: \%. (no-useless-escape)
(#47) There should be no space before '}'. (object-curly-spacing)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#52) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unexpected tab character. (no-tabs)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#62) Unexpected tab character. (no-tabs)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Unexpected tab character. (no-tabs)
(#63) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushRuby.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Unexpected tab character. (no-tabs)
(#54) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSass.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) Unnecessary escape character: \:. (no-useless-escape)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#76) Unexpected tab character. (no-tabs)
(#76) There should be no space after '{'. (object-curly-spacing)
(#76) Unnecessary escape character: \#. (no-useless-escape)
(#76) There should be no space before '}'. (object-curly-spacing)
(#77) Unexpected tab character. (no-tabs)
(#77) There should be no space after '{'. (object-curly-spacing)
(#77) Unnecessary escape character: \:. (no-useless-escape)
(#77) Unnecessary escape character: \%. (no-useless-escape)
(#77) There should be no space before '}'. (object-curly-spacing)
(#78) Unexpected tab character. (no-tabs)
(#78) There should be no space after '{'. (object-curly-spacing)
(#78) There should be no space before '}'. (object-curly-spacing)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no space after '{'. (object-curly-spacing)
(#79) There should be no space before '}'. (object-curly-spacing)
(#80) Unexpected tab character. (no-tabs)
(#80) There should be no space after '{'. (object-curly-spacing)
(#80) There should be no space before '}'. (object-curly-spacing)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no space after '{'. (object-curly-spacing)
(#81) There should be no space before '}'. (object-curly-spacing)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no space after '{'. (object-curly-spacing)
(#82) There should be no space before '}'. (object-curly-spacing)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#85) Unnecessary semicolon. (no-extra-semi)
(#87) Unexpected tab character. (no-tabs)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#88) Unexpected tab character. (no-tabs)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#90) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#93) Unexpected tab character. (no-tabs)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushScala.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no space after '{'. (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}'. (object-curly-spacing)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#34) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) Multiple spaces found before 'css'. (no-multi-spaces)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#50) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSql.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) There should be no space before '}'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) There should be no space before '}'. (object-curly-spacing)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no space after '{'. (object-curly-spacing)
(#52) There should be no space before '}'. (object-curly-spacing)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#56) Unnecessary semicolon. (no-extra-semi)
(#58) Unexpected tab character. (no-tabs)
(#58) 'SyntaxHighlighter' is not defined. (no-undef)
(#59) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#64) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushVb.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) Unexpected tab character. (no-tabs)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) Unexpected tab character. (no-tabs)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) Unexpected tab character. (no-tabs)
(#55) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Unexpected tab character. (no-tabs)
(#55) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushXml.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) 'regexInfo' is defined but never used. (no-unused-vars)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) 'XRegExp' is not defined. (no-undef)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) 'XRegExp' is not defined. (no-undef)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#40) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#47) Expected { after 'if' condition. (curly)
(#47) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#56) 'XRegExp' is not defined. (no-undef)
(#56) There should be no space before '}'. (object-curly-spacing)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) There should be no space before '}'. (object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) 'XRegExp' is not defined. (no-undef)
(#58) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Unnecessary semicolon. (no-extra-semi)
(#62) Unexpected tab character. (no-tabs)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#67) Unexpected tab character. (no-tabs)
(#68) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#68) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#68) Unexpected tab character. (no-tabs)
(#68) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shCore.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shLegacy.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shRun.js
(#1) 'SyntaxHighlighter' is not defined. (no-undef)

CSS problems

(4181 errors, 142 warnings)

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

theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCore.css
(#174) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#195) Expected "#006699" to be "#069" (color-hex-length)
(#202) Expected "#aa7700" to be "#a70" (color-hex-length)
(#205) Expected "#009900" to be "#090" (color-hex-length)
(#211) Expected "#0066cc" to be "#06c" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#99) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#115) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#122) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#130) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#142) Unexpected !important (declaration-no-important)
(#145) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#151) Unexpected !important (declaration-no-important)
(#154) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#158) Unexpected !important (declaration-no-important)
(#161) Unexpected !important (declaration-no-important)
(#164) Unexpected !important (declaration-no-important)
(#171) Unexpected !important (declaration-no-important)
(#174) Unexpected !important (declaration-no-important)
(#177) Unexpected !important (declaration-no-important)
(#180) Unexpected !important (declaration-no-important)
(#183) Unexpected !important (declaration-no-important)
(#186) Unexpected !important (declaration-no-important)
(#189) Unexpected !important (declaration-no-important)
(#192) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#196) Unexpected !important (declaration-no-important)
(#199) Unexpected !important (declaration-no-important)
(#202) Unexpected !important (declaration-no-important)
(#205) Unexpected !important (declaration-no-important)
(#208) Unexpected !important (declaration-no-important)
(#211) Unexpected !important (declaration-no-important)
(#214) Unexpected !important (declaration-no-important)
(#217) Unexpected !important (declaration-no-important)
(#220) Unexpected !important (declaration-no-important)
(#223) Unexpected !important (declaration-no-important)
(#226) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#109) Unexpected unit (length-zero-no-unit)
(#118) Unexpected unit (length-zero-no-unit)
(#164) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#185) Expected newline after "," (selector-list-comma-newline-after)
(#188) Expected newline after "," (selector-list-comma-newline-after)
(#191) Expected newline after "," (selector-list-comma-newline-after)
(#216) Expected newline after "," (selector-list-comma-newline-after)
(#219) Expected newline after "," (selector-list-comma-newline-after)
(#222) Expected newline after "," (selector-list-comma-newline-after)
(#225) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreDefault.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#294) Expected "#006699" to be "#069" (color-hex-length)
(#300) Expected "#aa7700" to be "#a70" (color-hex-length)
(#303) Expected "#009900" to be "#090" (color-hex-length)
(#309) Expected "#0066cc" to be "#06c" (color-hex-length)
(#313) Expected "#006699" to be "#069" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreDjango.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#330) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreEclipse.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#271) Expected "#aa7700" to be "#a70" (color-hex-length)
(#300) Expected "#aa7700" to be "#a70" (color-hex-length)
(#303) Expected "#009900" to be "#090" (color-hex-length)
(#309) Expected "#0066cc" to be "#06c" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#330) Unexpected !important (declaration-no-important)
(#331) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#337) Unexpected !important (declaration-no-important)
(#338) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
(#333) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreEmacs.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#250) Expected "#990000" to be "#900" (color-hex-length)
(#253) Expected "#990000" to be "#900" (color-hex-length)
(#265) Expected "#990000" to be "#900" (color-hex-length)
(#275) Expected "#990000" to be "#900" (color-hex-length)
(#303) Expected "#009900" to be "#090" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreFadeToGrey.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#303) Expected "#009900" to be "#090" (color-hex-length)
(#306) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreMDUltra.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#229) Expected "#222222" to be "#222" (color-hex-length)
(#232) Expected "#222222" to be "#222" (color-hex-length)
(#235) Expected "#222222" to be "#222" (color-hex-length)
(#254) Expected "#222222" to be "#222" (color-hex-length)
(#274) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#279) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#294) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#313) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreMidnight.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreRDark.css
(#173) Expected "#bbbbbb" to be "#bbb" (color-hex-length)
(#194) Expected "#006699" to be "#069" (color-hex-length)
(#201) Expected "#aa7700" to be "#a70" (color-hex-length)
(#204) Expected "#009900" to be "#090" (color-hex-length)
(#210) Expected "#0066cc" to be "#06c" (color-hex-length)
(#303) Expected "#009900" to be "#090" (color-hex-length)
(#52) Unexpected duplicate "min-height" (declaration-block-no-duplicate-properties)
(#27) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#29) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#34) Unexpected !important (declaration-no-important)
(#35) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
(#38) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#40) Unexpected !important (declaration-no-important)
(#41) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#44) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#48) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#50) Unexpected !important (declaration-no-important)
(#51) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#58) Unexpected !important (declaration-no-important)
(#59) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#66) Unexpected !important (declaration-no-important)
(#69) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#75) Unexpected !important (declaration-no-important)
(#78) Unexpected !important (declaration-no-important)
(#79) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#85) Unexpected !important (declaration-no-important)
(#88) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#91) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#93) Unexpected !important (declaration-no-important)
(#94) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#97) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#105) Unexpected !important (declaration-no-important)
(#108) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#114) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#121) Unexpected !important (declaration-no-important)
(#124) Unexpected !important (declaration-no-important)
(#125) Unexpected !important (declaration-no-important)
(#128) Unexpected !important (declaration-no-important)
(#129) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#135) Unexpected !important (declaration-no-important)
(#136) Unexpected !important (declaration-no-important)
(#137) Unexpected !important (declaration-no-important)
(#138) Unexpected !important (declaration-no-important)
(#139) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#144) Unexpected !important (declaration-no-important)
(#147) Unexpected !important (declaration-no-important)
(#148) Unexpected !important (declaration-no-important)
(#149) Unexpected !important (declaration-no-important)
(#150) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#156) Unexpected !important (declaration-no-important)
(#157) Unexpected !important (declaration-no-important)
(#160) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#173) Unexpected !important (declaration-no-important)
(#176) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#182) Unexpected !important (declaration-no-important)
(#185) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#191) Unexpected !important (declaration-no-important)
(#194) Unexpected !important (declaration-no-important)
(#195) Unexpected !important (declaration-no-important)
(#198) Unexpected !important (declaration-no-important)
(#201) Unexpected !important (declaration-no-important)
(#204) Unexpected !important (declaration-no-important)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#229) Unexpected !important (declaration-no-important)
(#232) Unexpected !important (declaration-no-important)
(#235) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#241) Unexpected !important (declaration-no-important)
(#244) Unexpected !important (declaration-no-important)
(#247) Unexpected !important (declaration-no-important)
(#250) Unexpected !important (declaration-no-important)
(#253) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#260) Unexpected !important (declaration-no-important)
(#263) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#265) Unexpected !important (declaration-no-important)
(#268) Unexpected !important (declaration-no-important)
(#271) Unexpected !important (declaration-no-important)
(#274) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#313) Unexpected !important (declaration-no-important)
(#314) Unexpected !important (declaration-no-important)
(#317) Unexpected !important (declaration-no-important)
(#320) Unexpected !important (declaration-no-important)
(#323) Unexpected !important (declaration-no-important)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) 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)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) 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)
(#46) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#144) 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)
(#150) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#232) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#108) Unexpected unit (length-zero-no-unit)
(#117) Unexpected unit (length-zero-no-unit)
(#163) Unexpected unit (length-zero-no-unit)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#107) Expected newline after "," (selector-list-comma-newline-after)
(#184) Expected newline after "," (selector-list-comma-newline-after)
(#187) Expected newline after "," (selector-list-comma-newline-after)
(#190) Expected newline after "," (selector-list-comma-newline-after)
(#215) Expected newline after "," (selector-list-comma-newline-after)
(#218) Expected newline after "," (selector-list-comma-newline-after)
(#221) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#237) Expected newline after "," (selector-list-comma-newline-after)
(#284) Expected newline after "," (selector-list-comma-newline-after)
(#287) Expected newline after "," (selector-list-comma-newline-after)
(#290) Expected newline after "," (selector-list-comma-newline-after)
(#316) Expected newline after "," (selector-list-comma-newline-after)
(#319) Expected newline after "," (selector-list-comma-newline-after)
(#322) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeDefault.css
(#83) Expected "#006699" to be "#069" (color-hex-length)
(#89) Expected "#aa7700" to be "#a70" (color-hex-length)
(#92) Expected "#009900" to be "#090" (color-hex-length)
(#98) Expected "#0066cc" to be "#06c" (color-hex-length)
(#102) Expected "#006699" to be "#069" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeDjango.css
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeEclipse.css
(#60) Expected "#aa7700" to be "#a70" (color-hex-length)
(#89) Expected "#aa7700" to be "#a70" (color-hex-length)
(#92) Expected "#009900" to be "#090" (color-hex-length)
(#98) Expected "#0066cc" to be "#06c" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#120) Unexpected !important (declaration-no-important)
(#123) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
(#122) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeEmacs.css
(#39) Expected "#990000" to be "#900" (color-hex-length)
(#42) Expected "#990000" to be "#900" (color-hex-length)
(#54) Expected "#990000" to be "#900" (color-hex-length)
(#64) Expected "#990000" to be "#900" (color-hex-length)
(#92) Expected "#009900" to be "#090" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeFadeToGrey.css
(#92) Expected "#009900" to be "#090" (color-hex-length)
(#95) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#116) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeMDUltra.css
(#18) Expected "#222222" to be "#222" (color-hex-length)
(#21) Expected "#222222" to be "#222" (color-hex-length)
(#24) Expected "#222222" to be "#222" (color-hex-length)
(#43) Expected "#222222" to be "#222" (color-hex-length)
(#63) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#68) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#83) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#102) Expected "#aaaaff" to be "#aaf" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeMidnight.css
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeRDark.css
(#92) Expected "#009900" to be "#090" (color-hex-length)
(#18) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#39) Unexpected !important (declaration-no-important)
(#42) Unexpected !important (declaration-no-important)
(#43) Unexpected !important (declaration-no-important)
(#46) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#54) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#60) Unexpected !important (declaration-no-important)
(#63) Unexpected !important (declaration-no-important)
(#64) Unexpected !important (declaration-no-important)
(#65) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#71) Unexpected !important (declaration-no-important)
(#74) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#86) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#92) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#98) Unexpected !important (declaration-no-important)
(#101) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#103) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#109) Unexpected !important (declaration-no-important)
(#112) Unexpected !important (declaration-no-important)
(#18) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#10) Unexpected whitespace at end of line (no-eol-whitespace)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#76) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/less/bootstrapchanges.less
(#309) Unexpected single-line block (block-no-single-line)
(#311) Unexpected single-line block (block-no-single-line)
(#309) Expected single space before "{" (block-opening-brace-space-before)
(#311) Expected single space before "{" (block-opening-brace-space-before)
(#135) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#273) Unexpected !important (declaration-no-important)
(#295) Unexpected !important (declaration-no-important)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#121) Expected newline after "," (selector-list-comma-newline-after)
(#272) Expected newline after "," (selector-list-comma-newline-after)
(#294) Expected newline after "," (selector-list-comma-newline-after)
(#303) Expected newline after "," (selector-list-comma-newline-after)
(#303) Expected newline after "," (selector-list-comma-newline-after)
(#303) Expected newline after "," (selector-list-comma-newline-after)
(#303) Expected newline after "," (selector-list-comma-newline-after)
(#303) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/less/bootstrapeditorchanges.less
(#6) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 8 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
theme/shoelace/less/moodlechanges.less
(#484) Expected single space before "{" (block-opening-brace-space-before)
(#376) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#196) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#213) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#376) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#376) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#218) Unexpected !important (declaration-no-important)
(#602) Unexpected !important (declaration-no-important)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#49) Expected single space after "," in a single-line function (function-comma-space-after)
(#326) Expected indentation of 8 spaces (indentation)
(#71) Unexpected unit (length-zero-no-unit)
(#76) Unexpected unit (length-zero-no-unit)
(#384) Unexpected unit (length-zero-no-unit)
(#465) Unexpected unit (length-zero-no-unit)
(#58) Expected single space after ">" (selector-combinator-space-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#139) Expected newline after "," (selector-list-comma-newline-after)
(#156) Expected newline after "," (selector-list-comma-newline-after)
(#292) Expected newline after "," (selector-list-comma-newline-after)
(#312) Expected newline after "," (selector-list-comma-newline-after)
(#452) Expected newline after "," (selector-list-comma-newline-after)
(#453) Expected newline after "," (selector-list-comma-newline-after)
(#454) Expected newline after "," (selector-list-comma-newline-after)
(#455) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/less/shoelacechanges.less
(#46) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#66) Expected indentation of 12 spaces (indentation)
(#67) Expected indentation of 12 spaces (indentation)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
(#4) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/less/shoelacecustom.less
(#275) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#334) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#398) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#439) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#240) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected "#ffffff" to be "#fff" (color-hex-length)
(#249) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#18) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#21) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#51) Unexpected !important (declaration-no-important)
(#202) Expected indentation of 8 spaces (indentation)
(#235) Expected indentation of 8 spaces (indentation)
(#410) Expected indentation of 24 spaces (indentation)
(#499) Expected indentation of 16 spaces (indentation)
(#31) Unexpected unit (length-zero-no-unit)
(#31) Unexpected unit (length-zero-no-unit)
(#194) Unexpected unit (length-zero-no-unit)
(#194) Unexpected unit (length-zero-no-unit)
(#213) Unexpected unit (length-zero-no-unit)
(#232) Unexpected unit (length-zero-no-unit)
(#237) Unexpected unit (length-zero-no-unit)
(#506) Unexpected unit (length-zero-no-unit)
(#506) Unexpected unit (length-zero-no-unit)
(#37) Expected line length to be no more than 132 characters (max-line-length)
(#18) Unexpected whitespace at end of line (no-eol-whitespace)
(#21) Unexpected whitespace at end of line (no-eol-whitespace)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#45) Expected newline after "," (selector-list-comma-newline-after)
(#121) Expected newline after "," (selector-list-comma-newline-after)
(#128) Expected newline after "," (selector-list-comma-newline-after)
(#141) Expected newline after "," (selector-list-comma-newline-after)
(#160) Expected newline after "," (selector-list-comma-newline-after)
(#212) Expected newline after "," (selector-list-comma-newline-after)
(#220) Expected newline after "," (selector-list-comma-newline-after)
(#321) Expected newline after "," (selector-list-comma-newline-after)
(#484) Expected newline after "," (selector-list-comma-newline-after)
(#139) Unexpected unit "pt" (unit-blacklist)
theme/shoelace/less/variables-fontawesome.less
(#7) Expected line length to be no more than 132 characters (max-line-length)
theme/shoelace/less/variables-shoelace.less
(#42) Expected "#7575E0" to be "#7575e0" (color-hex-case)
(#26) Expected "#0088cc" to be "#08c" (color-hex-length)
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#260) Expected no more than 2 empty line(s) (max-empty-lines)
theme/shoelace/style/custom.css
(#4) Missed semicolon (CssSyntaxError)
theme/shoelace/style/font-awesome.css
(#103) Expected empty line before at-rule (at-rule-empty-line-before)
(#113) Expected empty line before at-rule (at-rule-empty-line-before)
(#67) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#182) Expected "#ffffff" to be "#fff" (color-hex-length)
(#9) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 8 spaces (indentation)
(#11) Expected indentation of 8 spaces (indentation)
(#12) Expected indentation of 8 spaces (indentation)
(#13) Expected indentation of 8 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) 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)
(#53) 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)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#106) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 8 spaces (indentation)
(#110) Expected indentation of 8 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 8 spaces (indentation)
(#116) Expected indentation of 8 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 8 spaces (indentation)
(#120) Expected indentation of 8 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#131) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#162) 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)
(#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)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#281) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#374) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#399) Expected indentation of 4 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#408) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#468) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#481) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#496) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#533) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#551) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#561) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#622) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#654) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#678) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 4 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#745) Expected indentation of 4 spaces (indentation)
(#748) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#760) Expected indentation of 4 spaces (indentation)
(#763) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#769) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#826) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#855) Expected indentation of 4 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#861) Expected indentation of 4 spaces (indentation)
(#864) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 4 spaces (indentation)
(#873) Expected indentation of 4 spaces (indentation)
(#876) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 4 spaces (indentation)
(#891) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#900) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 4 spaces (indentation)
(#909) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 4 spaces (indentation)
(#927) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 4 spaces (indentation)
(#953) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1011) Expected indentation of 4 spaces (indentation)
(#1014) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1023) Expected indentation of 4 spaces (indentation)
(#1026) Expected indentation of 4 spaces (indentation)
(#1029) Expected indentation of 4 spaces (indentation)
(#1032) Expected indentation of 4 spaces (indentation)
(#1035) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 4 spaces (indentation)
(#1041) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1047) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 4 spaces (indentation)
(#1053) Expected indentation of 4 spaces (indentation)
(#1056) Expected indentation of 4 spaces (indentation)
(#1059) Expected indentation of 4 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1065) Expected indentation of 4 spaces (indentation)
(#1068) Expected indentation of 4 spaces (indentation)
(#1071) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1077) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1083) Expected indentation of 4 spaces (indentation)
(#1086) Expected indentation of 4 spaces (indentation)
(#1089) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1098) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1104) Expected indentation of 4 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1113) Expected indentation of 4 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1119) Expected indentation of 4 spaces (indentation)
(#1122) Expected indentation of 4 spaces (indentation)
(#1126) Expected indentation of 4 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 4 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1145) Expected indentation of 4 spaces (indentation)
(#1149) Expected indentation of 4 spaces (indentation)
(#1155) Expected indentation of 4 spaces (indentation)
(#1160) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1168) Expected indentation of 4 spaces (indentation)
(#1171) Expected indentation of 4 spaces (indentation)
(#1174) Expected indentation of 4 spaces (indentation)
(#1177) Expected indentation of 4 spaces (indentation)
(#1180) Expected indentation of 4 spaces (indentation)
(#1183) Expected indentation of 4 spaces (indentation)
(#1186) Expected indentation of 4 spaces (indentation)
(#1189) Expected indentation of 4 spaces (indentation)
(#1192) Expected indentation of 4 spaces (indentation)
(#1195) Expected indentation of 4 spaces (indentation)
(#1198) Expected indentation of 4 spaces (indentation)
(#1201) Expected indentation of 4 spaces (indentation)
(#1204) Expected indentation of 4 spaces (indentation)
(#1207) Expected indentation of 4 spaces (indentation)
(#1210) Expected indentation of 4 spaces (indentation)
(#1213) Expected indentation of 4 spaces (indentation)
(#1216) Expected indentation of 4 spaces (indentation)
(#1219) Expected indentation of 4 spaces (indentation)
(#1222) Expected indentation of 4 spaces (indentation)
(#1225) Expected indentation of 4 spaces (indentation)
(#1228) Expected indentation of 4 spaces (indentation)
(#1231) Expected indentation of 4 spaces (indentation)
(#1234) Expected indentation of 4 spaces (indentation)
(#1237) Expected indentation of 4 spaces (indentation)
(#1240) Expected indentation of 4 spaces (indentation)
(#1243) Expected indentation of 4 spaces (indentation)
(#1246) Expected indentation of 4 spaces (indentation)
(#1249) Expected indentation of 4 spaces (indentation)
(#1252) Expected indentation of 4 spaces (indentation)
(#1255) Expected indentation of 4 spaces (indentation)
(#1258) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 4 spaces (indentation)
(#1264) Expected indentation of 4 spaces (indentation)
(#1267) Expected indentation of 4 spaces (indentation)
(#1270) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1276) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1282) Expected indentation of 4 spaces (indentation)
(#1286) Expected indentation of 4 spaces (indentation)
(#1289) Expected indentation of 4 spaces (indentation)
(#1292) Expected indentation of 4 spaces (indentation)
(#1295) Expected indentation of 4 spaces (indentation)
(#1298) Expected indentation of 4 spaces (indentation)
(#1301) Expected indentation of 4 spaces (indentation)
(#1304) Expected indentation of 4 spaces (indentation)
(#1307) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1316) Expected indentation of 4 spaces (indentation)
(#1319) Expected indentation of 4 spaces (indentation)
(#1323) Expected indentation of 4 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1336) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 4 spaces (indentation)
(#1342) Expected indentation of 4 spaces (indentation)
(#1345) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 4 spaces (indentation)
(#1351) Expected indentation of 4 spaces (indentation)
(#1354) Expected indentation of 4 spaces (indentation)
(#1359) Expected indentation of 4 spaces (indentation)
(#1363) Expected indentation of 4 spaces (indentation)
(#1366) Expected indentation of 4 spaces (indentation)
(#1369) Expected indentation of 4 spaces (indentation)
(#1372) Expected indentation of 4 spaces (indentation)
(#1375) Expected indentation of 4 spaces (indentation)
(#1378) Expected indentation of 4 spaces (indentation)
(#1381) Expected indentation of 4 spaces (indentation)
(#1384) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1396) Expected indentation of 4 spaces (indentation)
(#1399) Expected indentation of 4 spaces (indentation)
(#1402) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1408) Expected indentation of 4 spaces (indentation)
(#1411) Expected indentation of 4 spaces (indentation)
(#1414) Expected indentation of 4 spaces (indentation)
(#1417) Expected indentation of 4 spaces (indentation)
(#1420) Expected indentation of 4 spaces (indentation)
(#1423) Expected indentation of 4 spaces (indentation)
(#1426) Expected indentation of 4 spaces (indentation)
(#1429) Expected indentation of 4 spaces (indentation)
(#1432) Expected indentation of 4 spaces (indentation)
(#1435) Expected indentation of 4 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1446) Expected indentation of 4 spaces (indentation)
(#1449) Expected indentation of 4 spaces (indentation)
(#1452) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 4 spaces (indentation)
(#1458) Expected indentation of 4 spaces (indentation)
(#1461) Expected indentation of 4 spaces (indentation)
(#1464) Expected indentation of 4 spaces (indentation)
(#1467) Expected indentation of 4 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1473) Expected indentation of 4 spaces (indentation)
(#1478) Expected indentation of 4 spaces (indentation)
(#1482) Expected indentation of 4 spaces (indentation)
(#1486) Expected indentation of 4 spaces (indentation)
(#1490) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1496) Expected indentation of 4 spaces (indentation)
(#1499) Expected indentation of 4 spaces (indentation)
(#1502) Expected indentation of 4 spaces (indentation)
(#1509) Expected indentation of 4 spaces (indentation)
(#1512) Expected indentation of 4 spaces (indentation)
(#1516) Expected indentation of 4 spaces (indentation)
(#1520) Expected indentation of 4 spaces (indentation)
(#1523) Expected indentation of 4 spaces (indentation)
(#1526) Expected indentation of 4 spaces (indentation)
(#1531) Expected indentation of 4 spaces (indentation)
(#1534) Expected indentation of 4 spaces (indentation)
(#1537) Expected indentation of 4 spaces (indentation)
(#1541) Expected indentation of 4 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1552) Expected indentation of 4 spaces (indentation)
(#1555) Expected indentation of 4 spaces (indentation)
(#1558) Expected indentation of 4 spaces (indentation)
(#1561) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 4 spaces (indentation)
(#1567) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1573) Expected indentation of 4 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1580) Expected indentation of 4 spaces (indentation)
(#1583) Expected indentation of 4 spaces (indentation)
(#1586) Expected indentation of 4 spaces (indentation)
(#1589) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 4 spaces (indentation)
(#1595) Expected indentation of 4 spaces (indentation)
(#1598) Expected indentation of 4 spaces (indentation)
(#1601) Expected indentation of 4 spaces (indentation)
(#1604) Expected indentation of 4 spaces (indentation)
(#1607) Expected indentation of 4 spaces (indentation)
(#1610) Expected indentation of 4 spaces (indentation)
(#1613) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1619) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 4 spaces (indentation)
(#1625) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1631) Expected indentation of 4 spaces (indentation)
(#1634) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 4 spaces (indentation)
(#1640) Expected indentation of 4 spaces (indentation)
(#1643) Expected indentation of 4 spaces (indentation)
(#1646) Expected indentation of 4 spaces (indentation)
(#1649) Expected indentation of 4 spaces (indentation)
(#1652) Expected indentation of 4 spaces (indentation)
(#1655) Expected indentation of 4 spaces (indentation)
(#1658) Expected indentation of 4 spaces (indentation)
(#1661) Expected indentation of 4 spaces (indentation)
(#1664) Expected indentation of 4 spaces (indentation)
(#1667) Expected indentation of 4 spaces (indentation)
(#1670) Expected indentation of 4 spaces (indentation)
(#1673) Expected indentation of 4 spaces (indentation)
(#1676) Expected indentation of 4 spaces (indentation)
(#1679) Expected indentation of 4 spaces (indentation)
(#1682) Expected indentation of 4 spaces (indentation)
(#1685) Expected indentation of 4 spaces (indentation)
(#1688) Expected indentation of 4 spaces (indentation)
(#1693) Expected indentation of 4 spaces (indentation)
(#1696) Expected indentation of 4 spaces (indentation)
(#1699) Expected indentation of 4 spaces (indentation)
(#1702) Expected indentation of 4 spaces (indentation)
(#1705) Expected indentation of 4 spaces (indentation)
(#1708) Expected indentation of 4 spaces (indentation)
(#1711) Expected indentation of 4 spaces (indentation)
(#1714) Expected indentation of 4 spaces (indentation)
(#1717) Expected indentation of 4 spaces (indentation)
(#1720) Expected indentation of 4 spaces (indentation)
(#1723) Expected indentation of 4 spaces (indentation)
(#1726) Expected indentation of 4 spaces (indentation)
(#1729) Expected indentation of 4 spaces (indentation)
(#1732) Expected indentation of 4 spaces (indentation)
(#1735) Expected indentation of 4 spaces (indentation)
(#1738) Expected indentation of 4 spaces (indentation)
(#1741) Expected indentation of 4 spaces (indentation)
(#1744) Expected indentation of 4 spaces (indentation)
(#1747) Expected indentation of 4 spaces (indentation)
(#1750) Expected indentation of 4 spaces (indentation)
(#1753) Expected indentation of 4 spaces (indentation)
(#1756) Expected indentation of 4 spaces (indentation)
(#1760) Expected indentation of 4 spaces (indentation)
(#1763) Expected indentation of 4 spaces (indentation)
(#1766) Expected indentation of 4 spaces (indentation)
(#1769) Expected indentation of 4 spaces (indentation)
(#1772) Expected indentation of 4 spaces (indentation)
(#1775) Expected indentation of 4 spaces (indentation)
(#1778) Expected indentation of 4 spaces (indentation)
(#1781) Expected indentation of 4 spaces (indentation)
(#1784) Expected indentation of 4 spaces (indentation)
(#1787) Expected indentation of 4 spaces (indentation)
(#1790) Expected indentation of 4 spaces (indentation)
(#1793) Expected indentation of 4 spaces (indentation)
(#1796) Expected indentation of 4 spaces (indentation)
(#1799) Expected indentation of 4 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1805) Expected indentation of 4 spaces (indentation)
(#1809) Expected indentation of 4 spaces (indentation)
(#1812) Expected indentation of 4 spaces (indentation)
(#1815) Expected indentation of 4 spaces (indentation)
(#1818) Expected indentation of 4 spaces (indentation)
(#1821) Expected indentation of 4 spaces (indentation)
(#1825) Expected indentation of 4 spaces (indentation)
(#1828) Expected indentation of 4 spaces (indentation)
(#1831) Expected indentation of 4 spaces (indentation)
(#1834) Expected indentation of 4 spaces (indentation)
(#1838) Expected indentation of 4 spaces (indentation)
(#1842) Expected indentation of 4 spaces (indentation)
(#1846) Expected indentation of 4 spaces (indentation)
(#1850) Expected indentation of 4 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1857) Expected indentation of 4 spaces (indentation)
(#1860) Expected indentation of 4 spaces (indentation)
(#1863) Expected indentation of 4 spaces (indentation)
(#1866) Expected indentation of 4 spaces (indentation)
(#1869) Expected indentation of 4 spaces (indentation)
(#1872) Expected indentation of 4 spaces (indentation)
(#1875) Expected indentation of 4 spaces (indentation)
(#1878) Expected indentation of 4 spaces (indentation)
(#1881) Expected indentation of 4 spaces (indentation)
(#1884) Expected indentation of 4 spaces (indentation)
(#1887) Expected indentation of 4 spaces (indentation)
(#1891) Expected indentation of 4 spaces (indentation)
(#1895) Expected indentation of 4 spaces (indentation)
(#1899) Expected indentation of 4 spaces (indentation)
(#1902) Expected indentation of 4 spaces (indentation)
(#1906) Expected indentation of 4 spaces (indentation)
(#1910) Expected indentation of 4 spaces (indentation)
(#1913) Expected indentation of 4 spaces (indentation)
(#1916) Expected indentation of 4 spaces (indentation)
(#1919) Expected indentation of 4 spaces (indentation)
(#1922) Expected indentation of 4 spaces (indentation)
(#1925) Expected indentation of 4 spaces (indentation)
(#1928) Expected indentation of 4 spaces (indentation)
(#1931) Expected indentation of 4 spaces (indentation)
(#1934) Expected indentation of 4 spaces (indentation)
(#1937) Expected indentation of 4 spaces (indentation)
(#1940) Expected indentation of 4 spaces (indentation)
(#1943) Expected indentation of 4 spaces (indentation)
(#1946) Expected indentation of 4 spaces (indentation)
(#1949) Expected indentation of 4 spaces (indentation)
(#1952) Expected indentation of 4 spaces (indentation)
(#1955) Expected indentation of 4 spaces (indentation)
(#1958) Expected indentation of 4 spaces (indentation)
(#1961) Expected indentation of 4 spaces (indentation)
(#1964) Expected indentation of 4 spaces (indentation)
(#1967) Expected indentation of 4 spaces (indentation)
(#1970) Expected indentation of 4 spaces (indentation)
(#1974) Expected indentation of 4 spaces (indentation)
(#1977) Expected indentation of 4 spaces (indentation)
(#1980) Expected indentation of 4 spaces (indentation)
(#1983) Expected indentation of 4 spaces (indentation)
(#1986) Expected indentation of 4 spaces (indentation)
(#1989) Expected indentation of 4 spaces (indentation)
(#1992) Expected indentation of 4 spaces (indentation)
(#1995) Expected indentation of 4 spaces (indentation)
(#1998) Expected indentation of 4 spaces (indentation)
(#2001) Expected indentation of 4 spaces (indentation)
(#2004) Expected indentation of 4 spaces (indentation)
(#2007) Expected indentation of 4 spaces (indentation)
(#2010) Expected indentation of 4 spaces (indentation)
(#2013) Expected indentation of 4 spaces (indentation)
(#2016) Expected indentation of 4 spaces (indentation)
(#2019) Expected indentation of 4 spaces (indentation)
(#2022) Expected indentation of 4 spaces (indentation)
(#2025) Expected indentation of 4 spaces (indentation)
(#2028) Expected indentation of 4 spaces (indentation)
(#2031) Expected indentation of 4 spaces (indentation)
(#2034) Expected indentation of 4 spaces (indentation)
(#2037) Expected indentation of 4 spaces (indentation)
(#2040) Expected indentation of 4 spaces (indentation)
(#2043) Expected indentation of 4 spaces (indentation)
(#2046) Expected indentation of 4 spaces (indentation)
(#2049) Expected indentation of 4 spaces (indentation)
(#2052) Expected indentation of 4 spaces (indentation)
(#2055) Expected indentation of 4 spaces (indentation)
(#2058) Expected indentation of 4 spaces (indentation)
(#2061) Expected indentation of 4 spaces (indentation)
(#2064) Expected indentation of 4 spaces (indentation)
(#2067) Expected indentation of 4 spaces (indentation)
(#2070) Expected indentation of 4 spaces (indentation)
(#2073) Expected indentation of 4 spaces (indentation)
(#2076) Expected indentation of 4 spaces (indentation)
(#2079) Expected indentation of 4 spaces (indentation)
(#2082) Expected indentation of 4 spaces (indentation)
(#2085) Expected indentation of 4 spaces (indentation)
(#2088) Expected indentation of 4 spaces (indentation)
(#2091) Expected indentation of 4 spaces (indentation)
(#2094) Expected indentation of 4 spaces (indentation)
(#2097) Expected indentation of 4 spaces (indentation)
(#2100) Expected indentation of 4 spaces (indentation)
(#2103) Expected indentation of 4 spaces (indentation)
(#2106) Expected indentation of 4 spaces (indentation)
(#2109) Expected indentation of 4 spaces (indentation)
(#2112) Expected indentation of 4 spaces (indentation)
(#2115) Expected indentation of 4 spaces (indentation)
(#2118) Expected indentation of 4 spaces (indentation)
(#2121) Expected indentation of 4 spaces (indentation)
(#2124) Expected indentation of 4 spaces (indentation)
(#2128) Expected indentation of 4 spaces (indentation)
(#2133) Expected indentation of 4 spaces (indentation)
(#2136) Expected indentation of 4 spaces (indentation)
(#2139) Expected indentation of 4 spaces (indentation)
(#2143) Expected indentation of 4 spaces (indentation)
(#2146) Expected indentation of 4 spaces (indentation)
(#2149) Expected indentation of 4 spaces (indentation)
(#2152) Expected indentation of 4 spaces (indentation)
(#2155) Expected indentation of 4 spaces (indentation)
(#2158) Expected indentation of 4 spaces (indentation)
(#2161) Expected indentation of 4 spaces (indentation)
(#2164) Expected indentation of 4 spaces (indentation)
(#2165) Expected indentation of 4 spaces (indentation)
(#2166) Expected indentation of 4 spaces (indentation)
(#2167) 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)
(#2171) Expected indentation of 4 spaces (indentation)
(#2175) Expected indentation of 4 spaces (indentation)
(#2176) Expected indentation of 4 spaces (indentation)
(#2177) Expected indentation of 4 spaces (indentation)
(#2178) Expected indentation of 4 spaces (indentation)
(#2179) Expected indentation of 4 spaces (indentation)
(#2180) Expected indentation of 4 spaces (indentation)
(#153) Unexpected composition (selector-root-no-composition)
theme/shoelace/style/font.css
(#34) Expected empty line before at-rule (at-rule-empty-line-before)
(#40) Expected empty line before at-rule (at-rule-empty-line-before)
(#46) Expected empty line before at-rule (at-rule-empty-line-before)
(#52) Expected empty line before at-rule (at-rule-empty-line-before)
(#58) Expected empty line before at-rule (at-rule-empty-line-before)
(#64) Expected empty line before at-rule (at-rule-empty-line-before)
(#70) Expected empty line before at-rule (at-rule-empty-line-before)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#47) 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)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) 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)
(#74) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(110 errors, 0 warnings)

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

theme/shoelace/classes/output/core_renderer.php
(#41) Class core_renderer is not documented
(#50) Function core_renderer::__construct is not documented
(#55) Function core_renderer::get_less_file is not documented
(#72) Function core_renderer::navbar is not documented
(#194) Function core_renderer::render_page is not documented
(#208) Function core_renderer::render_wrapper_template is not documented
(#237) Function core_renderer::render_template is not documented
(#247) Function core_renderer::get_base_data is not documented
(#273) Function core_renderer::render_columns1_template is not documented
(#315) Function core_renderer::render_columns2l_template is not documented
(#319) Function core_renderer::render_columns2r_template is not documented
(#323) Function core_renderer::render_columns2_template is not documented
(#388) Function core_renderer::get_threecolumns_common_data is not documented
(#458) Function core_renderer::get_threecolumns_middle_common_data is not documented
(#520) Function core_renderer::render_columns3_template is not documented
(#526) Function core_renderer::render_columns3middle_template is not documented
(#532) Function core_renderer::render_secure_template is not documented
(#539) Function core_renderer::get_frontpage_onecolumn_middle_common_data is not documented
(#582) Function core_renderer::get_frontpage_twocolumns_middle_common_data is not documented
(#644) Function core_renderer::render_frontpage_template is not documented
(#692) Function core_renderer::render_popup_template is not documented
(#698) Function core_renderer::render_embedded_template is not documented
(#706) Function core_renderer::render_cdnfonts_tile_template is not documented
(#712) Function core_renderer::render_header_tile_template is not documented
(#747) Function core_renderer::render_page_header_tile_template is not documented
(#765) Function core_renderer::showslider is not documented
(#803) Function core_renderer::render_carousel_tile_template is not documented
(#919) Function core_renderer::render_footer_tile_template is not documented
(#949) Function core_renderer::render_footer_blocks_tile_template is not documented
(#1105) Function core_renderer::gotobottom_menu is not documented
(#1110) Function core_renderer::render_gotobottom_menu is not documented
(#1164) Function core_renderer::syntax_highlighter is not documented
(#1418) Function core_renderer::anti_gravity is not documented
(#44) Variable core_renderer::$shoelace is not documented
(#46) Variable core_renderer::$syntaxhighlighterenabled is not documented
(#47) Variable core_renderer::$themeconfig is not documented
(#48) Variable core_renderer::$layout is not documented
(#20) Package theme is not valid
theme/shoelace/classes/output/core_renderer_maintenance.php
(#33) Class core_renderer_maintenance is not documented
(#38) Function core_renderer_maintenance::__construct is not documented
(#44) Function core_renderer_maintenance::render_page is not documented
(#59) Function core_renderer_maintenance::render_maintenance_template is not documented
(#36) Variable core_renderer_maintenance::$themeconfig is not documented
(#20) Package theme is not valid
theme/shoelace/classes/output/core_renderer_toolbox.php
(#35) Function get_setting is not documented
(#46) Function setting_file_url is not documented
(#61) Function pix_url is not documented
(#20) Package theme is not valid
theme/shoelace/classes/toolbox.php
(#32) Class toolbox is not documented
(#37) Function toolbox::__construct is not documented
(#40) Function toolbox::get_instance is not documented
(#47) Function toolbox::set_core_renderer is not documented
(#82) Function toolbox::setting_file_url is not documented
(#87) Function toolbox::pix_url is not documented
(#92) Function toolbox::check_corerenderer is not documented
(#162) Function toolbox::get_categories_list is not documented
(#222) Function toolbox::set_setting is not documented
(#232) Function toolbox::set_height_setting is not documented
(#242) Function toolbox::set_colour is not documented
(#255) Function toolbox::set_background_image is not documented
(#266) Function toolbox::set_background_image_style is not documented
(#286) Function toolbox::serve_syntaxhighlighter is not documented
(#315) Function toolbox::send_unmodified is not documented
(#328) Function toolbox::send_cached is not documented
(#350) Function toolbox::change_icons is not documented
(#416) Function toolbox::svg_files is not documented
(#34) Variable toolbox::$corerenderer is not documented
(#35) Variable toolbox::$instance is not documented
(#58) Phpdocs for function toolbox::get_setting has incomplete parameters list
(#20) Package theme is not valid
theme/shoelace/config.php
(#20) Package theme is not valid
theme/shoelace/db/upgrade.php
(#28) Function xmldb_theme_shoelace_upgrade is not documented
(#20) Package theme is not valid
theme/shoelace/lang/en/theme_shoelace.php
(#20) Package theme is not valid
theme/shoelace/layout/layout.php
(#20) Package theme is not valid
theme/shoelace/layout/maintenance.php
(#20) Package theme is not valid
theme/shoelace/lib.php
(#30) Function theme_shoelace_process_css is not documented
(#20) Package theme is not valid
theme/shoelace/pages/styleguide.php
(#20) Package theme is not valid
theme/shoelace/settings.php
(#20) Package theme is not valid
theme/shoelace/shoelace_admin_setting_configinteger.php
(#27) Class shoelace_admin_setting_configinteger is not documented
(#54) Function shoelace_admin_setting_configinteger::write_setting is not documented
(#66) Phpdocs for function shoelace_admin_setting_configinteger::validate has incomplete parameters list
(#20) Package theme is not valid
theme/shoelace/shoelace_admin_setting_configradio.php
(#29) Class shoelace_admin_setting_configradio is not documented
(#123) Phpdocs for function shoelace_admin_setting_configradio::output_radio_html has incomplete parameters list
(#20) Package theme is not valid
theme/shoelace/shoelace_admin_setting_configselect.php
(#29) Class shoelace_admin_setting_configselect is not documented
(#37) Phpdocs for function shoelace_admin_setting_configselect::output_select_html has incomplete parameters list
(#20) Package theme is not valid
theme/shoelace/shoelace_admin_setting_styleguide.php
(#48) Class shoelace_admin_setting_styleguide is not documented
(#7435) Function shoelace_admin_setting_styleguide::tableone is not documented
(#7471) Function shoelace_admin_setting_styleguide::tabletwo is not documented
(#7506) Function shoelace_admin_setting_styleguide::nav is not documented
(#7551) Function shoelace_admin_setting_styleguide::options is not documented
(#7581) Function shoelace_admin_setting_styleguide::holder is not documented
(#7585) Function shoelace_admin_setting_styleguide::threethumbnails is not documented
(#7605) Function shoelace_admin_setting_styleguide::fourthumbnails is not documented
(#171) Phpdocs for function shoelace_admin_setting_styleguide::write_setting has incomplete parameters list
(#180) Phpdocs for function shoelace_admin_setting_styleguide::output_html has incomplete parameters list
(#20) Package theme is not valid
theme/shoelace/tests/corerenderer_test.php
(#35) Class theme_shoelace_corerenderer_testcase is not documented
(#37) Variable theme_shoelace_corerenderer_testcase::$outputus is not documented
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoelace/tests/toolbox_test.php
(#35) Class theme_shoelace_toolbox_testcase is not documented
(#37) Variable theme_shoelace_toolbox_testcase::$outputus is not documented
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoelace/version.php
(#20) Package theme is not valid

Update savepoints problems

(2 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]

theme/shoelace/db/upgrade.php
Detected more 'if' blocks (1) than 'savepoint' calls (0)
version 2104022400 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 36 warnings)

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

theme/shoelace/templates/#carousel.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 2: Bad value “” for attribute “id” on element “div”: An ID must not be the empty string. (ad><body><div id="" class="carousel slide"> <)
theme/shoelace/templates/#cdnfonts.mustache
(#1) Example context missing.
theme/shoelace/templates/#footer.mustache
(#1) Example context missing.
theme/shoelace/templates/#footer_blocks.mustache
(#1) Example context missing.
theme/shoelace/templates/#header.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 2: The “banner” role is unnecessary for element “header”. (ad><body><header role="banner" class="navbar navbar-fixed-top moodle-has-zindex"> <)
(#1) HTML Validation info, line 3: The “navigation” role is unnecessary for element “nav”. (dex"> <nav role="navigation" class="navbar-inner"> )
theme/shoelace/templates/#marketingslideshow.mustache
(#1) Example context missing.
theme/shoelace/templates/#page_header.mustache
(#1) Example context missing.
theme/shoelace/templates/#slideshowmarketing.mustache
(#1) Example context missing.
theme/shoelace/templates/columns1.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 8: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. (> <section id="region-main" class="span12"> )
theme/shoelace/templates/columns2.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 9: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/columns3.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 11: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/columns3middle.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 12: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/embedded.mustache
(#1) Example context missing.
theme/shoelace/templates/frontpage1.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 11: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/frontpage2.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 11: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/frontpage3.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 13: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/maintenance.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 9: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/popup.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 4: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. (> <section id="region-main" class="span12"> )
theme/shoelace/templates/secure.mustache
(#1) Example context missing.
(#1) HTML Validation info, line 11: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections. ( <section id="region-main-shoelace"> )
theme/shoelace/templates/wrapper_layout.mustache
(#1) Example context missing.
(#1) HTML Validation error, line 1: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. (<html><head)
(#1) HTML Validation error, line 3: Element “title” must not be empty. ( <title></title> <)
(#1) HTML Validation error, line 5: Bad value “” for attribute “href” on element “link”: Must be non-empty. (1.0"> <link rel="shortcut icon" href=""/> )