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

(4 errors, 19 warnings)

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

theme/shoelace/classes/output/core_renderer.php
(#37) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1057) This comment is 67% valid code; is this commented out code?
(#1336) Line exceeds 132 characters; contains 141 characters
theme/shoelace/classes/toolbox.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#288) Line exceeds 132 characters; contains 133 characters
(#328) 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/lib.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
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
(#437) 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
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#154) Line exceeds 132 characters; contains 149 characters
theme/shoelace/shoelace_admin_setting_configselect.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoelace/shoelace_admin_setting_styleguide.php
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoelace/tests/corerenderer_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoelace/tests/toolbox_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoelace/version.php
(#31) This comment is 45% valid code; is this commented out code?

Javascript coding style problems

(607 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) 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) 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) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Expected space(s) after "return". (keyword-spacing)
(#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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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 semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#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)
(#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)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#32) There should be no space after '{' (object-curly-spacing)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#48) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#48) There should be no space before '}' (object-curly-spacing)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) There should be no space after '{' (object-curly-spacing)
(#51) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#54) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#54) There should be no space before '}' (object-curly-spacing)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) There should be no space after '{' (object-curly-spacing)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) There should be no space before '}' (object-curly-spacing)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) There should be no space after '{' (object-curly-spacing)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) There should be no space before '}' (object-curly-spacing)
(#62) There should be no space after '{' (object-curly-spacing)
(#62) There should be no space before '}' (object-curly-spacing)
(#63) There should be no space after '{' (object-curly-spacing)
(#63) There should be no space before '}' (object-curly-spacing)
(#64) There should be no space after '{' (object-curly-spacing)
(#64) There should be no space before '}' (object-curly-spacing)
(#66) Unnecessary semicolon. (no-extra-semi)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Multiple spaces found before ''class interface function package''. (no-multi-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) There should be no space before '}' (object-curly-spacing)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unnecessary semicolon. (no-extra-semi)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#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)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#47) There should be no space before '}' (object-curly-spacing)
(#48) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#83) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#87) There should be no space before '}' (object-curly-spacing)
(#88) There should be no space after '{' (object-curly-spacing)
(#88) There should be no space before '}' (object-curly-spacing)
(#89) There should be no space after '{' (object-curly-spacing)
(#89) There should be no space before '}' (object-curly-spacing)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#94) A space is required after ','. (comma-spacing)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#96) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#84) There should be no space after '{' (object-curly-spacing)
(#84) There should be no space before '}' (object-curly-spacing)
(#85) There should be no space after '{' (object-curly-spacing)
(#85) There should be no space before '}' (object-curly-spacing)
(#86) There should be no space after '{' (object-curly-spacing)
(#86) There should be no space before '}' (object-curly-spacing)
(#88) Unnecessary semicolon. (no-extra-semi)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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)
(#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)
(#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)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#31) Unnecessary escape character: \: (no-useless-escape)
(#32) Unnecessary semicolon. (no-extra-semi)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#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) 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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#82) Unnecessary semicolon. (no-extra-semi)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#25) There should be no space after '{' (object-curly-spacing)
(#25) There should be no space before '}' (object-curly-spacing)
(#26) There should be no space after '{' (object-curly-spacing)
(#26) There should be no space before '}' (object-curly-spacing)
(#27) There should be no space after '{' (object-curly-spacing)
(#27) There should be no space before '}' (object-curly-spacing)
(#28) There should be no space after '{' (object-curly-spacing)
(#28) There should be no space before '}' (object-curly-spacing)
(#29) There should be no space after '{' (object-curly-spacing)
(#29) There should be no space before '}' (object-curly-spacing)
(#30) There should be no space after '{' (object-curly-spacing)
(#30) There should be no space before '}' (object-curly-spacing)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#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)
(#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)
(#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)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#52) There should be no space after '{' (object-curly-spacing)
(#52) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#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) There should be no space after '{' (object-curly-spacing)
(#34) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#45) Extra space after key 'left'. (key-spacing)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Extra space after key 'right'. (key-spacing)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unnecessary semicolon. (no-extra-semi)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) There should be no space before '}' (object-curly-spacing)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unnecessary semicolon. (no-extra-semi)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#31) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) There should be no space before '}' (object-curly-spacing)
(#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) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#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/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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#57) There should be no space before '}' (object-curly-spacing)
(#58) There should be no space after '{' (object-curly-spacing)
(#58) There should be no space before '}' (object-curly-spacing)
(#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)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#78) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) Unnecessary semicolon. (no-extra-semi)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#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)
(#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)
(#23) Unexpected empty function. (no-empty-function)
(#24) Unnecessary semicolon. (no-extra-semi)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#29) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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)
(#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)
(#57) There should be no space after '{' (object-curly-spacing)
(#57) There should be no space before '}' (object-curly-spacing)
(#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) There should be no space after '{' (object-curly-spacing)
(#59) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#62) There should be no space before '}' (object-curly-spacing)
(#63) There should be no space after '{' (object-curly-spacing)
(#63) There should be no space before '}' (object-curly-spacing)
(#65) Unnecessary semicolon. (no-extra-semi)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#73) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Multiple spaces found before ''and assert break class continue def del elif else ''. (no-multi-spaces)
(#39) Multiple spaces found before ''None True False self cls class_''. (no-multi-spaces)
(#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) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#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) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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)
(#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)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#31) Unnecessary escape character: \: (no-useless-escape)
(#32) Unnecessary semicolon. (no-extra-semi)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#72) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#78) There should be no space before '}' (object-curly-spacing)
(#79) There should be no space after '{' (object-curly-spacing)
(#79) There should be no space before '}' (object-curly-spacing)
(#80) There should be no space after '{' (object-curly-spacing)
(#80) There should be no space before '}' (object-curly-spacing)
(#81) There should be no space after '{' (object-curly-spacing)
(#81) There should be no space before '}' (object-curly-spacing)
(#82) There should be no space after '{' (object-curly-spacing)
(#82) There should be no space before '}' (object-curly-spacing)
(#83) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#85) Unnecessary semicolon. (no-extra-semi)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#93) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#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) 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) 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) 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) 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) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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)
(#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)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#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) 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) There should be no space after '{' (object-curly-spacing)
(#52) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#56) Unnecessary semicolon. (no-extra-semi)
(#58) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#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)
(#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)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#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) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#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)
(#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)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) 'regexInfo' is defined but never used (no-unused-vars)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#28) 'XRegExp' is not defined. (no-undef)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#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)
(#35) 'XRegExp' is not defined. (no-undef)
(#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)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#47) Expected { after 'if' condition. (curly)
(#47) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#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) 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) 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)
(#60) Unnecessary semicolon. (no-extra-semi)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#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) '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) 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) 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) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Expected space(s) after "return". (keyword-spacing)
(#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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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 semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#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) 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) 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) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Expected space(s) after "return". (keyword-spacing)
(#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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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 semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-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) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#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) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-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) 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) 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) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (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) Expected space(s) before "return". (keyword-spacing)
(#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

(7 errors, 1574 warnings)

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

theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#99) Use of !important
(#102) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#115) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#122) Use of !important
(#125) Use of !important
(#126) Use of !important
(#129) Use of !important
(#130) Use of !important
(#133) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#142) Use of !important
(#145) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#151) Use of !important
(#154) Use of !important
(#157) Use of !important
(#158) Use of !important
(#161) Use of !important
(#164) Use of !important
(#171) Use of !important
(#174) Use of !important
(#177) Use of !important
(#180) Use of !important
(#183) Use of !important
(#186) Use of !important
(#189) Use of !important
(#192) Use of !important
(#195) Use of !important
(#196) Use of !important
(#199) Use of !important
(#202) Use of !important
(#205) Use of !important
(#208) Use of !important
(#211) Use of !important
(#214) Use of !important
(#217) Use of !important
(#220) Use of !important
(#223) Use of !important
(#226) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreDefault.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreDjango.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreEclipse.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
(#331) Use of !important
(#334) Use of !important
(#337) Use of !important
(#338) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreEmacs.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreFadeToGrey.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreMDUltra.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreMidnight.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shCoreRDark.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeDefault.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeDjango.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeEclipse.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
(#120) Use of !important
(#123) Use of !important
(#126) Use of !important
(#127) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeEmacs.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeFadeToGrey.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeMDUltra.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeMidnight.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoelace/javascript/syntaxhighlighter_3_0_83/styles/shThemeRDark.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoelace/style/custom.css
(#3) Rule is empty.
(#4) Unexpected token '[' at line 4, col 23.
(#5) Unexpected token '[' at line 5, col 28.
(#6) Unexpected token '[' at line 6, col 24.
(#7) Unexpected token '[' at line 7, col 22.
(#16) Expected RBRACE at line 16, col 5.
(#44) Expected IDENT at line 44, col 2.
(#44) Expected IDENT at line 44, col 2.

PHPDocs style problems

(112 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
(#39) Class core_renderer is not documented
(#48) Function core_renderer::__construct is not documented
(#53) Function core_renderer::get_less_file is not documented
(#70) Function core_renderer::navbar is not documented
(#192) Function core_renderer::render_page is not documented
(#206) Function core_renderer::render_wrapper_template is not documented
(#235) Function core_renderer::render_template is not documented
(#245) Function core_renderer::get_base_data is not documented
(#271) Function core_renderer::render_columns1_template is not documented
(#313) Function core_renderer::render_columns2l_template is not documented
(#317) Function core_renderer::render_columns2r_template is not documented
(#321) Function core_renderer::render_columns2_template is not documented
(#386) Function core_renderer::get_threecolumns_common_data is not documented
(#456) Function core_renderer::get_threecolumns_middle_common_data is not documented
(#518) Function core_renderer::render_columns3_template is not documented
(#524) Function core_renderer::render_columns3middle_template is not documented
(#530) Function core_renderer::render_secure_template is not documented
(#537) Function core_renderer::get_frontpage_onecolumn_middle_common_data is not documented
(#580) Function core_renderer::get_frontpage_twocolumns_middle_common_data is not documented
(#642) 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
(#740) Function core_renderer::render_page_header_tile_template is not documented
(#758) Function core_renderer::showslider is not documented
(#796) Function core_renderer::render_carousel_tile_template is not documented
(#912) Function core_renderer::render_footer_tile_template is not documented
(#942) Function core_renderer::render_footer_blocks_tile_template is not documented
(#1098) Function core_renderer::gotobottom_menu is not documented
(#1103) Function core_renderer::render_gotobottom_menu is not documented
(#1157) Function core_renderer::syntax_highlighter is not documented
(#1411) Function core_renderer::anti_gravity is not documented
(#42) Variable core_renderer::$shoelace is not documented
(#44) Variable core_renderer::$syntaxhighlighterenabled is not documented
(#45) Variable core_renderer::$themeconfig is not documented
(#46) 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
(#30) Class toolbox is not documented
(#35) Function toolbox::__construct is not documented
(#38) Function toolbox::get_instance is not documented
(#45) Function toolbox::set_core_renderer is not documented
(#80) Function toolbox::setting_file_url is not documented
(#85) Function toolbox::pix_url is not documented
(#90) Function toolbox::check_corerenderer is not documented
(#160) Function toolbox::get_categories_list is not documented
(#220) Function toolbox::set_setting is not documented
(#230) Function toolbox::set_height_setting is not documented
(#240) Function toolbox::set_colour is not documented
(#253) Function toolbox::set_background_image is not documented
(#264) Function toolbox::set_background_image_style is not documented
(#284) Function toolbox::serve_syntaxhighlighter is not documented
(#313) Function toolbox::send_unmodified is not documented
(#326) Function toolbox::send_cached is not documented
(#348) Function toolbox::change_icons is not documented
(#414) Function toolbox::svg_files is not documented
(#32) Variable toolbox::$corerenderer is not documented
(#33) Variable toolbox::$instance is not documented
(#56) 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
(#28) 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
(#27) Class shoelace_admin_setting_configradio is not documented
(#121) 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
(#27) Class shoelace_admin_setting_configselect is not documented
(#35) 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
(#17) File-level phpdocs block is not found
(#7432) Function shoelace_admin_setting_styleguide::tableone is not documented
(#7468) Function shoelace_admin_setting_styleguide::tabletwo is not documented
(#7503) Function shoelace_admin_setting_styleguide::nav is not documented
(#7548) Function shoelace_admin_setting_styleguide::options is not documented
(#7578) Function shoelace_admin_setting_styleguide::holder is not documented
(#7582) Function shoelace_admin_setting_styleguide::threethumbnails is not documented
(#7602) Function shoelace_admin_setting_styleguide::fourthumbnails is not documented
(#168) Phpdocs for function shoelace_admin_setting_styleguide::write_setting has incomplete parameters list
(#177) 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
(#34) Variable theme_shoelace_corerenderer_testcase::$outputus is not documented
(#28) Class theme_shoelace_corerenderer_testcase does not have @copyright tag
(#28) Class theme_shoelace_corerenderer_testcase does not have @license tag
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoelace/tests/toolbox_test.php
(#34) Variable theme_shoelace_toolbox_testcase::$outputus is not documented
(#28) Class theme_shoelace_toolbox_testcase does not have @copyright tag
(#28) Class theme_shoelace_toolbox_testcase does not have @license tag
(#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

(2 errors, 0 warnings)

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

theme/shoelace/amd/build/holder.min.js
Uncommitted change detected.
theme/shoelace/amd/build/scroll.min.js
Uncommitted change detected.

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=""/> )