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

(0 errors, 12 warnings)

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

theme/shoelace/classes/output/core_renderer.php
(#732) Line exceeds 132 characters; contains 153 characters
(#1065) This comment is 67% valid code; is this commented out code?
(#1344) Line exceeds 132 characters; contains 141 characters
theme/shoelace/classes/toolbox.php
(#347) Line exceeds 132 characters; contains 133 characters
(#387) This comment is 43% valid code; is this commented out code?
theme/shoelace/lib.php
(#196) Line exceeds 132 characters; contains 133 characters
(#227) Line exceeds 132 characters; contains 136 characters
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
(#574) Line exceeds 132 characters; contains 148 characters
theme/shoelace/shoelace_admin_setting_configinteger.php
(#81) Line exceeds 132 characters; contains 133 characters
theme/shoelace/shoelace_admin_setting_configradio.php
(#156) Line exceeds 132 characters; contains 149 characters
(#160) Line exceeds 132 characters; contains 133 characters

Javascript coding style problems

(1592 errors, 1085 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)
(#155) Multiple spaces found before '// Task.'. (no-multi-spaces)
(#156) Multiple spaces found before '// Configurati...'. (no-multi-spaces)
(#167) Multiple spaces found before '// Target.'. (no-multi-spaces)
(#168) Multiple spaces found before '// Dictionary ...'. (no-multi-spaces)
(#169) Multiple spaces found before '// Enable dyna...'. (no-multi-spaces)
(#170) Multiple spaces found before '// Source matc...'. (no-multi-spaces)
(#171) Multiple spaces found before '// Actual patt...'. (no-multi-spaces)
(#172) Multiple spaces found before '// Destination...'. (no-multi-spaces)
(#173) Multiple spaces found before '// Destination...'. (no-multi-spaces)
(#174) Multiple spaces found before '// Dictionary ...'. (no-multi-spaces)
(#175) Multiple spaces found before '// Enable dyna...'. (no-multi-spaces)
(#176) Multiple spaces found before '// Source matc...'. (no-multi-spaces)
(#177) Multiple spaces found before '// Actual patt...'. (no-multi-spaces)
(#179) Multiple spaces found before '// Destination...'. (no-multi-spaces)
(#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)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Expected space(s) after "catch". (keyword-spacing)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#58) Expected space or tab after '/*' in comment. (spaced-comment)
(#102) Comments should not begin with a lowercase character (capitalized-comments)
(#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)
(#139) Comments should not begin with a lowercase character (capitalized-comments)
(#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)
(#179) Comments should not begin with a lowercase character (capitalized-comments)
(#186) The Function constructor is eval. (no-new-func)
(#189) Comments should not begin with a lowercase character (capitalized-comments)
(#199) Expected space or tab after '/*' in comment. (spaced-comment)
(#215) Comments should not begin with a lowercase character (capitalized-comments)
(#217) Comments should not begin with a lowercase character (capitalized-comments)
(#219) Comments should not begin with a lowercase character (capitalized-comments)
(#229) Expected space or tab after '/*' in comment. (spaced-comment)
(#247) Line 247 exceeds the maximum line length of 132. (max-len)
(#249) Comments should not begin with a lowercase character (capitalized-comments)
(#283) Comments should not begin with a lowercase character (capitalized-comments)
(#286) Comments should not begin with a lowercase character (capitalized-comments)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Comments should not begin with a lowercase character (capitalized-comments)
(#293) Expected space or tab after '/*' in comment. (spaced-comment)
(#298) Comments should not begin with a lowercase character (capitalized-comments)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shAutoloader.js
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-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) 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) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) 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
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Unexpected tab character. (no-tabs)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Unexpected tab character. (no-tabs)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) There should be no space after '{'. (object-curly-spacing)
(#33) Unexpected tab character. (no-tabs)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) There should be no space before '}'. (object-curly-spacing)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#48) Unexpected tab character. (no-tabs)
(#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) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#51) There should be no space before '}'. (object-curly-spacing)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) Comments should not begin with a lowercase character (capitalized-comments)
(#54) Unexpected tab character. (no-tabs)
(#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) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space before '}'. (object-curly-spacing)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no space before '}'. (object-curly-spacing)
(#62) Unexpected tab character. (no-tabs)
(#62) There should be no space after '{'. (object-curly-spacing)
(#62) There should be no space before '}'. (object-curly-spacing)
(#63) Unexpected tab character. (no-tabs)
(#63) There should be no space after '{'. (object-curly-spacing)
(#63) There should be no space before '}'. (object-curly-spacing)
(#64) Unexpected tab character. (no-tabs)
(#64) There should be no space after '{'. (object-curly-spacing)
(#64) There should be no space before '}'. (object-curly-spacing)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) Unnecessary semicolon. (no-extra-semi)
(#68) Unexpected tab character. (no-tabs)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#73) Unexpected tab character. (no-tabs)
(#74) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#74) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#74) Unexpected tab character. (no-tabs)
(#74) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAS3.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before ''class interface function package''. (no-multi-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) 'SyntaxHighlighter' is not defined. (no-undef)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#42) Comments should not begin with a lowercase character (capitalized-comments)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#43) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#45) Comments should not begin with a lowercase character (capitalized-comments)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) There should be no space before '}'. (object-curly-spacing)
(#46) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#50) Unnecessary semicolon. (no-extra-semi)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushBash.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Multiple spaces found before ''alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot''. (no-multi-spaces)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) Unnecessary escape character: \/. (no-useless-escape)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}'. (object-curly-spacing)
(#45) Comments should not begin with a lowercase character (capitalized-comments)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#46) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) There should be no space before '}'. (object-curly-spacing)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#48) Comments should not begin with a lowercase character (capitalized-comments)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) Unexpected tab character. (no-tabs)
(#58) 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) Unexpected tab character. (no-tabs)
(#58) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushColdFusion.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Unexpected tab character. (no-tabs)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Unexpected tab character. (no-tabs)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Unexpected tab character. (no-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Unexpected tab character. (no-tabs)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) Unexpected tab character. (no-tabs)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Unexpected tab character. (no-tabs)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Unexpected tab character. (no-tabs)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Unexpected tab character. (no-tabs)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Unexpected tab character. (no-tabs)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Unexpected tab character. (no-tabs)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Unexpected tab character. (no-tabs)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Unexpected tab character. (no-tabs)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Unexpected tab character. (no-tabs)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Unexpected tab character. (no-tabs)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Unexpected tab character. (no-tabs)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#83) Multiple spaces found before '// one line an...'. (no-multi-spaces)
(#83) Comments should not begin with a lowercase character (capitalized-comments)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no space after '{'. (object-curly-spacing)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) There should be no space before '}'. (object-curly-spacing)
(#84) Comments should not begin with a lowercase character (capitalized-comments)
(#84) Multiple spaces found before '// single quot...'. (no-multi-spaces)
(#85) Unexpected tab character. (no-tabs)
(#85) There should be no space after '{'. (object-curly-spacing)
(#85) 'SyntaxHighlighter' is not defined. (no-undef)
(#85) There should be no space before '}'. (object-curly-spacing)
(#85) Multiple spaces found before '// double quot...'. (no-multi-spaces)
(#85) Comments should not begin with a lowercase character (capitalized-comments)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no space after '{'. (object-curly-spacing)
(#86) 'SyntaxHighlighter' is not defined. (no-undef)
(#86) There should be no space before '}'. (object-curly-spacing)
(#86) Comments should not begin with a lowercase character (capitalized-comments)
(#86) Multiple spaces found before '// single quot...'. (no-multi-spaces)
(#87) Unexpected tab character. (no-tabs)
(#87) There should be no space after '{'. (object-curly-spacing)
(#87) There should be no space before '}'. (object-curly-spacing)
(#87) Comments should not begin with a lowercase character (capitalized-comments)
(#88) Unexpected tab character. (no-tabs)
(#88) There should be no space after '{'. (object-curly-spacing)
(#88) There should be no space before '}'. (object-curly-spacing)
(#88) Multiple spaces found before '// operators a...'. (no-multi-spaces)
(#88) Comments should not begin with a lowercase character (capitalized-comments)
(#89) Unexpected tab character. (no-tabs)
(#89) There should be no space after '{'. (object-curly-spacing)
(#89) There should be no space before '}'. (object-curly-spacing)
(#89) Comments should not begin with a lowercase character (capitalized-comments)
(#89) Multiple spaces found before '// keyword'. (no-multi-spaces)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#94) Unexpected tab character. (no-tabs)
(#94) A space is required after ','. (comma-spacing)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#96) 'SyntaxHighlighter' is not defined. (no-undef)
(#98) Unexpected tab character. (no-tabs)
(#99) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) Unexpected tab character. (no-tabs)
(#99) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCpp.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no space after '{'. (object-curly-spacing)
(#79) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) There should be no space before '}'. (object-curly-spacing)
(#79) Comments should not begin with a lowercase character (capitalized-comments)
(#80) Unexpected tab character. (no-tabs)
(#80) There should be no space after '{'. (object-curly-spacing)
(#80) 'SyntaxHighlighter' is not defined. (no-undef)
(#80) There should be no space before '}'. (object-curly-spacing)
(#80) Comments should not begin with a lowercase character (capitalized-comments)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no space after '{'. (object-curly-spacing)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#81) There should be no space before '}'. (object-curly-spacing)
(#81) Comments should not begin with a lowercase character (capitalized-comments)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no space after '{'. (object-curly-spacing)
(#82) 'SyntaxHighlighter' is not defined. (no-undef)
(#82) There should be no space before '}'. (object-curly-spacing)
(#82) Comments should not begin with a lowercase character (capitalized-comments)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#84) Unexpected tab character. (no-tabs)
(#84) There should be no space after '{'. (object-curly-spacing)
(#84) There should be no space before '}'. (object-curly-spacing)
(#85) Unexpected tab character. (no-tabs)
(#85) There should be no space after '{'. (object-curly-spacing)
(#85) There should be no space before '}'. (object-curly-spacing)
(#86) Unexpected tab character. (no-tabs)
(#86) There should be no space after '{'. (object-curly-spacing)
(#86) There should be no space before '}'. (object-curly-spacing)
(#87) Unexpected tab character. (no-tabs)
(#88) Unexpected tab character. (no-tabs)
(#88) Unnecessary semicolon. (no-extra-semi)
(#90) Unexpected tab character. (no-tabs)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#91) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#95) Unexpected tab character. (no-tabs)
(#96) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Unexpected tab character. (no-tabs)
(#96) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCSharp.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Missing JSDoc comment. (require-jsdoc)
(#32) 'regexInfo' is defined but never used. (no-unused-vars)
(#33) Unexpected tab character. (no-tabs)
(#33) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) Extra space after key 'func'. (key-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#43) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#46) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}'. (object-curly-spacing)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#48) Comments should not begin with a lowercase character (capitalized-comments)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#49) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#52) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unexpected tab character. (no-tabs)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCss.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Missing JSDoc comment. (require-jsdoc)
(#25) Unexpected tab character. (no-tabs)
(#25) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Missing JSDoc comment. (require-jsdoc)
(#30) Unexpected tab character. (no-tabs)
(#30) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#31) Unexpected tab character. (no-tabs)
(#31) Unnecessary escape character: \:. (no-useless-escape)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) There should be no space after '{'. (object-curly-spacing)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#67) There should be no space before '}'. (object-curly-spacing)
(#67) Comments should not begin with a lowercase character (capitalized-comments)
(#68) Unexpected tab character. (no-tabs)
(#68) There should be no space after '{'. (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}'. (object-curly-spacing)
(#68) Comments should not begin with a lowercase character (capitalized-comments)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no space after '{'. (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}'. (object-curly-spacing)
(#69) Comments should not begin with a lowercase character (capitalized-comments)
(#70) Unexpected tab character. (no-tabs)
(#70) There should be no space after '{'. (object-curly-spacing)
(#70) Unnecessary escape character: \#. (no-useless-escape)
(#70) There should be no space before '}'. (object-curly-spacing)
(#70) Comments should not begin with a lowercase character (capitalized-comments)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no space after '{'. (object-curly-spacing)
(#71) Unnecessary escape character: \:. (no-useless-escape)
(#71) Unnecessary escape character: \%. (no-useless-escape)
(#71) There should be no space before '}'. (object-curly-spacing)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#73) Comments should not begin with a lowercase character (capitalized-comments)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#74) Comments should not begin with a lowercase character (capitalized-comments)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#75) Comments should not begin with a lowercase character (capitalized-comments)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Unexpected tab character. (no-tabs)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Unexpected tab character. (no-tabs)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#82) Unnecessary semicolon. (no-extra-semi)
(#84) Unexpected tab character. (no-tabs)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#85) Unexpected tab character. (no-tabs)
(#87) Unexpected tab character. (no-tabs)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#89) Unexpected tab character. (no-tabs)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#90) Unexpected tab character. (no-tabs)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDelphi.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#37) Multiple spaces found before '// multiline c...'. (no-multi-spaces)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Multiple spaces found before '// multiline c...'. (no-multi-spaces)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Multiple spaces found before '// one line'. (no-multi-spaces)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) Unnecessary escape character: \.. (no-useless-escape)
(#42) There should be no space before '}'. (object-curly-spacing)
(#42) Comments should not begin with a lowercase character (capitalized-comments)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#43) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDiff.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) There should be no space after '{'. (object-curly-spacing)
(#25) There should be no space before '}'. (object-curly-spacing)
(#26) Unexpected tab character. (no-tabs)
(#26) There should be no space after '{'. (object-curly-spacing)
(#26) Unnecessary escape character: \-. (no-useless-escape)
(#26) Unnecessary escape character: \-. (no-useless-escape)
(#26) Unnecessary escape character: \-. (no-useless-escape)
(#26) There should be no space before '}'. (object-curly-spacing)
(#27) Unexpected tab character. (no-tabs)
(#27) There should be no space after '{'. (object-curly-spacing)
(#27) There should be no space before '}'. (object-curly-spacing)
(#28) Unexpected tab character. (no-tabs)
(#28) There should be no space after '{'. (object-curly-spacing)
(#28) There should be no space before '}'. (object-curly-spacing)
(#29) Unexpected tab character. (no-tabs)
(#29) There should be no space after '{'. (object-curly-spacing)
(#29) Unnecessary escape character: \+. (no-useless-escape)
(#29) There should be no space before '}'. (object-curly-spacing)
(#30) Unexpected tab character. (no-tabs)
(#30) There should be no space after '{'. (object-curly-spacing)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) Unnecessary escape character: \-. (no-useless-escape)
(#30) There should be no space before '}'. (object-curly-spacing)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) Unexpected tab character. (no-tabs)
(#40) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Unexpected tab character. (no-tabs)
(#40) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushErlang.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Unexpected tab character. (no-tabs)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Unexpected tab character. (no-tabs)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected tab character. (no-tabs)
(#31) Comments should not begin with a lowercase character (capitalized-comments)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) There should be no space before '}'. (object-curly-spacing)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}'. (object-curly-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushGroovy.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before ''void boolean byte char short int long float double''. (no-multi-spaces)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected tab character. (no-tabs)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}'. (object-curly-spacing)
(#45) Comments should not begin with a lowercase character (capitalized-comments)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}'. (object-curly-spacing)
(#46) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}'. (object-curly-spacing)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) There should be no space before '}'. (object-curly-spacing)
(#48) Comments should not begin with a lowercase character (capitalized-comments)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no space after '{'. (object-curly-spacing)
(#52) There should be no space before '}'. (object-curly-spacing)
(#52) Comments should not begin with a lowercase character (capitalized-comments)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#53) Comments should not begin with a lowercase character (capitalized-comments)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#54) Comments should not begin with a lowercase character (capitalized-comments)
(#55) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) Unexpected tab character. (no-tabs)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#66) Unexpected tab character. (no-tabs)
(#66) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJava.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no space after '{'. (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}'. (object-curly-spacing)
(#33) Comments should not begin with a lowercase character (capitalized-comments)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) Unnecessary escape character: \*. (no-useless-escape)
(#34) There should be no space before '}'. (object-curly-spacing)
(#34) Comments should not begin with a lowercase character (capitalized-comments)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}'. (object-curly-spacing)
(#36) Comments should not begin with a lowercase character (capitalized-comments)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) Unnecessary escape character: \@. (no-useless-escape)
(#39) Unnecessary escape character: \@. (no-useless-escape)
(#39) Unnecessary escape character: \$. (no-useless-escape)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) Unnecessary escape character: \@. (no-useless-escape)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Extra space after key 'left'. (key-spacing)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Unexpected tab character. (no-tabs)
(#46) Extra space after key 'right'. (key-spacing)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) Unnecessary semicolon. (no-extra-semi)
(#50) Unexpected tab character. (no-tabs)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unexpected tab character. (no-tabs)
(#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) Unexpected tab character. (no-tabs)
(#56) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJavaFX.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) There should be no space before '}'. (object-curly-spacing)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) There should be no space before '}'. (object-curly-spacing)
(#45) Comments should not begin with a lowercase character (capitalized-comments)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#49) Unnecessary semicolon. (no-extra-semi)
(#51) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#52) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Unexpected tab character. (no-tabs)
(#57) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJScript.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#31) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) There should be no space before '}'. (object-curly-spacing)
(#34) Comments should not begin with a lowercase character (capitalized-comments)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) There should be no space before '}'. (object-curly-spacing)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) There should be no space before '}'. (object-curly-spacing)
(#36) Comments should not begin with a lowercase character (capitalized-comments)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) There should be no space before '}'. (object-curly-spacing)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Unexpected tab character. (no-tabs)
(#51) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPerl.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Unexpected tab character. (no-tabs)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Unexpected tab character. (no-tabs)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Unexpected tab character. (no-tabs)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Unexpected tab character. (no-tabs)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Unexpected tab character. (no-tabs)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Unexpected tab character. (no-tabs)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Unexpected tab character. (no-tabs)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Unexpected tab character. (no-tabs)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Unexpected tab character. (no-tabs)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unexpected tab character. (no-tabs)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Unexpected tab character. (no-tabs)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Unexpected tab character. (no-tabs)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Unexpected tab character. (no-tabs)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#54) Comments should not begin with a lowercase character (capitalized-comments)
(#55) Unexpected tab character. (no-tabs)
(#55) There should be no space after '{'. (object-curly-spacing)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) There should be no space before '}'. (object-curly-spacing)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#56) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) There should be no space before '}'. (object-curly-spacing)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) There should be no space before '}'. (object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#59) There should be no space before '}'. (object-curly-spacing)
(#60) Unexpected tab character. (no-tabs)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#66) Unexpected tab character. (no-tabs)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Unexpected tab character. (no-tabs)
(#71) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPhp.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Unexpected tab character. (no-tabs)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Unexpected tab character. (no-tabs)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Unexpected tab character. (no-tabs)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Unexpected tab character. (no-tabs)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Unexpected tab character. (no-tabs)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Unexpected tab character. (no-tabs)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Unexpected tab character. (no-tabs)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Unexpected tab character. (no-tabs)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Unexpected tab character. (no-tabs)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Unexpected tab character. (no-tabs)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Unexpected tab character. (no-tabs)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Unexpected tab character. (no-tabs)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Unexpected tab character. (no-tabs)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Unexpected tab character. (no-tabs)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Unexpected tab character. (no-tabs)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Unexpected tab character. (no-tabs)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Unexpected tab character. (no-tabs)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Unexpected tab character. (no-tabs)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Unexpected tab character. (no-tabs)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Unexpected tab character. (no-tabs)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Unexpected tab character. (no-tabs)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Unexpected tab character. (no-tabs)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Unexpected tab character. (no-tabs)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) There should be no space after '{'. (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}'. (object-curly-spacing)
(#68) Comments should not begin with a lowercase character (capitalized-comments)
(#69) Unexpected tab character. (no-tabs)
(#69) There should be no space after '{'. (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}'. (object-curly-spacing)
(#69) Comments should not begin with a lowercase character (capitalized-comments)
(#70) Unexpected tab character. (no-tabs)
(#70) There should be no space after '{'. (object-curly-spacing)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) There should be no space before '}'. (object-curly-spacing)
(#70) Comments should not begin with a lowercase character (capitalized-comments)
(#71) Unexpected tab character. (no-tabs)
(#71) There should be no space after '{'. (object-curly-spacing)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) There should be no space before '}'. (object-curly-spacing)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#72) Comments should not begin with a lowercase character (capitalized-comments)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#73) Comments should not begin with a lowercase character (capitalized-comments)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#74) Comments should not begin with a lowercase character (capitalized-comments)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#75) Comments should not begin with a lowercase character (capitalized-comments)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#78) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) Unexpected tab character. (no-tabs)
(#79) Unnecessary semicolon. (no-extra-semi)
(#81) Unexpected tab character. (no-tabs)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#82) Unexpected tab character. (no-tabs)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#87) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Unexpected tab character. (no-tabs)
(#87) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPlain.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected empty function 'Brush'. (no-empty-function)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Unnecessary semicolon. (no-extra-semi)
(#26) Unexpected tab character. (no-tabs)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#27) Unexpected tab character. (no-tabs)
(#29) 'SyntaxHighlighter' is not defined. (no-undef)
(#29) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#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) Unexpected tab character. (no-tabs)
(#32) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPowerShell.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) There should be no space before '}'. (object-curly-spacing)
(#57) Multiple spaces found before '// one line co...'. (no-multi-spaces)
(#57) Comments should not begin with a lowercase character (capitalized-comments)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) There should be no space before '}'. (object-curly-spacing)
(#58) Multiple spaces found before '}'. (no-multi-spaces)
(#58) Multiple spaces found before '// variables $...'. (no-multi-spaces)
(#58) Comments should not begin with a lowercase character (capitalized-comments)
(#59) Unexpected tab character. (no-tabs)
(#59) There should be no space after '{'. (object-curly-spacing)
(#59) Unnecessary escape character: \-. (no-useless-escape)
(#59) There should be no space before '}'. (object-curly-spacing)
(#59) Multiple spaces found before '// Operators ...'. (no-multi-spaces)
(#60) Unexpected tab character. (no-tabs)
(#60) There should be no space after '{'. (object-curly-spacing)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) There should be no space before '}'. (object-curly-spacing)
(#60) Comments should not begin with a lowercase character (capitalized-comments)
(#60) Multiple spaces found before '// strings'. (no-multi-spaces)
(#61) Unexpected tab character. (no-tabs)
(#61) There should be no space after '{'. (object-curly-spacing)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) There should be no space before '}'. (object-curly-spacing)
(#61) Comments should not begin with a lowercase character (capitalized-comments)
(#61) Multiple spaces found before '// strings'. (no-multi-spaces)
(#62) Unexpected tab character. (no-tabs)
(#62) There should be no space after '{'. (object-curly-spacing)
(#62) There should be no space before '}'. (object-curly-spacing)
(#63) Unexpected tab character. (no-tabs)
(#63) There should be no space after '{'. (object-curly-spacing)
(#63) There should be no space before '}'. (object-curly-spacing)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Unnecessary semicolon. (no-extra-semi)
(#67) Unexpected tab character. (no-tabs)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#72) Unexpected tab character. (no-tabs)
(#73) 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) Unexpected tab character. (no-tabs)
(#73) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPython.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#26) Multiple spaces found before ''and assert break class continue def del elif else ''. (no-multi-spaces)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Multiple spaces found before ''None True False self cls class_''. (no-multi-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}'. (object-curly-spacing)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#44) Unexpected tab character. (no-tabs)
(#44) There should be no space after '{'. (object-curly-spacing)
(#44) Unnecessary escape character: \". (no-useless-escape)
(#44) There should be no space before '}'. (object-curly-spacing)
(#45) Unexpected tab character. (no-tabs)
(#45) There should be no space after '{'. (object-curly-spacing)
(#45) Unnecessary escape character: \". (no-useless-escape)
(#45) Unnecessary escape character: \". (no-useless-escape)
(#45) There should be no space before '}'. (object-curly-spacing)
(#46) Unexpected tab character. (no-tabs)
(#46) There should be no space after '{'. (object-curly-spacing)
(#46) Unnecessary escape character: \'. (no-useless-escape)
(#46) Unnecessary escape character: \'. (no-useless-escape)
(#46) There should be no space before '}'. (object-curly-spacing)
(#47) Unexpected tab character. (no-tabs)
(#47) There should be no space after '{'. (object-curly-spacing)
(#47) Unnecessary escape character: \-. (no-useless-escape)
(#47) Unnecessary escape character: \%. (no-useless-escape)
(#47) There should be no space before '}'. (object-curly-spacing)
(#48) Unexpected tab character. (no-tabs)
(#48) There should be no space after '{'. (object-curly-spacing)
(#48) There should be no space before '}'. (object-curly-spacing)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) There should be no space before '}'. (object-curly-spacing)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) There should be no space before '}'. (object-curly-spacing)
(#52) Unexpected tab character. (no-tabs)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unexpected tab character. (no-tabs)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) Unexpected tab character. (no-tabs)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#62) Unexpected tab character. (no-tabs)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) Unexpected tab character. (no-tabs)
(#63) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushRuby.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}'. (object-curly-spacing)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}'. (object-curly-spacing)
(#36) Comments should not begin with a lowercase character (capitalized-comments)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) There should be no space before '}'. (object-curly-spacing)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#42) Comments should not begin with a lowercase character (capitalized-comments)
(#43) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unexpected tab character. (no-tabs)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) Unexpected tab character. (no-tabs)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unexpected tab character. (no-tabs)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Unexpected tab character. (no-tabs)
(#54) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSass.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#24) Missing JSDoc comment. (require-jsdoc)
(#25) Unexpected tab character. (no-tabs)
(#25) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#29) Missing JSDoc comment. (require-jsdoc)
(#30) Unexpected tab character. (no-tabs)
(#30) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#31) Unexpected tab character. (no-tabs)
(#31) Unnecessary escape character: \:. (no-useless-escape)
(#32) Unexpected tab character. (no-tabs)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) Unexpected tab character. (no-tabs)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Unexpected tab character. (no-tabs)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Unexpected tab character. (no-tabs)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Unexpected tab character. (no-tabs)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Unexpected tab character. (no-tabs)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Unexpected tab character. (no-tabs)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Unexpected tab character. (no-tabs)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Unexpected tab character. (no-tabs)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Unexpected tab character. (no-tabs)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Unexpected tab character. (no-tabs)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Unexpected tab character. (no-tabs)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Unexpected tab character. (no-tabs)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Unexpected tab character. (no-tabs)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Unexpected tab character. (no-tabs)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Unexpected tab character. (no-tabs)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Unexpected tab character. (no-tabs)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Unexpected tab character. (no-tabs)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Unexpected tab character. (no-tabs)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Unexpected tab character. (no-tabs)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Unexpected tab character. (no-tabs)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Unexpected tab character. (no-tabs)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Unexpected tab character. (no-tabs)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) There should be no space after '{'. (object-curly-spacing)
(#72) There should be no space before '}'. (object-curly-spacing)
(#72) Comments should not begin with a lowercase character (capitalized-comments)
(#73) Unexpected tab character. (no-tabs)
(#73) There should be no space after '{'. (object-curly-spacing)
(#73) There should be no space before '}'. (object-curly-spacing)
(#73) Comments should not begin with a lowercase character (capitalized-comments)
(#74) Unexpected tab character. (no-tabs)
(#74) There should be no space after '{'. (object-curly-spacing)
(#74) There should be no space before '}'. (object-curly-spacing)
(#74) Comments should not begin with a lowercase character (capitalized-comments)
(#75) Unexpected tab character. (no-tabs)
(#75) There should be no space after '{'. (object-curly-spacing)
(#75) There should be no space before '}'. (object-curly-spacing)
(#75) Comments should not begin with a lowercase character (capitalized-comments)
(#76) Unexpected tab character. (no-tabs)
(#76) There should be no space after '{'. (object-curly-spacing)
(#76) Unnecessary escape character: \#. (no-useless-escape)
(#76) There should be no space before '}'. (object-curly-spacing)
(#76) Comments should not begin with a lowercase character (capitalized-comments)
(#77) Unexpected tab character. (no-tabs)
(#77) There should be no space after '{'. (object-curly-spacing)
(#77) Unnecessary escape character: \:. (no-useless-escape)
(#77) Unnecessary escape character: \%. (no-useless-escape)
(#77) There should be no space before '}'. (object-curly-spacing)
(#77) Comments should not begin with a lowercase character (capitalized-comments)
(#78) Unexpected tab character. (no-tabs)
(#78) There should be no space after '{'. (object-curly-spacing)
(#78) There should be no space before '}'. (object-curly-spacing)
(#78) Comments should not begin with a lowercase character (capitalized-comments)
(#79) Unexpected tab character. (no-tabs)
(#79) There should be no space after '{'. (object-curly-spacing)
(#79) There should be no space before '}'. (object-curly-spacing)
(#79) Comments should not begin with a lowercase character (capitalized-comments)
(#80) Unexpected tab character. (no-tabs)
(#80) There should be no space after '{'. (object-curly-spacing)
(#80) There should be no space before '}'. (object-curly-spacing)
(#80) Comments should not begin with a lowercase character (capitalized-comments)
(#81) Unexpected tab character. (no-tabs)
(#81) There should be no space after '{'. (object-curly-spacing)
(#81) There should be no space before '}'. (object-curly-spacing)
(#81) Comments should not begin with a lowercase character (capitalized-comments)
(#82) Unexpected tab character. (no-tabs)
(#82) There should be no space after '{'. (object-curly-spacing)
(#82) There should be no space before '}'. (object-curly-spacing)
(#82) Comments should not begin with a lowercase character (capitalized-comments)
(#83) Unexpected tab character. (no-tabs)
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#83) Comments should not begin with a lowercase character (capitalized-comments)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#85) Unnecessary semicolon. (no-extra-semi)
(#87) Unexpected tab character. (no-tabs)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#88) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#92) Unexpected tab character. (no-tabs)
(#93) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#93) Unexpected tab character. (no-tabs)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushScala.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#33) There should be no space after '{'. (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}'. (object-curly-spacing)
(#33) Comments should not begin with a lowercase character (capitalized-comments)
(#34) Unexpected tab character. (no-tabs)
(#34) There should be no space after '{'. (object-curly-spacing)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#34) There should be no space before '}'. (object-curly-spacing)
(#34) Comments should not begin with a lowercase character (capitalized-comments)
(#35) Unexpected tab character. (no-tabs)
(#35) There should be no space after '{'. (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}'. (object-curly-spacing)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Unexpected tab character. (no-tabs)
(#36) There should be no space after '{'. (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) Multiple spaces found before 'css'. (no-multi-spaces)
(#36) There should be no space before '}'. (object-curly-spacing)
(#36) Comments should not begin with a lowercase character (capitalized-comments)
(#37) Unexpected tab character. (no-tabs)
(#37) There should be no space after '{'. (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}'. (object-curly-spacing)
(#37) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Unexpected tab character. (no-tabs)
(#38) There should be no space after '{'. (object-curly-spacing)
(#38) There should be no space before '}'. (object-curly-spacing)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#39) Unexpected tab character. (no-tabs)
(#39) There should be no space after '{'. (object-curly-spacing)
(#39) There should be no space before '}'. (object-curly-spacing)
(#39) Comments should not begin with a lowercase character (capitalized-comments)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) Unexpected tab character. (no-tabs)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#50) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSql.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Unexpected tab character. (no-tabs)
(#49) There should be no space after '{'. (object-curly-spacing)
(#49) There should be no space before '}'. (object-curly-spacing)
(#49) Comments should not begin with a lowercase character (capitalized-comments)
(#50) Unexpected tab character. (no-tabs)
(#50) There should be no space after '{'. (object-curly-spacing)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) There should be no space before '}'. (object-curly-spacing)
(#50) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Unexpected tab character. (no-tabs)
(#51) There should be no space after '{'. (object-curly-spacing)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) There should be no space before '}'. (object-curly-spacing)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#52) Unexpected tab character. (no-tabs)
(#52) There should be no space after '{'. (object-curly-spacing)
(#52) There should be no space before '}'. (object-curly-spacing)
(#52) Comments should not begin with a lowercase character (capitalized-comments)
(#53) Unexpected tab character. (no-tabs)
(#53) There should be no space after '{'. (object-curly-spacing)
(#53) There should be no space before '}'. (object-curly-spacing)
(#53) Comments should not begin with a lowercase character (capitalized-comments)
(#54) Unexpected tab character. (no-tabs)
(#54) There should be no space after '{'. (object-curly-spacing)
(#54) There should be no space before '}'. (object-curly-spacing)
(#54) Comments should not begin with a lowercase character (capitalized-comments)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#56) Unnecessary semicolon. (no-extra-semi)
(#58) Unexpected tab character. (no-tabs)
(#58) 'SyntaxHighlighter' is not defined. (no-undef)
(#59) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#64) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shBrushVb.js
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected tab character. (no-tabs)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Unexpected tab character. (no-tabs)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) There should be no space after '{'. (object-curly-spacing)
(#40) There should be no space before '}'. (object-curly-spacing)
(#40) Comments should not begin with a lowercase character (capitalized-comments)
(#41) Unexpected tab character. (no-tabs)
(#41) There should be no space after '{'. (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}'. (object-curly-spacing)
(#41) Comments should not begin with a lowercase character (capitalized-comments)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Unexpected tab character. (no-tabs)
(#42) There should be no space after '{'. (object-curly-spacing)
(#42) There should be no space before '}'. (object-curly-spacing)
(#42) Comments should not begin with a lowercase character (capitalized-comments)
(#43) Unexpected tab character. (no-tabs)
(#43) There should be no space after '{'. (object-curly-spacing)
(#43) There should be no space before '}'. (object-curly-spacing)
(#43) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) Unexpected tab character. (no-tabs)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) Unexpected tab character. (no-tabs)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#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
(#17) Unnecessary semicolon. (no-extra-semi)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#19) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Unexpected tab character. (no-tabs)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected tab character. (no-tabs)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) 'regexInfo' is defined but never used. (no-unused-vars)
(#25) Unexpected tab character. (no-tabs)
(#25) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Unexpected tab character. (no-tabs)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) 'XRegExp' is not defined. (no-undef)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Unexpected tab character. (no-tabs)
(#33) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#35) 'XRegExp' is not defined. (no-undef)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#41) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#42) Unexpected tab character. (no-tabs)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#47) Expected { after 'if' condition. (curly)
(#47) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Unexpected tab character. (no-tabs)
(#56) There should be no space after '{'. (object-curly-spacing)
(#56) 'XRegExp' is not defined. (no-undef)
(#56) There should be no space before '}'. (object-curly-spacing)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Unexpected tab character. (no-tabs)
(#57) There should be no space after '{'. (object-curly-spacing)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) There should be no space before '}'. (object-curly-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) There should be no space after '{'. (object-curly-spacing)
(#58) 'XRegExp' is not defined. (no-undef)
(#58) There should be no space before '}'. (object-curly-spacing)
(#59) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Unnecessary semicolon. (no-extra-semi)
(#62) Unexpected tab character. (no-tabs)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unexpected tab character. (no-tabs)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#68) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#68) Unexpected tab character. (no-tabs)
(#68) 'exports' is not defined. (no-undef)
theme/shoelace/javascript/syntaxhighlighter_3_0_83/scripts/shCore.js
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-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) 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) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) 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
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "return". (keyword-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-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) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-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) 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) Requires a space before '}'. (block-spacing)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#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) 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

(35 errors, 4 warnings)

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

theme/shoelace/less/bootstrapchanges.less
(#144) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#45) Expected line length to be no more than 132 characters (max-line-length)
theme/shoelace/less/bootstrapeditorchanges.less
(#6) Expected line length to be no more than 132 characters (max-line-length)
theme/shoelace/less/moodlechanges.less
(#320) Unexpected !important (declaration-no-important)
(#921) Unexpected !important (declaration-no-important)
(#118) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#953) Expected newline after "," (selector-list-comma-newline-after)
theme/shoelace/less/shoelacechanges.less
(#41) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 12 spaces (indentation)
(#62) Expected indentation of 12 spaces (indentation)
theme/shoelace/less/shoelacecustom.less
(#299) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#360) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#425) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#466) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#273) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#69) Unexpected !important (declaration-no-important)
(#437) Expected indentation of 24 spaces (indentation)
(#527) Expected indentation of 16 spaces (indentation)
(#53) Expected line length to be no more than 132 characters (max-line-length)
(#17) Unexpected whitespace at end of line (no-eol-whitespace)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#159) Unexpected unit "pt" (unit-blacklist)
theme/shoelace/less/shoelaceseamless.less
(#32) Unexpected extra semicolon (no-extra-semicolons)
theme/shoelace/less/variables-shoelace.less
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#133) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
theme/shoelace/style/custom.css
(#7) Missed semicolon (CssSyntaxError)
theme/shoelace/style/font.css
(#74) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(115 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
(#20) Package theme is not valid
(#41) Class core_renderer is not documented
(#50) Function core_renderer::__construct is not documented
(#55) Function core_renderer::get_less_file is not documented
(#72) Function core_renderer::navbar is not documented
(#194) Function core_renderer::render_page is not documented
(#208) Function core_renderer::render_wrapper_template is not documented
(#237) Function core_renderer::render_template is not documented
(#247) Function core_renderer::get_base_data is not documented
(#274) Function core_renderer::render_columns1_template is not documented
(#316) Function core_renderer::render_columns2l_template is not documented
(#320) Function core_renderer::render_columns2r_template is not documented
(#324) Function core_renderer::render_columns2_template is not documented
(#389) Function core_renderer::get_threecolumns_common_data is not documented
(#459) Function core_renderer::get_threecolumns_middle_common_data is not documented
(#521) Function core_renderer::render_columns3_template is not documented
(#527) Function core_renderer::render_columns3middle_template is not documented
(#533) Function core_renderer::render_secure_template is not documented
(#540) Function core_renderer::get_frontpage_onecolumn_middle_common_data is not documented
(#583) Function core_renderer::get_frontpage_twocolumns_middle_common_data is not documented
(#645) Function core_renderer::render_frontpage_template is not documented
(#693) Function core_renderer::render_popup_template is not documented
(#699) Function core_renderer::render_embedded_template is not documented
(#707) Function core_renderer::render_cdnfonts_tile_template is not documented
(#713) Function core_renderer::render_header_tile_template is not documented
(#748) Function core_renderer::render_page_header_tile_template is not documented
(#766) Function core_renderer::showslider is not documented
(#804) Function core_renderer::render_carousel_tile_template is not documented
(#920) Function core_renderer::render_footer_tile_template is not documented
(#950) Function core_renderer::render_footer_blocks_tile_template is not documented
(#1106) Function core_renderer::gotobottom_menu is not documented
(#1111) Function core_renderer::render_gotobottom_menu is not documented
(#1165) Function core_renderer::syntax_highlighter is not documented
(#1415) Function core_renderer::anti_gravity is not documented
(#44) Variable core_renderer::$shoelace is not documented
(#46) Variable core_renderer::$syntaxhighlighterenabled is not documented
(#47) Variable core_renderer::$themeconfig is not documented
(#48) Variable core_renderer::$layout is not documented
theme/shoelace/classes/output/core_renderer_maintenance.php
(#20) Package theme is not valid
(#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
theme/shoelace/classes/output/core_renderer_toolbox.php
(#20) Package theme is not valid
(#35) Function get_setting is not documented
(#46) Function setting_file_url is not documented
(#61) Function image_url is not documented
theme/shoelace/classes/output/icon_system_fontawesome.php
(#20) Package theme is not valid
(#31) Class icon_system_fontawesome is not documented
(#38) Function icon_system_fontawesome::get_core_icon_map is not documented
theme/shoelace/classes/toolbox.php
(#20) Package theme is not valid
(#32) Class toolbox is not documented
(#37) Function toolbox::__construct is not documented
(#40) Function toolbox::get_instance is not documented
(#47) Function toolbox::set_core_renderer is not documented
(#82) Function toolbox::setting_file_url is not documented
(#87) Function toolbox::image_url is not documented
(#92) Function toolbox::check_corerenderer is not documented
(#148) Function toolbox::get_font_content is not documented
(#165) Function toolbox::get_font_face is not documented
(#219) Function toolbox::get_categories_list is not documented
(#279) Function toolbox::set_setting is not documented
(#289) Function toolbox::set_height_setting is not documented
(#299) Function toolbox::set_colour is not documented
(#312) Function toolbox::set_background_image is not documented
(#323) Function toolbox::set_background_image_style is not documented
(#343) Function toolbox::serve_syntaxhighlighter is not documented
(#372) Function toolbox::send_unmodified is not documented
(#385) Function toolbox::send_cached is not documented
(#407) Function toolbox::change_icons is not documented
(#473) Function toolbox::svg_files is not documented
(#34) Variable toolbox::$corerenderer is not documented
(#35) Variable toolbox::$instance is not documented
(#58) Phpdocs for function toolbox::get_setting has incomplete parameters list
theme/shoelace/config.php
(#20) Package theme is not valid
theme/shoelace/db/upgrade.php
(#20) Package theme is not valid
(#30) Function xmldb_theme_shoelace_upgrade is not documented
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
(#20) Package theme is not valid
(#30) Function theme_shoelace_process_css is not documented
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
(#20) Package theme is not valid
(#29) Class shoelace_admin_setting_configinteger is not documented
(#56) Function shoelace_admin_setting_configinteger::write_setting is not documented
(#68) Phpdocs for function shoelace_admin_setting_configinteger::validate has incomplete parameters list
theme/shoelace/shoelace_admin_setting_configradio.php
(#20) Package theme is not valid
(#29) Class shoelace_admin_setting_configradio is not documented
(#123) Phpdocs for function shoelace_admin_setting_configradio::output_radio_html has incomplete parameters list
theme/shoelace/shoelace_admin_setting_configselect.php
(#20) Package theme is not valid
(#29) Class shoelace_admin_setting_configselect is not documented
(#37) Phpdocs for function shoelace_admin_setting_configselect::output_select_html has incomplete parameters list
theme/shoelace/shoelace_admin_setting_styleguide.php
(#20) Package theme is not valid
(#48) Class shoelace_admin_setting_styleguide is not documented
(#7435) Function shoelace_admin_setting_styleguide::tableone is not documented
(#7471) Function shoelace_admin_setting_styleguide::tabletwo is not documented
(#7506) Function shoelace_admin_setting_styleguide::nav is not documented
(#7551) Function shoelace_admin_setting_styleguide::options is not documented
(#7581) Function shoelace_admin_setting_styleguide::holder is not documented
(#7585) Function shoelace_admin_setting_styleguide::threethumbnails is not documented
(#7605) Function shoelace_admin_setting_styleguide::fourthumbnails is not documented
(#171) Phpdocs for function shoelace_admin_setting_styleguide::write_setting has incomplete parameters list
(#180) Phpdocs for function shoelace_admin_setting_styleguide::output_html has incomplete parameters list
theme/shoelace/tests/corerenderer_test.php
(#20) Package theme is not valid
(#35) Class theme_shoelace_corerenderer_testcase is not documented
(#37) Variable theme_shoelace_corerenderer_testcase::$outputus is not documented
(#30) Invalid phpdocs tag @group used
theme/shoelace/tests/toolbox_test.php
(#20) Package theme is not valid
(#35) Class theme_shoelace_toolbox_testcase is not documented
(#37) Variable theme_shoelace_toolbox_testcase::$outputus is not documented
(#30) Invalid phpdocs tag @group used
theme/shoelace/version.php
(#20) Package theme is not valid

Update savepoints problems

(3 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
version 2104022400 is higher than that defined in /var/lib/jenkins/git_repositories/prechecker/theme/shoelace/version.php file

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 36 warnings)

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

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