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

(22 errors, 22 warnings)

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

theme/shoehorn/classes/format_columns_renderer.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_grid_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_noticebd_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_renderer_toolbox.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
theme/shoehorn/classes/format_topcoll_renderer.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/classes/format_topics_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/classes/format_weeks_renderer.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/classes/output/core_renderer.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion
(#479) Line exceeds 132 characters; contains 147 characters
(#500) Line exceeds 132 characters; contains 159 characters
(#1098) This comment is 67% valid code; is this commented out code?
theme/shoehorn/classes/toolbox.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/config.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/db/upgrade.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/imagebank.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/inspector.ajax.php
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/layout/default.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/embedded.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/frontpage.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/login.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/maintenance.php
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/popup.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/secure.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/additionaljs.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/cdnfonts.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/footer.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/frontpageslider.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/header.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/marketingspots.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/navbar.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/pagebottom.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/pageheader.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/layout/tiles/social.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/shoehorn/lib.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#395) This comment is 43% valid code; is this commented out code?
theme/shoehorn/pages/about.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/sitepage.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/styleguide.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/pages/syntaxhighlight.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
theme/shoehorn/shoehorn_admin_setting_styleguide.php
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/tests/corerenderer_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/tests/toolbox_test.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
theme/shoehorn/version.php
(#31) This comment is 45% valid code; is this commented out code?

Javascript coding style problems

(1818 errors, 1449 warnings)

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

theme/shoehorn/amd/src/anti_gravity.js
(#12) Unexpected 'this'. (no-invalid-this)
(#20) Extra space after key 'scrollTop'. (key-spacing)
(#27) Extra space after key 'scrollTop'. (key-spacing)
theme/shoehorn/amd/src/backstretch.js
(#8) Expected space or tab after '/*' in comment. (spaced-comment)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#25) There should be no spaces inside this paren. (space-in-parens)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#30) Unexpected 'this'. (no-invalid-this)
(#31) ',' should be placed last. (comma-style)
(#52) Unexpected 'this'. (no-invalid-this)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#75) ',' should be placed last. (comma-style)
(#76) ',' should be placed last. (comma-style)
(#77) ',' should be placed last. (comma-style)
(#89) ',' should be placed last. (comma-style)
(#90) ',' should be placed last. (comma-style)
(#91) ',' should be placed last. (comma-style)
(#92) ',' should be placed last. (comma-style)
(#93) ',' should be placed last. (comma-style)
(#94) ',' should be placed last. (comma-style)
(#95) ',' should be placed last. (comma-style)
(#97) ',' should be placed last. (comma-style)
(#99) ',' should be placed last. (comma-style)
(#100) ',' should be placed last. (comma-style)
(#101) ',' should be placed last. (comma-style)
(#102) ',' should be placed last. (comma-style)
(#103) ',' should be placed last. (comma-style)
(#104) ',' should be placed last. (comma-style)
(#105) ',' should be placed last. (comma-style)
(#106) ',' should be placed last. (comma-style)
(#107) ',' should be placed last. (comma-style)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#114) Unexpected 'this'. (no-invalid-this)
(#120) Unexpected 'this'. (no-invalid-this)
(#123) Unexpected 'this'. (no-invalid-this)
(#123) Unexpected space before function parentheses. (space-before-function-paren)
(#124) Unexpected 'this'. (no-invalid-this)
(#128) Unexpected 'this'. (no-invalid-this)
(#136) Unexpected 'this'. (no-invalid-this)
(#137) Unexpected 'this'. (no-invalid-this)
(#137) Do not nest ternary expressions (no-nested-ternary)
(#137) Unexpected 'this'. (no-invalid-this)
(#137) Unexpected 'this'. (no-invalid-this)
(#140) Unexpected 'this'. (no-invalid-this)
(#141) Unexpected 'this'. (no-invalid-this)
(#141) Unexpected 'this'. (no-invalid-this)
(#144) Unexpected 'this'. (no-invalid-this)
(#147) Unexpected 'this'. (no-invalid-this)
(#148) ',' should be placed last. (comma-style)
(#148) Unexpected 'this'. (no-invalid-this)
(#150) Unexpected 'this'. (no-invalid-this)
(#152) ',' should be placed last. (comma-style)
(#153) ',' should be placed last. (comma-style)
(#157) Unexpected 'this'. (no-invalid-this)
(#161) Unexpected 'this'. (no-invalid-this)
(#162) Unexpected 'this'. (no-invalid-this)
(#166) Unexpected 'this'. (no-invalid-this)
(#167) Unexpected 'this'. (no-invalid-this)
(#167) Unexpected 'this'. (no-invalid-this)
(#170) Unexpected 'this'. (no-invalid-this)
(#170) Unexpected 'this'. (no-invalid-this)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#173) Unexpected 'this'. (no-invalid-this)
(#175) Unexpected 'this'. (no-invalid-this)
(#177) Unexpected 'this'. (no-invalid-this)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#186) ',' should be placed last. (comma-style)
(#187) ',' should be placed last. (comma-style)
(#188) Line 188 exceeds the maximum line length of 132. (max-len)
(#188) ',' should be placed last. (comma-style)
(#188) Do not nest ternary expressions (no-nested-ternary)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#189) ',' should be placed last. (comma-style)
(#190) ',' should be placed last. (comma-style)
(#195) Expected space(s) after "if". (keyword-spacing)
(#202) Expected space(s) after "if". (keyword-spacing)
(#209) Expected space(s) after "catch". (keyword-spacing)
(#218) ',' should be placed last. (comma-style)
(#218) Unexpected space before function parentheses. (space-before-function-paren)
(#227) ',' should be placed last. (comma-style)
(#228) ',' should be placed last. (comma-style)
(#228) There should be no space after '{' (object-curly-spacing)
(#228) There should be no space before '}' (object-curly-spacing)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#243) Unexpected 'this'. (no-invalid-this)
(#244) ',' should be placed last. (comma-style)
(#244) Unexpected 'this'. (no-invalid-this)
(#247) Unexpected 'this'. (no-invalid-this)
(#251) Unexpected 'this'. (no-invalid-this)
(#251) Unexpected space before function parentheses. (space-before-function-paren)
(#261) Unexpected space before function parentheses. (space-before-function-paren)
(#262) Unexpected 'this'. (no-invalid-this)
(#273) Expected no return value. (consistent-return)
(#276) ',' should be placed last. (comma-style)
(#276) Unexpected space before function parentheses. (space-before-function-paren)
(#281) ',' should be placed last. (comma-style)
(#281) Unexpected space before function parentheses. (space-before-function-paren)
(#286) ',' should be placed last. (comma-style)
(#286) Unexpected space before function parentheses. (space-before-function-paren)
(#292) ',' should be placed last. (comma-style)
(#292) Unexpected space before function parentheses. (space-before-function-paren)
(#299) ',' should be placed last. (comma-style)
(#299) Unexpected space before function parentheses. (space-before-function-paren)
(#301) Expected space(s) after "if". (keyword-spacing)
(#305) Unexpected space before function parentheses. (space-before-function-paren)
(#307) Unexpected 'this'. (no-invalid-this)
(#308) Unexpected 'this'. (no-invalid-this)
(#315) ',' should be placed last. (comma-style)
(#315) Unexpected space before function parentheses. (space-before-function-paren)
(#323) Expected space(s) after "if". (keyword-spacing)
(#343) Unexpected space before function parentheses. (space-before-function-paren)
(#345) ',' should be placed last. (comma-style)
(#347) ',' should be placed last. (comma-style)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#347) There should be no spaces inside this paren. (space-in-parens)
(#348) ',' should be placed last. (comma-style)
(#348) There should be no space after '[' (computed-property-spacing)
(#348) There should be no space before ']' (computed-property-spacing)
(#349) ',' should be placed last. (comma-style)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#349) There should be no spaces inside this paren. (space-in-parens)
(#350) ',' should be placed last. (comma-style)
(#350) There should be no space after '[' (computed-property-spacing)
(#350) There should be no space before ']' (computed-property-spacing)
(#351) ',' should be placed last. (comma-style)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#351) There should be no spaces inside this paren. (space-in-parens)
(#352) ',' should be placed last. (comma-style)
(#352) There should be no space after '[' (computed-property-spacing)
(#352) There should be no space before ']' (computed-property-spacing)
(#353) ',' should be placed last. (comma-style)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#353) There should be no spaces inside this paren. (space-in-parens)
(#354) ',' should be placed last. (comma-style)
(#354) There should be no space after '[' (computed-property-spacing)
(#354) There should be no space before ']' (computed-property-spacing)
(#358) Line 358 exceeds the maximum line length of 132. (max-len)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) Multiple spaces found before '||'. (no-multi-spaces)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#358) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#365) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#374) There should be no spaces inside this paren. (space-in-parens)
(#389) Missing semicolon. (semi)
theme/shoehorn/amd/src/bootstrap.js
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Missing semicolon. (semi)
(#26) Extra space after key 'WebkitTransition'. (key-spacing)
(#27) Extra space after key 'MozTransition'. (key-spacing)
(#28) Extra space after key 'OTransition'. (key-spacing)
(#29) Extra space after key 'transition'. (key-spacing)
(#30) Missing semicolon. (semi)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) There should be no space before '}' (object-curly-spacing)
(#34) Missing semicolon. (semi)
(#38) Missing semicolon. (semi)
(#42) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing semicolon. (semi)
(#44) Missing semicolon. (semi)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Missing semicolon. (semi)
(#45) Missing semicolon. (semi)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) Expected { after 'if' condition. (curly)
(#46) Missing semicolon. (semi)
(#46) Missing semicolon. (semi)
(#47) Missing semicolon. (semi)
(#48) Missing semicolon. (semi)
(#49) Missing semicolon. (semi)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Missing semicolon. (semi)
(#54) Expected { after 'if' condition. (curly)
(#54) Missing semicolon. (semi)
(#59) Expected to return a value at the end of this function. (consistent-return)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Expected { after 'if' condition. (curly)
(#60) Missing semicolon. (semi)
(#62) Missing semicolon. (semi)
(#63) Missing semicolon. (semi)
(#76) Missing semicolon. (semi)
(#77) Multiple spaces found before '='. (no-multi-spaces)
(#77) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Missing semicolon. (semi)
(#79) Missing semicolon. (semi)
(#81) Missing semicolon. (semi)
(#83) Missing semicolon. (semi)
(#85) Unexpected space before function parentheses. (space-before-function-paren)
(#86) Multiple spaces found before '='. (no-multi-spaces)
(#86) Missing semicolon. (semi)
(#87) Missing semicolon. (semi)
(#90) Missing semicolon. (semi)
(#91) Missing semicolon. (semi)
(#94) Missing semicolon. (semi)
(#96) Expected { after 'if' condition. (curly)
(#96) Missing semicolon. (semi)
(#99) Missing semicolon. (semi)
(#102) Missing semicolon. (semi)
(#104) Expected { after 'if' condition. (curly)
(#104) Missing semicolon. (semi)
(#106) Missing semicolon. (semi)
(#108) Missing JSDoc comment. (require-jsdoc)
(#110) Missing semicolon. (semi)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Missing semicolon. (semi)
(#118) Missing semicolon. (semi)
(#124) Missing JSDoc comment. (require-jsdoc)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#126) Missing semicolon. (semi)
(#127) Multiple spaces found before '='. (no-multi-spaces)
(#127) Missing semicolon. (semi)
(#129) Expected { after 'if' condition. (curly)
(#129) Missing semicolon. (semi)
(#130) Expected { after 'if' condition. (curly)
(#130) Missing semicolon. (semi)
(#131) Missing semicolon. (semi)
(#134) Missing semicolon. (semi)
(#136) Multiple spaces found before '='. (no-multi-spaces)
(#136) Missing semicolon. (semi)
(#137) Missing semicolon. (semi)
(#143) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Missing semicolon. (semi)
(#145) Missing semicolon. (semi)
(#146) Missing semicolon. (semi)
(#152) Missing semicolon. (semi)
(#165) Unexpected space before function parentheses. (space-before-function-paren)
(#166) Multiple spaces found before '='. (no-multi-spaces)
(#166) Missing semicolon. (semi)
(#167) Multiple spaces found before '='. (no-multi-spaces)
(#167) Missing semicolon. (semi)
(#168) Missing semicolon. (semi)
(#169) Missing semicolon. (semi)
(#171) Multiple spaces found before '='. (no-multi-spaces)
(#171) Missing semicolon. (semi)
(#175) Missing semicolon. (semi)
(#177) Unexpected space before function parentheses. (space-before-function-paren)
(#178) Multiple spaces found before '='. (no-multi-spaces)
(#178) Missing semicolon. (semi)
(#179) Multiple spaces found before '='. (no-multi-spaces)
(#179) Missing semicolon. (semi)
(#180) Multiple spaces found before '='. (no-multi-spaces)
(#180) Missing semicolon. (semi)
(#181) Missing semicolon. (semi)
(#183) Missing semicolon. (semi)
(#185) Expected { after 'if' condition. (curly)
(#185) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#185) Missing semicolon. (semi)
(#188) Unexpected space before function parentheses. (space-before-function-paren)
(#189) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#189) Missing semicolon. (semi)
(#192) Missing semicolon. (semi)
(#193) Missing semicolon. (semi)
(#195) Missing semicolon. (semi)
(#196) Missing semicolon. (semi)
(#198) Missing semicolon. (semi)
(#199) Missing semicolon. (semi)
(#201) Unexpected space before function parentheses. (space-before-function-paren)
(#202) Missing semicolon. (semi)
(#203) Missing semicolon. (semi)
(#206) Missing semicolon. (semi)
(#208) Expected { after 'if' condition. (curly)
(#208) Missing semicolon. (semi)
(#209) Missing semicolon. (semi)
(#210) Missing semicolon. (semi)
(#212) Expected { after 'if' condition. (curly)
(#212) Missing semicolon. (semi)
(#213) Missing semicolon. (semi)
(#215) Missing semicolon. (semi)
(#216) Expected { after 'if' condition. (curly)
(#216) Missing semicolon. (semi)
(#218) Missing semicolon. (semi)
(#219) Missing semicolon. (semi)
(#221) Missing semicolon. (semi)
(#227) Missing JSDoc comment. (require-jsdoc)
(#228) Unexpected space before function parentheses. (space-before-function-paren)
(#229) Multiple spaces found before '='. (no-multi-spaces)
(#229) Missing semicolon. (semi)
(#230) Multiple spaces found before '='. (no-multi-spaces)
(#230) Missing semicolon. (semi)
(#231) Missing semicolon. (semi)
(#233) Expected { after 'if' condition. (curly)
(#233) Missing semicolon. (semi)
(#235) Expected { after 'if' condition. (curly)
(#235) Missing semicolon. (semi)
(#236) Expected { after 'if' condition. (curly)
(#236) Missing semicolon. (semi)
(#237) Missing semicolon. (semi)
(#240) 'old' is already defined (no-redeclare)
(#240) Missing semicolon. (semi)
(#242) Multiple spaces found before '='. (no-multi-spaces)
(#242) Missing semicolon. (semi)
(#243) Missing semicolon. (semi)
(#249) Unexpected space before function parentheses. (space-before-function-paren)
(#250) Missing semicolon. (semi)
(#251) Missing semicolon. (semi)
(#252) Missing semicolon. (semi)
(#259) Unexpected space before function parentheses. (space-before-function-paren)
(#260) Missing semicolon. (semi)
(#261) Missing semicolon. (semi)
(#264) Missing semicolon. (semi)
(#266) Expected { after 'if' condition. (curly)
(#266) Missing semicolon. (semi)
(#267) Expected { after 'else'. (curly)
(#267) Missing semicolon. (semi)
(#270) Unexpected space before function parentheses. (space-before-function-paren)
(#271) Missing semicolon. (semi)
(#272) Missing semicolon. (semi)
(#285) Unexpected space before function parentheses. (space-before-function-paren)
(#286) Multiple spaces found before '='. (no-multi-spaces)
(#286) Missing semicolon. (semi)
(#287) Missing semicolon. (semi)
(#288) Multiple spaces found before '='. (no-multi-spaces)
(#288) Missing semicolon. (semi)
(#289) Multiple spaces found before '='. (no-multi-spaces)
(#289) Missing semicolon. (semi)
(#290) Multiple spaces found before '='. (no-multi-spaces)
(#290) Missing semicolon. (semi)
(#291) Multiple spaces found before '='. (no-multi-spaces)
(#291) Missing semicolon. (semi)
(#292) Multiple spaces found before '='. (no-multi-spaces)
(#292) Missing semicolon. (semi)
(#293) Multiple spaces found before '='. (no-multi-spaces)
(#293) Missing semicolon. (semi)
(#295) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#295) Missing semicolon. (semi)
(#297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#299) Missing semicolon. (semi)
(#300) Missing semicolon. (semi)
(#302) Multiple spaces found before '='. (no-multi-spaces)
(#302) Missing semicolon. (semi)
(#304) Missing semicolon. (semi)
(#311) Missing semicolon. (semi)
(#313) Unexpected space before function parentheses. (space-before-function-paren)
(#314) Expected { after 'if' condition. (curly)
(#314) Missing semicolon. (semi)
(#316) Missing semicolon. (semi)
(#317) Missing semicolon. (semi)
(#318) Missing semicolon. (semi)
(#321) Missing semicolon. (semi)
(#322) Missing semicolon. (semi)
(#324) Unexpected space before function parentheses. (space-before-function-paren)
(#325) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#325) Missing semicolon. (semi)
(#327) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#327) Missing semicolon. (semi)
(#329) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#331) Missing semicolon. (semi)
(#333) Missing semicolon. (semi)
(#334) Missing semicolon. (semi)
(#336) Unexpected space before function parentheses. (space-before-function-paren)
(#337) Missing semicolon. (semi)
(#338) Missing semicolon. (semi)
(#339) Missing semicolon. (semi)
(#341) Unexpected space before function parentheses. (space-before-function-paren)
(#342) Missing semicolon. (semi)
(#344) Missing semicolon. (semi)
(#345) Expected { after 'if' condition. (curly)
(#345) Missing semicolon. (semi)
(#346) Missing semicolon. (semi)
(#347) Missing semicolon. (semi)
(#348) Missing semicolon. (semi)
(#349) Missing semicolon. (semi)
(#351) Unexpected space before function parentheses. (space-before-function-paren)
(#352) Multiple spaces found before '='. (no-multi-spaces)
(#352) Missing semicolon. (semi)
(#353) Missing semicolon. (semi)
(#355) Expected { after 'if' condition. (curly)
(#355) Missing semicolon. (semi)
(#357) Expected { after 'if' condition. (curly)
(#357) Multiple spaces found before 'return'. (no-multi-spaces)
(#357) Expected no return value. (consistent-return)
(#357) Unexpected space before function parentheses. (space-before-function-paren)
(#357) Statement inside of curly braces should be on next line. (brace-style)
(#357) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#357) Missing semicolon. (semi)
(#357) Missing semicolon. (semi)
(#358) Expected { after 'if' condition. (curly)
(#358) Expected no return value. (consistent-return)
(#358) Missing semicolon. (semi)
(#360) Expected no return value. (consistent-return)
(#360) Missing semicolon. (semi)
(#361) Missing semicolon. (semi)
(#363) Unexpected space before function parentheses. (space-before-function-paren)
(#364) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Missing semicolon. (semi)
(#367) Missing semicolon. (semi)
(#368) Missing semicolon. (semi)
(#371) Missing semicolon. (semi)
(#373) Missing semicolon. (semi)
(#374) Missing semicolon. (semi)
(#376) Unexpected space before function parentheses. (space-before-function-paren)
(#377) Expected { after 'if' condition. (curly)
(#377) Missing semicolon. (semi)
(#378) Expected no return value. (consistent-return)
(#378) Missing semicolon. (semi)
(#379) Missing semicolon. (semi)
(#381) Unexpected space before function parentheses. (space-before-function-paren)
(#382) Expected { after 'if' condition. (curly)
(#382) Missing semicolon. (semi)
(#383) Expected no return value. (consistent-return)
(#383) Missing semicolon. (semi)
(#384) Missing semicolon. (semi)
(#386) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Multiple spaces found before '='. (no-multi-spaces)
(#387) Missing semicolon. (semi)
(#388) Multiple spaces found before '='. (no-multi-spaces)
(#388) Missing semicolon. (semi)
(#389) Missing semicolon. (semi)
(#390) Missing semicolon. (semi)
(#391) Multiple spaces found before '='. (no-multi-spaces)
(#391) Missing semicolon. (semi)
(#393) Expected { after 'if' condition. (curly)
(#393) Missing semicolon. (semi)
(#395) Missing semicolon. (semi)
(#399) Missing semicolon. (semi)
(#400) Missing semicolon. (semi)
(#401) Expected { after 'if' condition. (curly)
(#401) Expected a return value. (consistent-return)
(#401) Missing semicolon. (semi)
(#403) Missing semicolon. (semi)
(#405) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#405) Missing semicolon. (semi)
(#408) Missing semicolon. (semi)
(#409) Missing semicolon. (semi)
(#410) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#410) Missing semicolon. (semi)
(#413) There should be no space after '{' (object-curly-spacing)
(#413) There should be no space before '}' (object-curly-spacing)
(#413) Missing semicolon. (semi)
(#415) Missing semicolon. (semi)
(#416) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#416) Missing semicolon. (semi)
(#417) Missing semicolon. (semi)
(#418) Missing semicolon. (semi)
(#420) Unexpected space before function parentheses. (space-before-function-paren)
(#421) Missing semicolon. (semi)
(#422) Missing semicolon. (semi)
(#423) Missing semicolon. (semi)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#425) Missing semicolon. (semi)
(#426) Missing semicolon. (semi)
(#428) Missing semicolon. (semi)
(#430) Missing semicolon. (semi)
(#431) Missing semicolon. (semi)
(#432) Missing semicolon. (semi)
(#433) Missing semicolon. (semi)
(#436) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#436) Missing semicolon. (semi)
(#438) Missing semicolon. (semi)
(#439) Missing semicolon. (semi)
(#445) Missing JSDoc comment. (require-jsdoc)
(#446) Unexpected space before function parentheses. (space-before-function-paren)
(#447) Multiple spaces found before '='. (no-multi-spaces)
(#447) Missing semicolon. (semi)
(#448) Multiple spaces found before '='. (no-multi-spaces)
(#448) Missing semicolon. (semi)
(#449) Missing semicolon. (semi)
(#450) Multiple spaces found before '='. (no-multi-spaces)
(#450) Missing semicolon. (semi)
(#452) Expected { after 'if' condition. (curly)
(#452) Missing semicolon. (semi)
(#453) Expected { after 'if' condition. (curly)
(#453) Missing semicolon. (semi)
(#454) Expected { after 'if' condition. (curly)
(#454) Missing semicolon. (semi)
(#455) Expected { after 'if' condition. (curly)
(#455) Missing semicolon. (semi)
(#456) Missing semicolon. (semi)
(#459) 'old' is already defined (no-redeclare)
(#459) Missing semicolon. (semi)
(#461) Multiple spaces found before '='. (no-multi-spaces)
(#461) Missing semicolon. (semi)
(#462) Missing semicolon. (semi)
(#468) Unexpected space before function parentheses. (space-before-function-paren)
(#469) Missing semicolon. (semi)
(#470) Missing semicolon. (semi)
(#471) Missing semicolon. (semi)
(#477) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Missing semicolon. (semi)
(#479) Multiple spaces found before '='. (no-multi-spaces)
(#479) Missing semicolon. (semi)
(#480) Line 480 exceeds the maximum line length of 132. (max-len)
(#480) Missing semicolon. (semi)
(#481) Expected { after 'if' condition. (curly)
(#481) Missing semicolon. (semi)
(#482) Missing semicolon. (semi)
(#483) Missing semicolon. (semi)
(#484) Expected { after 'if' condition. (curly)
(#484) Missing semicolon. (semi)
(#486) Missing semicolon. (semi)
(#489) Missing semicolon. (semi)
(#492) Missing semicolon. (semi)
(#493) Missing semicolon. (semi)
(#497) Missing semicolon. (semi)
(#499) Unexpected space before function parentheses. (space-before-function-paren)
(#500) Unexpected space before function parentheses. (space-before-function-paren)
(#501) Missing semicolon. (semi)
(#502) Missing semicolon. (semi)
(#503) Missing semicolon. (semi)
(#504) Missing semicolon. (semi)
(#517) Unexpected space before function parentheses. (space-before-function-paren)
(#518) Multiple spaces found before '='. (no-multi-spaces)
(#518) Missing semicolon. (semi)
(#519) Multiple spaces found before '='. (no-multi-spaces)
(#519) Missing semicolon. (semi)
(#520) Multiple spaces found before '='. (no-multi-spaces)
(#521) Missing semicolon. (semi)
(#522) Missing semicolon. (semi)
(#525) Missing semicolon. (semi)
(#527) Missing semicolon. (semi)
(#530) Expected { after 'if' condition. (curly)
(#530) Missing semicolon. (semi)
(#531) Missing semicolon. (semi)
(#533) Multiple spaces found before '='. (no-multi-spaces)
(#533) Missing semicolon. (semi)
(#535) Missing semicolon. (semi)
(#539) Missing semicolon. (semi)
(#541) Unexpected space before function parentheses. (space-before-function-paren)
(#542) Missing semicolon. (semi)
(#543) Missing semicolon. (semi)
(#544) Missing semicolon. (semi)
(#546) Unexpected space before function parentheses. (space-before-function-paren)
(#547) Expected { after 'if' condition. (curly)
(#547) Missing semicolon. (semi)
(#549) Missing semicolon. (semi)
(#550) Missing semicolon. (semi)
(#553) Missing semicolon. (semi)
(#554) Expected { after 'if' condition. (curly)
(#554) Missing semicolon. (semi)
(#557) Missing semicolon. (semi)
(#558) Missing semicolon. (semi)
(#559) Expected { after 'if' condition. (curly)
(#559) Missing semicolon. (semi)
(#562) Missing semicolon. (semi)
(#563) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#563) Missing semicolon. (semi)
(#566) Missing semicolon. (semi)
(#571) Missing semicolon. (semi)
(#575) Missing semicolon. (semi)
(#577) Missing semicolon. (semi)
(#579) Unexpected space before function parentheses. (space-before-function-paren)
(#582) Missing semicolon. (semi)
(#583) Missing semicolon. (semi)
(#585) Missing semicolon. (semi)
(#586) Missing semicolon. (semi)
(#588) Expected { after 'if' condition. (curly)
(#588) Expected no return value. (consistent-return)
(#588) Missing semicolon. (semi)
(#590) Missing semicolon. (semi)
(#594) Missing semicolon. (semi)
(#595) Missing semicolon. (semi)
(#597) Unexpected space before function parentheses. (space-before-function-paren)
(#598) Expected { after 'if' condition. (curly)
(#598) Missing semicolon. (semi)
(#600) Missing semicolon. (semi)
(#601) Missing semicolon. (semi)
(#602) Expected { after 'if' condition. (curly)
(#602) Missing semicolon. (semi)
(#604) Missing semicolon. (semi)
(#606) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#606) Missing semicolon. (semi)
(#611) Missing semicolon. (semi)
(#615) Missing semicolon. (semi)
(#617) Missing semicolon. (semi)
(#619) Unexpected space before function parentheses. (space-before-function-paren)
(#620) Missing semicolon. (semi)
(#624) Missing semicolon. (semi)
(#625) Missing semicolon. (semi)
(#627) Expected { after 'if' condition. (curly)
(#627) Expected no return value. (consistent-return)
(#627) Missing semicolon. (semi)
(#630) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#632) Missing semicolon. (semi)
(#633) Missing semicolon. (semi)
(#635) Unexpected space before function parentheses. (space-before-function-paren)
(#636) Missing semicolon. (semi)
(#637) Missing semicolon. (semi)
(#639) Unexpected space before function parentheses. (space-before-function-paren)
(#642) Unexpected space before function parentheses. (space-before-function-paren)
(#643) Missing semicolon. (semi)
(#644) Missing semicolon. (semi)
(#646) Missing semicolon. (semi)
(#647) Missing semicolon. (semi)
(#649) Unexpected space before function parentheses. (space-before-function-paren)
(#650) Missing semicolon. (semi)
(#652) Missing semicolon. (semi)
(#655) Missing semicolon. (semi)
(#656) Missing semicolon. (semi)
(#658) Missing JSDoc comment. (require-jsdoc)
(#659) Missing semicolon. (semi)
(#661) Missing semicolon. (semi)
(#663) Missing semicolon. (semi)
(#670) Missing JSDoc comment. (require-jsdoc)
(#671) Unexpected space before function parentheses. (space-before-function-paren)
(#672) Multiple spaces found before '='. (no-multi-spaces)
(#672) Missing semicolon. (semi)
(#673) Multiple spaces found before '='. (no-multi-spaces)
(#673) Missing semicolon. (semi)
(#674) Missing semicolon. (semi)
(#676) Expected { after 'if' condition. (curly)
(#676) Missing semicolon. (semi)
(#677) Expected { after 'if' condition. (curly)
(#677) Missing semicolon. (semi)
(#678) Expected { after 'if' condition. (curly)
(#678) Missing semicolon. (semi)
(#679) Missing semicolon. (semi)
(#682) 'old' is already defined (no-redeclare)
(#682) Missing semicolon. (semi)
(#684) Multiple spaces found before '='. (no-multi-spaces)
(#684) Missing semicolon. (semi)
(#685) Missing semicolon. (semi)
(#691) Unexpected space before function parentheses. (space-before-function-paren)
(#692) Missing semicolon. (semi)
(#693) Missing semicolon. (semi)
(#694) Missing semicolon. (semi)
(#700) Unexpected space before function parentheses. (space-before-function-paren)
(#701) Multiple spaces found before '='. (no-multi-spaces)
(#701) Missing semicolon. (semi)
(#703) Expected { after 'if' condition. (curly)
(#703) Missing semicolon. (semi)
(#705) Missing semicolon. (semi)
(#706) Multiple spaces found before '='. (no-multi-spaces)
(#706) Missing semicolon. (semi)
(#707) Multiple spaces found before '='. (no-multi-spaces)
(#707) Missing semicolon. (semi)
(#709) Missing semicolon. (semi)
(#710) Missing semicolon. (semi)
(#723) Missing semicolon. (semi)
(#724) Multiple spaces found before '='. (no-multi-spaces)
(#724) Missing semicolon. (semi)
(#725) Unexpected space before function parentheses. (space-before-function-paren)
(#726) Missing semicolon. (semi)
(#727) Missing semicolon. (semi)
(#729) Missing semicolon. (semi)
(#731) Missing JSDoc comment. (require-jsdoc)
(#732) Missing semicolon. (semi)
(#735) Missing semicolon. (semi)
(#736) Missing semicolon. (semi)
(#739) Missing semicolon. (semi)
(#741) Missing semicolon. (semi)
(#744) Missing JSDoc comment. (require-jsdoc)
(#745) Expected { after 'if' condition. (curly)
(#745) Missing semicolon. (semi)
(#746) Missing semicolon. (semi)
(#747) Unexpected space before function parentheses. (space-before-function-paren)
(#748) Multiple spaces found before '='. (no-multi-spaces)
(#748) Missing semicolon. (semi)
(#749) Multiple spaces found before '='. (no-multi-spaces)
(#749) Missing semicolon. (semi)
(#750) There should be no space after '{' (object-curly-spacing)
(#750) There should be no space before '}' (object-curly-spacing)
(#750) Missing semicolon. (semi)
(#752) Expected { after 'if' condition. (curly)
(#752) Missing semicolon. (semi)
(#754) Expected { after 'if' condition. (curly)
(#754) Missing semicolon. (semi)
(#756) Missing semicolon. (semi)
(#758) Expected { after 'if' condition. (curly)
(#758) Missing semicolon. (semi)
(#760) Missing semicolon. (semi)
(#761) Missing semicolon. (semi)
(#762) Missing semicolon. (semi)
(#765) Unexpected space before function parentheses. (space-before-function-paren)
(#766) Missing semicolon. (semi)
(#768) Expected { after 'if' condition. (curly)
(#768) Missing semicolon. (semi)
(#770) Multiple spaces found before '='. (no-multi-spaces)
(#770) Missing semicolon. (semi)
(#771) Missing semicolon. (semi)
(#773) Missing semicolon. (semi)
(#781) Missing semicolon. (semi)
(#784) There should be no space after '{' (object-curly-spacing)
(#784) There should be no space before '}' (object-curly-spacing)
(#784) Missing semicolon. (semi)
(#785) Missing semicolon. (semi)
(#787) Expected { after 'if' condition. (curly)
(#787) Missing semicolon. (semi)
(#791) Missing semicolon. (semi)
(#795) Missing semicolon. (semi)
(#798) Expected no return value. (consistent-return)
(#798) Missing semicolon. (semi)
(#799) Missing semicolon. (semi)
(#801) Unexpected space before function parentheses. (space-before-function-paren)
(#802) Expected { after 'if' condition. (curly)
(#802) Missing semicolon. (semi)
(#804) Missing semicolon. (semi)
(#806) Missing semicolon. (semi)
(#807) Missing semicolon. (semi)
(#809) Expected { after 'if' condition. (curly)
(#809) Missing semicolon. (semi)
(#811) Multiple spaces found before '='. (no-multi-spaces)
(#811) Missing semicolon. (semi)
(#812) Missing semicolon. (semi)
(#815) Expected { after 'if' condition. (curly)
(#815) Missing semicolon. (semi)
(#816) Expected no return value. (consistent-return)
(#816) Missing semicolon. (semi)
(#819) Missing semicolon. (semi)
(#820) Missing semicolon. (semi)
(#822) Expected { after 'if' condition. (curly)
(#822) Missing semicolon. (semi)
(#824) Missing semicolon. (semi)
(#826) Expected { after 'if' condition. (curly)
(#826) Multiple spaces found before 'index'. (no-multi-spaces)
(#826) Missing semicolon. (semi)
(#827) Expected { after 'if' condition. (curly)
(#827) Missing semicolon. (semi)
(#828) Expected { after 'if' condition. (curly)
(#828) Unexpected use of '~'. (no-bitwise)
(#828) Multiple spaces found before 'index'. (no-multi-spaces)
(#828) Missing semicolon. (semi)
(#830) Missing semicolon. (semi)
(#831) Missing semicolon. (semi)
(#837) Missing JSDoc comment. (require-jsdoc)
(#838) Unexpected space before function parentheses. (space-before-function-paren)
(#839) Missing semicolon. (semi)
(#840) Multiple spaces found before '='. (no-multi-spaces)
(#840) Missing semicolon. (semi)
(#842) Expected { after 'if' condition. (curly)
(#842) Missing semicolon. (semi)
(#843) Expected { after 'if' condition. (curly)
(#843) Missing semicolon. (semi)
(#844) Missing semicolon. (semi)
(#847) 'old' is already defined (no-redeclare)
(#847) Missing semicolon. (semi)
(#849) Multiple spaces found before '='. (no-multi-spaces)
(#849) Missing semicolon. (semi)
(#850) Missing semicolon. (semi)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#857) Missing semicolon. (semi)
(#858) Missing semicolon. (semi)
(#859) Missing semicolon. (semi)
(#867) Unexpected space before function parentheses. (space-before-function-paren)
(#867) Statement inside of curly braces should be on next line. (brace-style)
(#867) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#867) Missing semicolon. (semi)
(#870) Missing semicolon. (semi)
(#883) Unexpected space before function parentheses. (space-before-function-paren)
(#884) Multiple spaces found before '='. (no-multi-spaces)
(#884) Missing semicolon. (semi)
(#885) Multiple spaces found before '='. (no-multi-spaces)
(#885) Missing semicolon. (semi)
(#886) Multiple spaces found before '='. (no-multi-spaces)
(#886) Missing semicolon. (semi)
(#887) Multiple spaces found before '='. (no-multi-spaces)
(#887) Missing semicolon. (semi)
(#888) Multiple spaces found before '='. (no-multi-spaces)
(#888) Missing semicolon. (semi)
(#889) Multiple spaces found before '='. (no-multi-spaces)
(#889) Missing semicolon. (semi)
(#890) Multiple spaces found before '='. (no-multi-spaces)
(#890) Missing semicolon. (semi)
(#891) Multiple spaces found before '='. (no-multi-spaces)
(#891) Missing semicolon. (semi)
(#892) Missing semicolon. (semi)
(#897) Unexpected space before function parentheses. (space-before-function-paren)
(#898) Missing semicolon. (semi)
(#899) Missing semicolon. (semi)
(#901) Missing semicolon. (semi)
(#903) Multiple spaces found before '='. (no-multi-spaces)
(#903) Missing semicolon. (semi)
(#905) Missing semicolon. (semi)
(#906) Missing semicolon. (semi)
(#912) Missing semicolon. (semi)
(#914) Unexpected space before function parentheses. (space-before-function-paren)
(#915) Missing semicolon. (semi)
(#916) Missing semicolon. (semi)
(#918) Unexpected space before function parentheses. (space-before-function-paren)
(#919) Missing semicolon. (semi)
(#920) Multiple spaces found before '='. (no-multi-spaces)
(#920) There should be no space after '{' (object-curly-spacing)
(#920) There should be no space before '}' (object-curly-spacing)
(#920) Missing semicolon. (semi)
(#922) Missing semicolon. (semi)
(#924) Expected { after 'if' condition. (curly)
(#924) Missing semicolon. (semi)
(#926) Missing semicolon. (semi)
(#928) Missing semicolon. (semi)
(#929) Missing semicolon. (semi)
(#930) Missing semicolon. (semi)
(#932) Missing semicolon. (semi)
(#933) Missing semicolon. (semi)
(#935) Missing semicolon. (semi)
(#937) Unexpected space before function parentheses. (space-before-function-paren)
(#938) Unexpected space before function parentheses. (space-before-function-paren)
(#939) Expected { after 'if' condition. (curly)
(#939) Missing semicolon. (semi)
(#940) Missing semicolon. (semi)
(#941) Missing semicolon. (semi)
(#943) Unexpected space before function parentheses. (space-before-function-paren)
(#944) Missing semicolon. (semi)
(#947) Missing semicolon. (semi)
(#952) Missing semicolon. (semi)
(#954) Missing semicolon. (semi)
(#957) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#957) Missing semicolon. (semi)
(#960) Missing semicolon. (semi)
(#962) Missing semicolon. (semi)
(#964) There should be no space after '{' (object-curly-spacing)
(#964) There should be no space before '}' (object-curly-spacing)
(#964) Missing semicolon. (semi)
(#966) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#968) Unexpected space before function parentheses. (space-before-function-paren)
(#969) Missing semicolon. (semi)
(#972) Missing semicolon. (semi)
(#973) Missing semicolon. (semi)
(#974) Missing semicolon. (semi)
(#976) Unexpected space before function parentheses. (space-before-function-paren)
(#977) Expected { after 'if' condition. (curly)
(#977) Missing semicolon. (semi)
(#979) Missing semicolon. (semi)
(#981) Missing semicolon. (semi)
(#983) Expected { after 'if' condition. (curly)
(#983) Missing semicolon. (semi)
(#985) Missing semicolon. (semi)
(#987) Missing semicolon. (semi)
(#988) Missing semicolon. (semi)
(#990) Missing semicolon. (semi)
(#995) Missing semicolon. (semi)
(#997) Missing semicolon. (semi)
(#999) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1003) Missing semicolon. (semi)
(#1004) Missing semicolon. (semi)
(#1006) Unexpected space before function parentheses. (space-before-function-paren)
(#1009) Unexpected space before function parentheses. (space-before-function-paren)
(#1013) Missing semicolon. (semi)
(#1015) Missing semicolon. (semi)
(#1016) Missing semicolon. (semi)
(#1018) Unexpected space before function parentheses. (space-before-function-paren)
(#1020) Unexpected space before function parentheses. (space-before-function-paren)
(#1021) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1021) Missing semicolon. (semi)
(#1022) Missing semicolon. (semi)
(#1024) Missing semicolon. (semi)
(#1026) Missing semicolon. (semi)
(#1028) Unexpected space before function parentheses. (space-before-function-paren)
(#1030) Missing semicolon. (semi)
(#1032) Missing semicolon. (semi)
(#1034) Missing semicolon. (semi)
(#1036) Unexpected space before function parentheses. (space-before-function-paren)
(#1037) Missing semicolon. (semi)
(#1038) Missing semicolon. (semi)
(#1039) Unexpected space before function parentheses. (space-before-function-paren)
(#1040) Missing semicolon. (semi)
(#1041) Missing semicolon. (semi)
(#1042) Missing semicolon. (semi)
(#1043) Missing semicolon. (semi)
(#1044) Missing semicolon. (semi)
(#1045) Missing semicolon. (semi)
(#1047) Unexpected space before function parentheses. (space-before-function-paren)
(#1048) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1048) Missing semicolon. (semi)
(#1049) Missing semicolon. (semi)
(#1050) Missing semicolon. (semi)
(#1052) Unexpected space before function parentheses. (space-before-function-paren)
(#1053) Missing semicolon. (semi)
(#1054) Missing semicolon. (semi)
(#1057) Missing semicolon. (semi)
(#1061) Missing semicolon. (semi)
(#1063) Unexpected space before function parentheses. (space-before-function-paren)
(#1065) Missing semicolon. (semi)
(#1066) Missing semicolon. (semi)
(#1068) Expected { after 'if' condition. (curly)
(#1068) Missing semicolon. (semi)
(#1069) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1071) Missing semicolon. (semi)
(#1072) Missing semicolon. (semi)
(#1074) Expected { after 'if' condition. (curly)
(#1074) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1074) Missing semicolon. (semi)
(#1076) Missing semicolon. (semi)
(#1078) Expected { after 'if' condition. (curly)
(#1078) Missing semicolon. (semi)
(#1080) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1084) Missing semicolon. (semi)
(#1087) Missing semicolon. (semi)
(#1089) Unexpected space before function parentheses. (space-before-function-paren)
(#1090) Missing semicolon. (semi)
(#1091) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1091) Missing semicolon. (semi)
(#1092) Missing semicolon. (semi)
(#1093) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1097) Missing semicolon. (semi)
(#1100) Missing semicolon. (semi)
(#1102) Missing semicolon. (semi)
(#1106) Unexpected space before function parentheses. (space-before-function-paren)
(#1107) Missing semicolon. (semi)
(#1108) Missing semicolon. (semi)
(#1110) Unexpected space before function parentheses. (space-before-function-paren)
(#1111) Missing semicolon. (semi)
(#1116) Missing semicolon. (semi)
(#1117) Missing semicolon. (semi)
(#1119) Unexpected space before function parentheses. (space-before-function-paren)
(#1123) Missing semicolon. (semi)
(#1124) Missing semicolon. (semi)
(#1126) Unexpected space before function parentheses. (space-before-function-paren)
(#1127) Missing semicolon. (semi)
(#1129) Missing semicolon. (semi)
(#1130) Missing semicolon. (semi)
(#1132) Missing semicolon. (semi)
(#1133) Missing semicolon. (semi)
(#1134) Missing semicolon. (semi)
(#1136) Unexpected space before function parentheses. (space-before-function-paren)
(#1137) Missing semicolon. (semi)
(#1138) Missing semicolon. (semi)
(#1139) Expected { after 'if' condition. (curly)
(#1139) Missing semicolon. (semi)
(#1140) Missing semicolon. (semi)
(#1142) Unexpected space before function parentheses. (space-before-function-paren)
(#1143) Missing semicolon. (semi)
(#1144) Missing semicolon. (semi)
(#1146) Unexpected space before function parentheses. (space-before-function-paren)
(#1147) Missing semicolon. (semi)
(#1148) Missing semicolon. (semi)
(#1149) Missing semicolon. (semi)
(#1150) Missing semicolon. (semi)
(#1151) Missing semicolon. (semi)
(#1152) Missing semicolon. (semi)
(#1153) Missing semicolon. (semi)
(#1159) Missing JSDoc comment. (require-jsdoc)
(#1160) Unexpected space before function parentheses. (space-before-function-paren)
(#1161) Multiple spaces found before '='. (no-multi-spaces)
(#1161) Missing semicolon. (semi)
(#1162) Multiple spaces found before '='. (no-multi-spaces)
(#1162) Missing semicolon. (semi)
(#1163) Missing semicolon. (semi)
(#1165) Expected { after 'if' condition. (curly)
(#1165) Missing semicolon. (semi)
(#1166) Expected { after 'if' condition. (curly)
(#1166) Missing semicolon. (semi)
(#1167) Expected { after 'if' condition. (curly)
(#1167) Missing semicolon. (semi)
(#1168) Missing semicolon. (semi)
(#1171) 'old' is already defined (no-redeclare)
(#1171) Missing semicolon. (semi)
(#1173) Multiple spaces found before '='. (no-multi-spaces)
(#1173) Missing semicolon. (semi)
(#1174) Missing semicolon. (semi)
(#1180) Unexpected space before function parentheses. (space-before-function-paren)
(#1181) Missing semicolon. (semi)
(#1182) Missing semicolon. (semi)
(#1183) Missing semicolon. (semi)
(#1189) Unexpected space before function parentheses. (space-before-function-paren)
(#1190) Multiple spaces found before '='. (no-multi-spaces)
(#1190) Missing semicolon. (semi)
(#1191) Multiple spaces found before '='. (no-multi-spaces)
(#1191) Missing semicolon. (semi)
(#1192) Missing semicolon. (semi)
(#1193) Line 1193 exceeds the maximum line length of 132. (max-len)
(#1193) Multiple spaces found before '='. (no-multi-spaces)
(#1193) There should be no space after '{' (object-curly-spacing)
(#1193) There should be no space before '}' (object-curly-spacing)
(#1193) Missing semicolon. (semi)
(#1195) Expected { after 'if' condition. (curly)
(#1195) Missing semicolon. (semi)
(#1197) Unexpected space before function parentheses. (space-before-function-paren)
(#1198) Expected { after 'if' condition. (curly)
(#1198) Missing semicolon. (semi)
(#1199) Unexpected space before function parentheses. (space-before-function-paren)
(#1200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1200) Missing semicolon. (semi)
(#1201) Missing semicolon. (semi)
(#1202) Missing semicolon. (semi)
(#1203) Missing semicolon. (semi)
(#1204) Missing semicolon. (semi)
(#1218) Unexpected space before function parentheses. (space-before-function-paren)
(#1219) Multiple spaces found before '='. (no-multi-spaces)
(#1219) Missing semicolon. (semi)
(#1220) Multiple spaces found before '='. (no-multi-spaces)
(#1220) Missing semicolon. (semi)
(#1221) Multiple spaces found before '='. (no-multi-spaces)
(#1221) Missing semicolon. (semi)
(#1222) Multiple spaces found before '='. (no-multi-spaces)
(#1222) Missing semicolon. (semi)
(#1223) Missing semicolon. (semi)
(#1224) Multiple spaces found before '='. (no-multi-spaces)
(#1224) Missing semicolon. (semi)
(#1225) Multiple spaces found before '='. (no-multi-spaces)
(#1225) Missing semicolon. (semi)
(#1227) Missing semicolon. (semi)
(#1228) Missing semicolon. (semi)
(#1230) Multiple spaces found before '='. (no-multi-spaces)
(#1230) Missing semicolon. (semi)
(#1232) Missing semicolon. (semi)
(#1248) Missing semicolon. (semi)
(#1250) Unexpected space before function parentheses. (space-before-function-paren)
(#1251) Multiple spaces found before '='. (no-multi-spaces)
(#1251) Missing semicolon. (semi)
(#1252) Multiple spaces found before '='. (no-multi-spaces)
(#1252) Missing semicolon. (semi)
(#1253) Multiple spaces found before '='. (no-multi-spaces)
(#1253) Missing semicolon. (semi)
(#1254) Multiple spaces found before '='. (no-multi-spaces)
(#1254) Missing semicolon. (semi)
(#1255) Line 1255 exceeds the maximum line length of 132. (max-len)
(#1255) Missing semicolon. (semi)
(#1256) Multiple spaces found before '='. (no-multi-spaces)
(#1256) There should be no space after '{' (object-curly-spacing)
(#1256) There should be no space before '}' (object-curly-spacing)
(#1256) Missing semicolon. (semi)
(#1259) Line 1259 exceeds the maximum line length of 132. (max-len)
(#1259) Missing semicolon. (semi)
(#1262) Missing semicolon. (semi)
(#1265) Missing semicolon. (semi)
(#1268) Missing semicolon. (semi)
(#1270) Multiple spaces found before '='. (no-multi-spaces)
(#1270) Missing semicolon. (semi)
(#1271) Missing semicolon. (semi)
(#1273) Multiple spaces found before '+'. (no-multi-spaces)
(#1273) Missing semicolon. (semi)
(#1274) Missing semicolon. (semi)
(#1278) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1279) There should be no space after '{' (object-curly-spacing)
(#1279) There should be no space before '}' (object-curly-spacing)
(#1280) Missing semicolon. (semi)
(#1281) Missing semicolon. (semi)
(#1283) Unexpected space before function parentheses. (space-before-function-paren)
(#1284) Missing semicolon. (semi)
(#1285) Missing semicolon. (semi)
(#1287) Unexpected space before function parentheses. (space-before-function-paren)
(#1288) Missing semicolon. (semi)
(#1294) Missing semicolon. (semi)
(#1297) Missing semicolon. (semi)
(#1298) Missing semicolon. (semi)
(#1300) Unexpected space before function parentheses. (space-before-function-paren)
(#1301) Multiple spaces found before '='. (no-multi-spaces)
(#1301) Missing semicolon. (semi)
(#1302) Missing semicolon. (semi)
(#1304) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1304) Unexpected space before function parentheses. (space-before-function-paren)
(#1305) Expected { after 'if' condition. (curly)
(#1305) Missing semicolon. (semi)
(#1306) Missing semicolon. (semi)
(#1308) Missing semicolon. (semi)
(#1309) Missing semicolon. (semi)
(#1311) Unexpected space before function parentheses. (space-before-function-paren)
(#1313) Missing semicolon. (semi)
(#1316) Missing semicolon. (semi)
(#1317) Missing semicolon. (semi)
(#1321) Missing semicolon. (semi)
(#1325) Missing semicolon. (semi)
(#1326) Missing semicolon. (semi)
(#1329) Missing semicolon. (semi)
(#1331) Missing semicolon. (semi)
(#1333) Expected { after 'if' condition. (curly)
(#1333) Expected no return value. (consistent-return)
(#1333) Missing semicolon. (semi)
(#1335) Unexpected space before function parentheses. (space-before-function-paren)
(#1336) Expected { after 'if' condition. (curly)
(#1336) Missing semicolon. (semi)
(#1337) Missing semicolon. (semi)
(#1338) Missing semicolon. (semi)
(#1340) Unexpected space before function parentheses. (space-before-function-paren)
(#1342) Expected { after 'if' condition. (curly)
(#1342) Missing semicolon. (semi)
(#1345) Missing semicolon. (semi)
(#1346) Missing semicolon. (semi)
(#1348) Unexpected space before function parentheses. (space-before-function-paren)
(#1350) Missing semicolon. (semi)
(#1353) Missing semicolon. (semi)
(#1354) Missing semicolon. (semi)
(#1358) Missing semicolon. (semi)
(#1361) Expected { after 'if' condition. (curly)
(#1361) Missing semicolon. (semi)
(#1363) Missing semicolon. (semi)
(#1365) Missing semicolon. (semi)
(#1367) Expected { after 'if' condition. (curly)
(#1367) Expected no return value. (consistent-return)
(#1367) Missing semicolon. (semi)
(#1369) Unexpected space before function parentheses. (space-before-function-paren)
(#1370) Expected { after 'if' condition. (curly)
(#1370) Missing semicolon. (semi)
(#1371) Missing semicolon. (semi)
(#1372) Missing semicolon. (semi)
(#1374) Unexpected space before function parentheses. (space-before-function-paren)
(#1375) Missing semicolon. (semi)
(#1378) Missing semicolon. (semi)
(#1380) Missing semicolon. (semi)
(#1381) Expected { after 'if' condition. (curly)
(#1381) Missing semicolon. (semi)
(#1382) Missing semicolon. (semi)
(#1384) Missing semicolon. (semi)
(#1386) Missing semicolon. (semi)
(#1388) Missing semicolon. (semi)
(#1389) Missing semicolon. (semi)
(#1390) Missing semicolon. (semi)
(#1392) Expected { after 'if' condition. (curly)
(#1392) Missing semicolon. (semi)
(#1396) Missing semicolon. (semi)
(#1398) Missing semicolon. (semi)
(#1399) Missing semicolon. (semi)
(#1400) Expected { after 'if' condition. (curly)
(#1400) Missing semicolon. (semi)
(#1404) There should be no space after '{' (object-curly-spacing)
(#1404) There should be no space before '}' (object-curly-spacing)
(#1406) Missing semicolon. (semi)
(#1408) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1408) Missing semicolon. (semi)
(#1409) Missing semicolon. (semi)
(#1411) Multiple spaces found before '='. (no-multi-spaces)
(#1411) Missing semicolon. (semi)
(#1412) Multiple spaces found before '='. (no-multi-spaces)
(#1412) Missing semicolon. (semi)
(#1413) Missing semicolon. (semi)
(#1416) Missing semicolon. (semi)
(#1417) Missing semicolon. (semi)
(#1419) Do not nest ternary expressions (no-nested-ternary)
(#1419) Multiple spaces found before ':'. (no-multi-spaces)
(#1420) Do not nest ternary expressions (no-nested-ternary)
(#1420) Multiple spaces found before '&&'. (no-multi-spaces)
(#1420) Multiple spaces found before '-'. (no-multi-spaces)
(#1420) Multiple spaces found before '?'. (no-multi-spaces)
(#1421) Do not nest ternary expressions (no-nested-ternary)
(#1421) Multiple spaces found before '&&'. (no-multi-spaces)
(#1421) Multiple spaces found before '+'. (no-multi-spaces)
(#1421) Multiple spaces found before '>'. (no-multi-spaces)
(#1421) Multiple spaces found before '?'. (no-multi-spaces)
(#1421) Multiple spaces found before ':'. (no-multi-spaces)
(#1422) Multiple spaces found before '&&'. (no-multi-spaces)
(#1422) Multiple spaces found before '-'. (no-multi-spaces)
(#1422) Multiple spaces found before '<'. (no-multi-spaces)
(#1422) Multiple spaces found before '?'. (no-multi-spaces)
(#1422) Multiple spaces found before ':'. (no-multi-spaces)
(#1423) Missing semicolon. (semi)
(#1427) Missing semicolon. (semi)
(#1430) Missing semicolon. (semi)
(#1432) Missing semicolon. (semi)
(#1434) Unexpected space before function parentheses. (space-before-function-paren)
(#1435) Missing semicolon. (semi)
(#1436) Missing semicolon. (semi)
(#1437) Missing semicolon. (semi)
(#1439) Expected { after 'if' condition. (curly)
(#1439) Missing semicolon. (semi)
(#1440) Missing semicolon. (semi)
(#1442) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1446) Missing semicolon. (semi)
(#1448) Missing semicolon. (semi)
(#1450) Unexpected space before function parentheses. (space-before-function-paren)
(#1451) Multiple spaces found before '='. (no-multi-spaces)
(#1451) Missing semicolon. (semi)
(#1452) Multiple spaces found before '='. (no-multi-spaces)
(#1452) Missing semicolon. (semi)
(#1453) Missing semicolon. (semi)
(#1456) Missing semicolon. (semi)
(#1457) Missing semicolon. (semi)
(#1460) Expected { after 'if' condition. (curly)
(#1460) Multiple spaces found before 'marginTop'. (no-multi-spaces)
(#1460) Multiple spaces found before '='. (no-multi-spaces)
(#1460) Missing semicolon. (semi)
(#1461) Expected { after 'if' condition. (curly)
(#1461) Missing semicolon. (semi)
(#1463) Multiple spaces found before '+='. (no-multi-spaces)
(#1463) Missing semicolon. (semi)
(#1464) Missing semicolon. (semi)
(#1469) Unexpected space before function parentheses. (space-before-function-paren)
(#1473) Missing semicolon. (semi)
(#1475) Missing semicolon. (semi)
(#1477) Missing semicolon. (semi)
(#1480) Multiple spaces found before '='. (no-multi-spaces)
(#1480) Missing semicolon. (semi)
(#1481) Missing semicolon. (semi)
(#1484) Missing semicolon. (semi)
(#1487) Missing semicolon. (semi)
(#1489) Expected { after 'if' condition. (curly)
(#1489) Missing semicolon. (semi)
(#1490) Expected { after 'else'. (curly)
(#1490) Missing semicolon. (semi)
(#1492) Multiple spaces found before '='. (no-multi-spaces)
(#1492) Missing semicolon. (semi)
(#1493) Multiple spaces found before '='. (no-multi-spaces)
(#1493) Missing semicolon. (semi)
(#1494) Missing semicolon. (semi)
(#1496) Missing semicolon. (semi)
(#1497) Missing semicolon. (semi)
(#1498) Missing semicolon. (semi)
(#1500) Unexpected space before function parentheses. (space-before-function-paren)
(#1503) Missing semicolon. (semi)
(#1504) Missing semicolon. (semi)
(#1506) Unexpected space before function parentheses. (space-before-function-paren)
(#1507) Multiple spaces found before '='. (no-multi-spaces)
(#1507) Missing semicolon. (semi)
(#1508) Missing semicolon. (semi)
(#1510) Missing semicolon. (semi)
(#1511) Missing semicolon. (semi)
(#1512) Missing semicolon. (semi)
(#1514) Unexpected space before function parentheses. (space-before-function-paren)
(#1515) Missing semicolon. (semi)
(#1516) Missing semicolon. (semi)
(#1517) Multiple spaces found before '='. (no-multi-spaces)
(#1517) Missing semicolon. (semi)
(#1519) Missing JSDoc comment. (require-jsdoc)
(#1520) Expected { after 'if' condition. (curly)
(#1520) Missing semicolon. (semi)
(#1524) Missing semicolon. (semi)
(#1526) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1526) Missing semicolon. (semi)
(#1529) Missing semicolon. (semi)
(#1531) Expected { after 'if' condition. (curly)
(#1531) Missing semicolon. (semi)
(#1533) Missing semicolon. (semi)
(#1535) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1539) Missing semicolon. (semi)
(#1541) Missing semicolon. (semi)
(#1543) Expected no return value. (consistent-return)
(#1543) Missing semicolon. (semi)
(#1544) Missing semicolon. (semi)
(#1546) Unexpected space before function parentheses. (space-before-function-paren)
(#1547) Missing semicolon. (semi)
(#1549) Missing semicolon. (semi)
(#1551) Missing semicolon. (semi)
(#1553) Unexpected space before function parentheses. (space-before-function-paren)
(#1554) Missing semicolon. (semi)
(#1555) Missing semicolon. (semi)
(#1557) Unexpected space before function parentheses. (space-before-function-paren)
(#1558) Multiple spaces found before '='. (no-multi-spaces)
(#1558) Missing semicolon. (semi)
(#1560) Multiple spaces found before '='. (no-multi-spaces)
(#1560) Missing semicolon. (semi)
(#1561) Missing semicolon. (semi)
(#1563) Multiple spaces found before '='. (no-multi-spaces)
(#1563) Missing semicolon. (semi)
(#1564) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1566) There should be no space after '{' (object-curly-spacing)
(#1566) There should be no space before '}' (object-curly-spacing)
(#1566) Missing semicolon. (semi)
(#1568) Missing semicolon. (semi)
(#1571) Multiple spaces found before '='. (no-multi-spaces)
(#1571) Do not nest ternary expressions (no-nested-ternary)
(#1571) There should be no space after '{' (object-curly-spacing)
(#1571) There should be no space before '}' (object-curly-spacing)
(#1571) Missing semicolon. (semi)
(#1572) Multiple spaces found before '='. (no-multi-spaces)
(#1572) There should be no space after '{' (object-curly-spacing)
(#1572) There should be no space before '}' (object-curly-spacing)
(#1572) Missing semicolon. (semi)
(#1573) There should be no space after '{' (object-curly-spacing)
(#1573) There should be no space before '}' (object-curly-spacing)
(#1573) Missing semicolon. (semi)
(#1575) Missing semicolon. (semi)
(#1576) Missing semicolon. (semi)
(#1578) Unexpected space before function parentheses. (space-before-function-paren)
(#1579) Do not nest ternary expressions (no-nested-ternary)
(#1579) There should be no space after '{' (object-curly-spacing)
(#1579) Multiple spaces found before 'left'. (no-multi-spaces)
(#1579) There should be no space before '}' (object-curly-spacing)
(#1580) Do not nest ternary expressions (no-nested-ternary)
(#1580) Multiple spaces found before '?'. (no-multi-spaces)
(#1580) There should be no space after '{' (object-curly-spacing)
(#1580) There should be no space before '}' (object-curly-spacing)
(#1581) Multiple spaces found before '?'. (no-multi-spaces)
(#1581) There should be no space after '{' (object-curly-spacing)
(#1581) There should be no space before '}' (object-curly-spacing)
(#1582) Line 1582 exceeds the maximum line length of 132. (max-len)
(#1582) There should be no space after '{' (object-curly-spacing)
(#1582) There should be no space before '}' (object-curly-spacing)
(#1582) Missing semicolon. (semi)
(#1584) Missing semicolon. (semi)
(#1586) Unexpected space before function parentheses. (space-before-function-paren)
(#1587) There should be no space after '{' (object-curly-spacing)
(#1587) There should be no space before '}' (object-curly-spacing)
(#1587) Missing semicolon. (semi)
(#1588) Expected { after 'if' condition. (curly)
(#1588) Missing semicolon. (semi)
(#1590) Missing semicolon. (semi)
(#1591) Missing semicolon. (semi)
(#1594) Multiple spaces found before '='. (no-multi-spaces)
(#1594) Missing semicolon. (semi)
(#1595) Missing semicolon. (semi)
(#1597) Missing semicolon. (semi)
(#1599) Missing semicolon. (semi)
(#1602) Multiple spaces found before '='. (no-multi-spaces)
(#1602) Missing semicolon. (semi)
(#1603) Missing semicolon. (semi)
(#1605) Missing semicolon. (semi)
(#1607) Missing semicolon. (semi)
(#1611) Missing semicolon. (semi)
(#1612) Missing semicolon. (semi)
(#1614) Unexpected space before function parentheses. (space-before-function-paren)
(#1615) Missing semicolon. (semi)
(#1616) Missing semicolon. (semi)
(#1617) Multiple spaces found before '='. (no-multi-spaces)
(#1617) Missing semicolon. (semi)
(#1620) Multiple spaces found before 'o'. (no-multi-spaces)
(#1620) Missing semicolon. (semi)
(#1622) Missing semicolon. (semi)
(#1623) Missing semicolon. (semi)
(#1625) Unexpected space before function parentheses. (space-before-function-paren)
(#1626) Expected { after 'do'. (curly)
(#1626) Unexpected use of '~'. (no-bitwise)
(#1626) Unexpected use of '~'. (no-bitwise)
(#1626) Missing semicolon. (semi)
(#1627) Missing semicolon. (semi)
(#1628) Missing semicolon. (semi)
(#1629) Missing semicolon. (semi)
(#1631) Unexpected space before function parentheses. (space-before-function-paren)
(#1633) Missing semicolon. (semi)
(#1635) Missing semicolon. (semi)
(#1638) Missing semicolon. (semi)
(#1639) Missing semicolon. (semi)
(#1641) Unexpected space before function parentheses. (space-before-function-paren)
(#1642) Missing semicolon. (semi)
(#1643) Missing semicolon. (semi)
(#1645) Unexpected space before function parentheses. (space-before-function-paren)
(#1646) Missing semicolon. (semi)
(#1647) Missing semicolon. (semi)
(#1649) Unexpected space before function parentheses. (space-before-function-paren)
(#1650) Missing semicolon. (semi)
(#1651) Missing semicolon. (semi)
(#1653) Unexpected space before function parentheses. (space-before-function-paren)
(#1654) Missing semicolon. (semi)
(#1655) Missing semicolon. (semi)
(#1657) Unexpected space before function parentheses. (space-before-function-paren)
(#1658) Missing semicolon. (semi)
(#1660) Missing semicolon. (semi)
(#1662) Missing semicolon. (semi)
(#1663) Missing semicolon. (semi)
(#1668) Missing semicolon. (semi)
(#1669) Expected { after 'if' condition. (curly)
(#1669) Missing semicolon. (semi)
(#1670) Expected { after 'else'. (curly)
(#1670) Missing semicolon. (semi)
(#1672) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1672) Missing semicolon. (semi)
(#1674) Missing semicolon. (semi)
(#1676) Unexpected space before function parentheses. (space-before-function-paren)
(#1677) Missing semicolon. (semi)
(#1678) Missing semicolon. (semi)
(#1679) Unexpected space before function parentheses. (space-before-function-paren)
(#1680) Missing semicolon. (semi)
(#1682) Missing semicolon. (semi)
(#1684) Missing semicolon. (semi)
(#1685) Missing semicolon. (semi)
(#1686) Missing semicolon. (semi)
(#1687) Missing semicolon. (semi)
(#1688) Missing semicolon. (semi)
(#1689) Missing semicolon. (semi)
(#1695) Missing JSDoc comment. (require-jsdoc)
(#1696) Unexpected space before function parentheses. (space-before-function-paren)
(#1697) Multiple spaces found before '='. (no-multi-spaces)
(#1697) Missing semicolon. (semi)
(#1698) Multiple spaces found before '='. (no-multi-spaces)
(#1698) Missing semicolon. (semi)
(#1699) Missing semicolon. (semi)
(#1701) Expected { after 'if' condition. (curly)
(#1701) Missing semicolon. (semi)
(#1702) Expected { after 'if' condition. (curly)
(#1702) Missing semicolon. (semi)
(#1703) Expected { after 'if' condition. (curly)
(#1703) Missing semicolon. (semi)
(#1704) Missing semicolon. (semi)
(#1707) 'old' is already defined (no-redeclare)
(#1707) Missing semicolon. (semi)
(#1709) Multiple spaces found before '='. (no-multi-spaces)
(#1709) Missing semicolon. (semi)
(#1710) Missing semicolon. (semi)
(#1716) Unexpected space before function parentheses. (space-before-function-paren)
(#1717) Missing semicolon. (semi)
(#1718) Missing semicolon. (semi)
(#1719) Missing semicolon. (semi)
(#1732) Unexpected space before function parentheses. (space-before-function-paren)
(#1733) Missing semicolon. (semi)
(#1734) Missing semicolon. (semi)
(#1736) Expected { after 'if' condition. (curly)
(#1736) Missing semicolon. (semi)
(#1738) Multiple spaces found before '='. (no-multi-spaces)
(#1738) Missing semicolon. (semi)
(#1744) Line 1744 exceeds the maximum line length of 132. (max-len)
(#1745) Missing semicolon. (semi)
(#1751) Missing semicolon. (semi)
(#1753) Missing semicolon. (semi)
(#1755) Unexpected space before function parentheses. (space-before-function-paren)
(#1756) Missing semicolon. (semi)
(#1757) Missing semicolon. (semi)
(#1759) Unexpected space before function parentheses. (space-before-function-paren)
(#1760) Multiple spaces found before '='. (no-multi-spaces)
(#1760) Missing semicolon. (semi)
(#1761) Multiple spaces found before '='. (no-multi-spaces)
(#1761) Missing semicolon. (semi)
(#1762) Missing semicolon. (semi)
(#1764) Missing semicolon. (semi)
(#1766) Do not nest ternary expressions (no-nested-ternary)
(#1767) Missing semicolon. (semi)
(#1769) Missing semicolon. (semi)
(#1773) Expected { after 'if' condition. (curly)
(#1773) Missing semicolon. (semi)
(#1774) Missing semicolon. (semi)
(#1776) Unexpected space before function parentheses. (space-before-function-paren)
(#1777) Missing semicolon. (semi)
(#1778) Missing semicolon. (semi)
(#1780) Unexpected space before function parentheses. (space-before-function-paren)
(#1781) Missing semicolon. (semi)
(#1782) Multiple spaces found before '='. (no-multi-spaces)
(#1782) Missing semicolon. (semi)
(#1787) Missing semicolon. (semi)
(#1788) Missing semicolon. (semi)
(#1790) Unexpected space before function parentheses. (space-before-function-paren)
(#1791) Missing semicolon. (semi)
(#1792) Missing semicolon. (semi)
(#1798) Missing JSDoc comment. (require-jsdoc)
(#1799) Unexpected space before function parentheses. (space-before-function-paren)
(#1800) Multiple spaces found before '='. (no-multi-spaces)
(#1800) Missing semicolon. (semi)
(#1801) Multiple spaces found before '='. (no-multi-spaces)
(#1801) Missing semicolon. (semi)
(#1802) Missing semicolon. (semi)
(#1804) Expected { after 'if' condition. (curly)
(#1804) Missing semicolon. (semi)
(#1805) Expected { after 'if' condition. (curly)
(#1805) Missing semicolon. (semi)
(#1806) Expected { after 'if' condition. (curly)
(#1806) Missing semicolon. (semi)
(#1807) Missing semicolon. (semi)
(#1810) 'old' is already defined (no-redeclare)
(#1810) Missing semicolon. (semi)
(#1812) Multiple spaces found before '='. (no-multi-spaces)
(#1812) Missing semicolon. (semi)
(#1813) Missing semicolon. (semi)
(#1819) Unexpected space before function parentheses. (space-before-function-paren)
(#1820) Missing semicolon. (semi)
(#1821) Missing semicolon. (semi)
(#1822) Missing semicolon. (semi)
(#1835) Missing JSDoc comment. (require-jsdoc)
(#1836) Multiple spaces found before '='. (no-multi-spaces)
(#1836) Missing semicolon. (semi)
(#1837) Missing semicolon. (semi)
(#1838) Multiple spaces found before '='. (no-multi-spaces)
(#1838) Missing semicolon. (semi)
(#1839) Multiple spaces found before '='. (no-multi-spaces)
(#1839) Missing semicolon. (semi)
(#1840) Multiple spaces found before '='. (no-multi-spaces)
(#1840) Missing semicolon. (semi)
(#1841) Multiple spaces found before '='. (no-multi-spaces)
(#1841) Missing semicolon. (semi)
(#1842) Multiple spaces found before '='. (no-multi-spaces)
(#1842) Missing semicolon. (semi)
(#1843) Multiple spaces found before '='. (no-multi-spaces)
(#1843) Missing semicolon. (semi)
(#1845) Missing semicolon. (semi)
(#1846) Missing semicolon. (semi)
(#1847) Missing semicolon. (semi)
(#1850) Multiple spaces found before '='. (no-multi-spaces)
(#1850) Missing semicolon. (semi)
(#1854) Missing semicolon. (semi)
(#1856) Unexpected space before function parentheses. (space-before-function-paren)
(#1857) Missing semicolon. (semi)
(#1858) Missing semicolon. (semi)
(#1860) Unexpected space before function parentheses. (space-before-function-paren)
(#1861) Multiple spaces found before '='. (no-multi-spaces)
(#1861) Missing semicolon. (semi)
(#1862) Multiple spaces found before '='. (no-multi-spaces)
(#1862) Missing semicolon. (semi)
(#1863) Multiple spaces found before '='. (no-multi-spaces)
(#1863) Missing semicolon. (semi)
(#1865) Multiple spaces found before '='. (no-multi-spaces)
(#1865) Missing semicolon. (semi)
(#1866) Multiple spaces found before '='. (no-multi-spaces)
(#1866) Missing semicolon. (semi)
(#1867) Missing semicolon. (semi)
(#1870) Missing semicolon. (semi)
(#1871) Multiple spaces found before '='. (no-multi-spaces)
(#1871) Missing semicolon. (semi)
(#1876) Unexpected space before function parentheses. (space-before-function-paren)
(#1877) Multiple spaces found before '='. (no-multi-spaces)
(#1877) Missing semicolon. (semi)
(#1878) Multiple spaces found before '='. (no-multi-spaces)
(#1878) Missing semicolon. (semi)
(#1879) Missing semicolon. (semi)
(#1884) Missing semicolon. (semi)
(#1886) Unexpected space before function parentheses. (space-before-function-paren)
(#1886) Statement inside of curly braces should be on next line. (brace-style)
(#1886) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1886) Missing semicolon. (semi)
(#1887) Unexpected space before function parentheses. (space-before-function-paren)
(#1888) Missing semicolon. (semi)
(#1889) Missing semicolon. (semi)
(#1890) Missing semicolon. (semi)
(#1891) Missing semicolon. (semi)
(#1893) Expected to return a value at the end of this function. (consistent-return)
(#1893) Unexpected space before function parentheses. (space-before-function-paren)
(#1894) Multiple spaces found before '='. (no-multi-spaces)
(#1894) Missing semicolon. (semi)
(#1895) Missing semicolon. (semi)
(#1896) Multiple spaces found before '='. (no-multi-spaces)
(#1896) Missing semicolon. (semi)
(#1897) Multiple spaces found before '='. (no-multi-spaces)
(#1897) Missing semicolon. (semi)
(#1898) Multiple spaces found before '='. (no-multi-spaces)
(#1898) Missing semicolon. (semi)
(#1899) Missing semicolon. (semi)
(#1900) Missing semicolon. (semi)
(#1903) Missing semicolon. (semi)
(#1907) Missing semicolon. (semi)
(#1911) Missing semicolon. (semi)
(#1912) Missing semicolon. (semi)
(#1916) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1919) Missing semicolon. (semi)
(#1921) Missing semicolon. (semi)
(#1923) Unexpected space before function parentheses. (space-before-function-paren)
(#1924) Missing semicolon. (semi)
(#1926) Missing semicolon. (semi)
(#1930) Missing semicolon. (semi)
(#1934) Missing semicolon. (semi)
(#1939) Missing semicolon. (semi)
(#1942) Missing semicolon. (semi)
(#1943) Missing semicolon. (semi)
(#1945) Unexpected space before function parentheses. (space-before-function-paren)
(#1948) Missing semicolon. (semi)
(#1949) Missing semicolon. (semi)
(#1955) Missing JSDoc comment. (require-jsdoc)
(#1956) Unexpected space before function parentheses. (space-before-function-paren)
(#1957) Multiple spaces found before '='. (no-multi-spaces)
(#1957) Missing semicolon. (semi)
(#1958) Multiple spaces found before '='. (no-multi-spaces)
(#1958) Missing semicolon. (semi)
(#1959) Missing semicolon. (semi)
(#1961) Expected { after 'if' condition. (curly)
(#1961) Missing semicolon. (semi)
(#1962) Expected { after 'if' condition. (curly)
(#1962) Missing semicolon. (semi)
(#1963) Missing semicolon. (semi)
(#1966) 'old' is already defined (no-redeclare)
(#1966) Missing semicolon. (semi)
(#1968) Multiple spaces found before '='. (no-multi-spaces)
(#1968) Missing semicolon. (semi)
(#1969) Missing semicolon. (semi)
(#1975) Unexpected space before function parentheses. (space-before-function-paren)
(#1976) Missing semicolon. (semi)
(#1977) Missing semicolon. (semi)
(#1978) Missing semicolon. (semi)
(#1984) Unexpected space before function parentheses. (space-before-function-paren)
(#1985) Unexpected space before function parentheses. (space-before-function-paren)
(#1986) Missing semicolon. (semi)
(#1987) Missing semicolon. (semi)
(#1988) Missing semicolon. (semi)
(#1989) Missing semicolon. (semi)
(#2002) Unexpected space before function parentheses. (space-before-function-paren)
(#2004) Missing semicolon. (semi)
(#2006) Missing semicolon. (semi)
(#2008) Missing semicolon. (semi)
(#2010) Missing semicolon. (semi)
(#2012) Unexpected space before function parentheses. (space-before-function-paren)
(#2013) Multiple spaces found before '='. (no-multi-spaces)
(#2013) Missing semicolon. (semi)
(#2014) Multiple spaces found before '='. (no-multi-spaces)
(#2014) Missing semicolon. (semi)
(#2015) Missing semicolon. (semi)
(#2018) Missing semicolon. (semi)
(#2019) Missing semicolon. (semi)
(#2022) Expected { after 'if' condition. (curly)
(#2022) Missing semicolon. (semi)
(#2024) Missing semicolon. (semi)
(#2027) Missing semicolon. (semi)
(#2030) Missing semicolon. (semi)
(#2032) Missing semicolon. (semi)
(#2033) Missing semicolon. (semi)
(#2035) Expected { after 'if' condition. (curly)
(#2035) Missing semicolon. (semi)
(#2037) Missing semicolon. (semi)
(#2039) Missing semicolon. (semi)
(#2040) Unexpected space before function parentheses. (space-before-function-paren)
(#2044) Missing semicolon. (semi)
(#2048) Missing semicolon. (semi)
(#2049) Missing semicolon. (semi)
(#2050) Missing semicolon. (semi)
(#2052) Unexpected space before function parentheses. (space-before-function-paren)
(#2053) Multiple spaces found before '='. (no-multi-spaces)
(#2053) Missing semicolon. (semi)
(#2056) Missing semicolon. (semi)
(#2058) Missing JSDoc comment. (require-jsdoc)
(#2065) Missing semicolon. (semi)
(#2070) Missing semicolon. (semi)
(#2073) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2073) Missing semicolon. (semi)
(#2074) Missing semicolon. (semi)
(#2076) Missing semicolon. (semi)
(#2085) Missing semicolon. (semi)
(#2088) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2088) Missing semicolon. (semi)
(#2091) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2095) Missing semicolon. (semi)
(#2097) Missing semicolon. (semi)
(#2098) Missing semicolon. (semi)
(#2104) Missing JSDoc comment. (require-jsdoc)
(#2105) Unexpected space before function parentheses. (space-before-function-paren)
(#2106) Missing semicolon. (semi)
(#2107) Multiple spaces found before '='. (no-multi-spaces)
(#2107) Missing semicolon. (semi)
(#2109) Expected { after 'if' condition. (curly)
(#2109) Missing semicolon. (semi)
(#2110) Expected { after 'if' condition. (curly)
(#2110) Missing semicolon. (semi)
(#2111) Missing semicolon. (semi)
(#2114) 'old' is already defined (no-redeclare)
(#2114) Missing semicolon. (semi)
(#2116) Multiple spaces found before '='. (no-multi-spaces)
(#2116) Missing semicolon. (semi)
(#2117) Missing semicolon. (semi)
(#2123) Unexpected space before function parentheses. (space-before-function-paren)
(#2124) Missing semicolon. (semi)
(#2125) Missing semicolon. (semi)
(#2126) Missing semicolon. (semi)
(#2132) 'clickHandler' is already defined (no-redeclare)
(#2132) Unexpected space before function parentheses. (space-before-function-paren)
(#2133) Missing semicolon. (semi)
(#2134) Missing semicolon. (semi)
(#2135) Missing semicolon. (semi)
(#2139) Missing semicolon. (semi)
(#2152) Unexpected space before function parentheses. (space-before-function-paren)
(#2153) Missing semicolon. (semi)
(#2157) Multiple spaces found before '$'. (no-multi-spaces)
(#2157) Missing semicolon. (semi)
(#2159) Multiple spaces found before '='. (no-multi-spaces)
(#2159) Missing semicolon. (semi)
(#2160) Multiple spaces found before '='. (no-multi-spaces)
(#2160) Missing semicolon. (semi)
(#2161) Multiple spaces found before '='. (no-multi-spaces)
(#2161) Missing semicolon. (semi)
(#2162) Missing semicolon. (semi)
(#2164) Missing semicolon. (semi)
(#2165) Missing semicolon. (semi)
(#2167) Multiple spaces found before '='. (no-multi-spaces)
(#2167) Missing semicolon. (semi)
(#2169) Multiple spaces found before '='. (no-multi-spaces)
(#2169) Missing semicolon. (semi)
(#2174) Missing semicolon. (semi)
(#2176) Unexpected space before function parentheses. (space-before-function-paren)
(#2177) Multiple spaces found before '='. (no-multi-spaces)
(#2177) Missing semicolon. (semi)
(#2178) Multiple spaces found before '='. (no-multi-spaces)
(#2178) Missing semicolon. (semi)
(#2179) Missing semicolon. (semi)
(#2181) Expected { after 'if' condition. (curly)
(#2181) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2181) Missing semicolon. (semi)
(#2184) Expected { after 'if' condition. (curly)
(#2184) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2184) Missing semicolon. (semi)
(#2185) Missing semicolon. (semi)
(#2188) Multiple spaces found before '='. (no-multi-spaces)
(#2188) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2188) Missing semicolon. (semi)
(#2189) Multiple spaces found before '='. (no-multi-spaces)
(#2189) Missing semicolon. (semi)
(#2190) Missing semicolon. (semi)
(#2192) Expected { after 'if' condition. (curly)
(#2192) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2192) Missing semicolon. (semi)
(#2193) Expected { after 'if' condition. (curly)
(#2193) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2193) Missing semicolon. (semi)
(#2195) Missing semicolon. (semi)
(#2196) Missing semicolon. (semi)
(#2198) Unexpected space before function parentheses. (space-before-function-paren)
(#2199) Expected { after 'if' condition. (curly)
(#2199) Missing semicolon. (semi)
(#2200) Missing semicolon. (semi)
(#2201) Missing semicolon. (semi)
(#2202) Multiple spaces found before '='. (no-multi-spaces)
(#2202) Missing semicolon. (semi)
(#2203) Missing semicolon. (semi)
(#2204) Missing semicolon. (semi)
(#2206) Unexpected space before function parentheses. (space-before-function-paren)
(#2207) Missing semicolon. (semi)
(#2208) Missing semicolon. (semi)
(#2210) Unexpected space before function parentheses. (space-before-function-paren)
(#2211) Expected { after 'if' condition. (curly)
(#2211) Missing semicolon. (semi)
(#2213) Multiple spaces found before '='. (no-multi-spaces)
(#2213) Missing semicolon. (semi)
(#2214) Multiple spaces found before '='. (no-multi-spaces)
(#2214) Missing semicolon. (semi)
(#2215) Multiple spaces found before '='. (no-multi-spaces)
(#2215) Missing semicolon. (semi)
(#2216) Missing semicolon. (semi)
(#2217) Missing semicolon. (semi)
(#2219) Expected { after 'if' condition. (curly)
(#2219) Multiple spaces found before 'offsetBottom'. (no-multi-spaces)
(#2219) Missing semicolon. (semi)
(#2220) Expected { after 'if' condition. (curly)
(#2220) Multiple spaces found before 'offsetTop'. (no-multi-spaces)
(#2220) Multiple spaces found before '='. (no-multi-spaces)
(#2220) Missing semicolon. (semi)
(#2221) Expected { after 'if' condition. (curly)
(#2221) Missing semicolon. (semi)
(#2223) Missing semicolon. (semi)
(#2226) Expected { after 'if' condition. (curly)
(#2226) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2226) Missing semicolon. (semi)
(#2228) Missing semicolon. (semi)
(#2229) Multiple spaces found before '='. (no-multi-spaces)
(#2229) Missing semicolon. (semi)
(#2231) Missing semicolon. (semi)
(#2233) Expected { after 'if' condition. (curly)
(#2233) Missing semicolon. (semi)
(#2235) Missing semicolon. (semi)
(#2236) Missing semicolon. (semi)
(#2241) Missing semicolon. (semi)
(#2247) Missing semicolon. (semi)
(#2249) Missing semicolon. (semi)
(#2255) Missing JSDoc comment. (require-jsdoc)
(#2256) Unexpected space before function parentheses. (space-before-function-paren)
(#2257) Multiple spaces found before '='. (no-multi-spaces)
(#2257) Missing semicolon. (semi)
(#2258) Multiple spaces found before '='. (no-multi-spaces)
(#2258) Missing semicolon. (semi)
(#2259) Missing semicolon. (semi)
(#2261) Expected { after 'if' condition. (curly)
(#2261) Missing semicolon. (semi)
(#2262) Expected { after 'if' condition. (curly)
(#2262) Missing semicolon. (semi)
(#2263) Missing semicolon. (semi)
(#2266) 'old' is already defined (no-redeclare)
(#2266) Missing semicolon. (semi)
(#2268) Multiple spaces found before '='. (no-multi-spaces)
(#2268) Missing semicolon. (semi)
(#2269) Missing semicolon. (semi)
(#2275) Unexpected space before function parentheses. (space-before-function-paren)
(#2276) Missing semicolon. (semi)
(#2277) Missing semicolon. (semi)
(#2278) Missing semicolon. (semi)
(#2284) Unexpected space before function parentheses. (space-before-function-paren)
(#2285) Unexpected space before function parentheses. (space-before-function-paren)
(#2286) Missing semicolon. (semi)
(#2287) Missing semicolon. (semi)
(#2289) Missing semicolon. (semi)
(#2291) Expected { after 'if' condition. (curly)
(#2291) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2291) Missing semicolon. (semi)
(#2292) Expected { after 'if' condition. (curly)
(#2292) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2292) Multiple spaces found before '!='. (no-multi-spaces)
(#2292) Multiple spaces found before '='. (no-multi-spaces)
(#2292) Missing semicolon. (semi)
(#2294) Missing semicolon. (semi)
(#2295) Missing semicolon. (semi)
(#2296) Missing semicolon. (semi)
theme/shoehorn/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)
(#37) Extra space after key 'scrollTop'. (key-spacing)
(#44) Missing semicolon. (semi)
theme/shoehorn/amd/src/fitvids.js
(#8) Expected space or tab after '/*' in comment. (spaced-comment)
(#9) Expected space or tab after '/*' in comment. (spaced-comment)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#18) There should be no spaces inside this paren. (space-in-parens)
(#24) Expected space(s) after "if". (keyword-spacing)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#37) Missing space before opening brace. (space-before-blocks)
(#53) Expected space(s) after "if". (keyword-spacing)
(#57) Unexpected 'this'. (no-invalid-this)
(#61) Missing space before opening brace. (space-before-blocks)
(#62) Unexpected 'this'. (no-invalid-this)
(#66) Expected space(s) after "if". (keyword-spacing)
(#73) Expected space(s) after "if". (keyword-spacing)
(#77) Expected space(s) after "if". (keyword-spacing)
(#85) Line 85 exceeds the maximum line length of 132. (max-len)
(#85) Unexpected 'this'. (no-invalid-this)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#91) Line 91 exceeds the maximum line length of 132. (max-len)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#91) Unexpected 'this'. (no-invalid-this)
(#91) There should be no spaces inside this paren. (space-in-parens)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) Missing space before opening brace. (space-before-blocks)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#98) Infix operators must be spaced. (space-infix-ops)
(#111) Missing semicolon. (semi)
theme/shoehorn/amd/src/inspector_scourer.js
(#10) 'jqui' is defined but never used (no-unused-vars)
(#28) Missing semicolon. (semi)
theme/shoehorn/amd/src/shoehorn_chart.js
(#38) Missing semicolon. (semi)
theme/shoehorn/amd/src/styleguide.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#10) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected space before function parentheses. (space-before-function-paren)
(#18) Missing semicolon. (semi)
(#21) Missing semicolon. (semi)
(#22) Missing semicolon. (semi)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#29) Missing semicolon. (semi)
(#34) Unexpected 'this'. (no-invalid-this)
(#35) Unexpected 'this'. (no-invalid-this)
(#46) Missing semicolon. (semi)
theme/shoehorn/Gruntfile.js
(#133) 'module' is not defined. (no-undef)
(#140) Multiple spaces found before '='. (no-multi-spaces)
(#143) '__dirname' is not defined. (no-undef)
(#146) 'process' is not defined. (no-undef)
(#158) Unexpected console statement. (no-console)
(#159) Unexpected console statement. (no-console)
(#167) Unexpected console statement. (no-console)
(#168) Unexpected console statement. (no-console)
(#169) Unexpected console statement. (no-console)
(#171) Unexpected console statement. (no-console)
(#174) 'process' is not defined. (no-undef)
(#263) Identifier 'rtl_e' is not in camel case. (camelcase)
(#269) Identifier 'svg_core' is not in camel case. (camelcase)
(#275) Identifier 'svg_plugins' is not in camel case. (camelcase)
(#283) Identifier 'rtl_images' is not in camel case. (camelcase)
(#309) Identifier 'svg_colours_core' is not in camel case. (camelcase)
(#317) Identifier 'svg_colours_plugins' is not in camel case. (camelcase)
(#325) Identifier 'font_fix' is not in camel case. (camelcase)
(#379) Identifier 'dynamic_mappings' is not in camel case. (camelcase)
theme/shoehorn/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/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shAutoloader.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAppleScript.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Multiple spaces found before '='. (no-multi-spaces)
(#32) There should be no space after '{' (object-curly-spacing)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#48) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#48) There should be no space before '}' (object-curly-spacing)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) There should be no space after '{' (object-curly-spacing)
(#51) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#54) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#54) There should be no space before '}' (object-curly-spacing)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) There should be no space after '{' (object-curly-spacing)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) There should be no space before '}' (object-curly-spacing)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) There should be no space after '{' (object-curly-spacing)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) There should be no space before '}' (object-curly-spacing)
(#62) There should be no space after '{' (object-curly-spacing)
(#62) There should be no space before '}' (object-curly-spacing)
(#63) There should be no space after '{' (object-curly-spacing)
(#63) There should be no space before '}' (object-curly-spacing)
(#64) There should be no space after '{' (object-curly-spacing)
(#64) There should be no space before '}' (object-curly-spacing)
(#66) Unnecessary semicolon. (no-extra-semi)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#74) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#74) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#74) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushAS3.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Multiple spaces found before ''class interface function package''. (no-multi-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) 'SyntaxHighlighter' is not defined. (no-undef)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) There should be no space before '}' (object-curly-spacing)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unnecessary semicolon. (no-extra-semi)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushBash.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Multiple spaces found before ''alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot''. (no-multi-spaces)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#47) There should be no space before '}' (object-curly-spacing)
(#48) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#58) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushColdFusion.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Trailing spaces not allowed. (no-trailing-spaces)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Trailing spaces not allowed. (no-trailing-spaces)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#83) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#84) There should be no space after '{' (object-curly-spacing)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) There should be no space before '}' (object-curly-spacing)
(#85) There should be no space after '{' (object-curly-spacing)
(#85) 'SyntaxHighlighter' is not defined. (no-undef)
(#85) There should be no space before '}' (object-curly-spacing)
(#86) There should be no space after '{' (object-curly-spacing)
(#86) 'SyntaxHighlighter' is not defined. (no-undef)
(#86) There should be no space before '}' (object-curly-spacing)
(#87) There should be no space after '{' (object-curly-spacing)
(#87) There should be no space before '}' (object-curly-spacing)
(#88) There should be no space after '{' (object-curly-spacing)
(#88) There should be no space before '}' (object-curly-spacing)
(#89) There should be no space after '{' (object-curly-spacing)
(#89) There should be no space before '}' (object-curly-spacing)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#94) A space is required after ','. (comma-spacing)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#96) 'SyntaxHighlighter' is not defined. (no-undef)
(#99) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCpp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#60) Trailing spaces not allowed. (no-trailing-spaces)
(#79) There should be no space after '{' (object-curly-spacing)
(#79) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) There should be no space before '}' (object-curly-spacing)
(#80) There should be no space after '{' (object-curly-spacing)
(#80) 'SyntaxHighlighter' is not defined. (no-undef)
(#80) There should be no space before '}' (object-curly-spacing)
(#81) There should be no space after '{' (object-curly-spacing)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#81) There should be no space before '}' (object-curly-spacing)
(#82) There should be no space after '{' (object-curly-spacing)
(#82) 'SyntaxHighlighter' is not defined. (no-undef)
(#82) There should be no space before '}' (object-curly-spacing)
(#83) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#84) There should be no space after '{' (object-curly-spacing)
(#84) There should be no space before '}' (object-curly-spacing)
(#85) There should be no space after '{' (object-curly-spacing)
(#85) There should be no space before '}' (object-curly-spacing)
(#86) There should be no space after '{' (object-curly-spacing)
(#86) There should be no space before '}' (object-curly-spacing)
(#88) Unnecessary semicolon. (no-extra-semi)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#93) 'SyntaxHighlighter' is not defined. (no-undef)
(#96) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#96) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#96) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCSharp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#32) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Missing JSDoc comment. (require-jsdoc)
(#32) 'regexInfo' is defined but never used (no-unused-vars)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) Extra space after key 'func'. (key-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}' (object-curly-spacing)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushCss.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#31) Unnecessary escape character: \: (no-useless-escape)
(#32) Unnecessary semicolon. (no-extra-semi)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#67) There should be no space after '{' (object-curly-spacing)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#67) There should be no space before '}' (object-curly-spacing)
(#68) There should be no space after '{' (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}' (object-curly-spacing)
(#69) There should be no space after '{' (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}' (object-curly-spacing)
(#70) There should be no space after '{' (object-curly-spacing)
(#70) Unnecessary escape character: \# (no-useless-escape)
(#70) There should be no space before '}' (object-curly-spacing)
(#71) There should be no space after '{' (object-curly-spacing)
(#71) Unnecessary escape character: \: (no-useless-escape)
(#71) Unnecessary escape character: \% (no-useless-escape)
(#71) There should be no space before '}' (object-curly-spacing)
(#72) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#78) Trailing spaces not allowed. (no-trailing-spaces)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#82) Unnecessary semicolon. (no-extra-semi)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#90) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#90) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#90) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDelphi.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushDiff.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) There should be no space after '{' (object-curly-spacing)
(#25) There should be no space before '}' (object-curly-spacing)
(#26) There should be no space after '{' (object-curly-spacing)
(#26) There should be no space before '}' (object-curly-spacing)
(#27) There should be no space after '{' (object-curly-spacing)
(#27) There should be no space before '}' (object-curly-spacing)
(#28) There should be no space after '{' (object-curly-spacing)
(#28) There should be no space before '}' (object-curly-spacing)
(#29) There should be no space after '{' (object-curly-spacing)
(#29) There should be no space before '}' (object-curly-spacing)
(#30) There should be no space after '{' (object-curly-spacing)
(#30) There should be no space before '}' (object-curly-spacing)
(#32) Unnecessary semicolon. (no-extra-semi)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#40) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#40) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushErlang.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) 'SyntaxHighlighter' is not defined. (no-undef)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushGroovy.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#30) Multiple spaces found before '='. (no-multi-spaces)
(#30) Multiple spaces found before ''void boolean byte char short int long float double''. (no-multi-spaces)
(#32) Multiple spaces found before '='. (no-multi-spaces)
(#32) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) There should be no space before '}' (object-curly-spacing)
(#48) There should be no space after '{' (object-curly-spacing)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) There should be no space before '}' (object-curly-spacing)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#52) There should be no space after '{' (object-curly-spacing)
(#52) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) 'SyntaxHighlighter' is not defined. (no-undef)
(#66) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJava.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#33) There should be no space after '{' (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}' (object-curly-spacing)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) Unnecessary escape character: \@ (no-useless-escape)
(#39) Unnecessary escape character: \@ (no-useless-escape)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) Unnecessary escape character: \@ (no-useless-escape)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#45) Extra space after key 'left'. (key-spacing)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Extra space after key 'right'. (key-spacing)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unnecessary semicolon. (no-extra-semi)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#53) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#56) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#56) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJavaFX.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) 'SyntaxHighlighter' is not defined. (no-undef)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) 'SyntaxHighlighter' is not defined. (no-undef)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) There should be no space before '}' (object-curly-spacing)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#49) Unnecessary semicolon. (no-extra-semi)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushJScript.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#31) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Unnecessary semicolon. (no-extra-semi)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#51) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPerl.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#33) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Trailing spaces not allowed. (no-trailing-spaces)
(#35) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#37) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Trailing spaces not allowed. (no-trailing-spaces)
(#39) Trailing spaces not allowed. (no-trailing-spaces)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Trailing spaces not allowed. (no-trailing-spaces)
(#44) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#55) There should be no space after '{' (object-curly-spacing)
(#55) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) There should be no space before '}' (object-curly-spacing)
(#56) There should be no space after '{' (object-curly-spacing)
(#56) 'SyntaxHighlighter' is not defined. (no-undef)
(#56) There should be no space before '}' (object-curly-spacing)
(#57) There should be no space after '{' (object-curly-spacing)
(#57) There should be no space before '}' (object-curly-spacing)
(#58) There should be no space after '{' (object-curly-spacing)
(#58) There should be no space before '}' (object-curly-spacing)
(#59) There should be no space after '{' (object-curly-spacing)
(#59) There should be no space before '}' (object-curly-spacing)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPhp.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Infix operators must be spaced. (space-infix-ops)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#68) There should be no space after '{' (object-curly-spacing)
(#68) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) There should be no space before '}' (object-curly-spacing)
(#69) There should be no space after '{' (object-curly-spacing)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#69) There should be no space before '}' (object-curly-spacing)
(#70) There should be no space after '{' (object-curly-spacing)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) There should be no space before '}' (object-curly-spacing)
(#71) There should be no space after '{' (object-curly-spacing)
(#71) 'SyntaxHighlighter' is not defined. (no-undef)
(#71) There should be no space before '}' (object-curly-spacing)
(#72) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#78) 'SyntaxHighlighter' is not defined. (no-undef)
(#79) Unnecessary semicolon. (no-extra-semi)
(#81) 'SyntaxHighlighter' is not defined. (no-undef)
(#84) 'SyntaxHighlighter' is not defined. (no-undef)
(#87) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPlain.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#23) Unexpected empty function. (no-empty-function)
(#24) Unnecessary semicolon. (no-extra-semi)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#29) 'SyntaxHighlighter' is not defined. (no-undef)
(#32) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPowerShell.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#57) There should be no space after '{' (object-curly-spacing)
(#57) There should be no space before '}' (object-curly-spacing)
(#58) There should be no space after '{' (object-curly-spacing)
(#58) Multiple spaces found before '}'. (no-multi-spaces)
(#58) There should be no space before '}' (object-curly-spacing)
(#59) There should be no space after '{' (object-curly-spacing)
(#59) There should be no space before '}' (object-curly-spacing)
(#60) There should be no space after '{' (object-curly-spacing)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) There should be no space before '}' (object-curly-spacing)
(#61) There should be no space after '{' (object-curly-spacing)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) There should be no space before '}' (object-curly-spacing)
(#62) There should be no space after '{' (object-curly-spacing)
(#62) There should be no space before '}' (object-curly-spacing)
(#63) There should be no space after '{' (object-curly-spacing)
(#63) There should be no space before '}' (object-curly-spacing)
(#65) Unnecessary semicolon. (no-extra-semi)
(#67) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) 'SyntaxHighlighter' is not defined. (no-undef)
(#73) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#73) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushPython.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#26) Multiple spaces found before ''and assert break class continue def del elif else ''. (no-multi-spaces)
(#39) Multiple spaces found before ''None True False self cls class_''. (no-multi-spaces)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) 'SyntaxHighlighter' is not defined. (no-undef)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#44) There should be no space after '{' (object-curly-spacing)
(#44) Unnecessary escape character: \" (no-useless-escape)
(#44) There should be no space before '}' (object-curly-spacing)
(#45) There should be no space after '{' (object-curly-spacing)
(#45) Unnecessary escape character: \" (no-useless-escape)
(#45) Unnecessary escape character: \" (no-useless-escape)
(#45) There should be no space before '}' (object-curly-spacing)
(#46) There should be no space after '{' (object-curly-spacing)
(#46) Unnecessary escape character: \' (no-useless-escape)
(#46) Unnecessary escape character: \' (no-useless-escape)
(#46) There should be no space before '}' (object-curly-spacing)
(#47) There should be no space after '{' (object-curly-spacing)
(#47) Unnecessary escape character: \% (no-useless-escape)
(#47) There should be no space before '}' (object-curly-spacing)
(#48) There should be no space after '{' (object-curly-spacing)
(#48) There should be no space before '}' (object-curly-spacing)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) There should be no space before '}' (object-curly-spacing)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#54) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Unnecessary semicolon. (no-extra-semi)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#60) 'SyntaxHighlighter' is not defined. (no-undef)
(#63) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#63) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#63) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushRuby.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#45) 'SyntaxHighlighter' is not defined. (no-undef)
(#46) Unnecessary semicolon. (no-extra-semi)
(#48) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#54) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSass.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#27) Unnecessary semicolon. (no-extra-semi)
(#28) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) Missing JSDoc comment. (require-jsdoc)
(#31) Unnecessary escape character: \: (no-useless-escape)
(#32) Unnecessary semicolon. (no-extra-semi)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) Line 55 exceeds the maximum line length of 132. (max-len)
(#55) Infix operators must be spaced. (space-infix-ops)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) Infix operators must be spaced. (space-infix-ops)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Infix operators must be spaced. (space-infix-ops)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Infix operators must be spaced. (space-infix-ops)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#69) 'SyntaxHighlighter' is not defined. (no-undef)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#72) There should be no space after '{' (object-curly-spacing)
(#72) There should be no space before '}' (object-curly-spacing)
(#73) There should be no space after '{' (object-curly-spacing)
(#73) There should be no space before '}' (object-curly-spacing)
(#74) There should be no space after '{' (object-curly-spacing)
(#74) There should be no space before '}' (object-curly-spacing)
(#75) There should be no space after '{' (object-curly-spacing)
(#75) There should be no space before '}' (object-curly-spacing)
(#76) There should be no space after '{' (object-curly-spacing)
(#76) Unnecessary escape character: \# (no-useless-escape)
(#76) There should be no space before '}' (object-curly-spacing)
(#77) There should be no space after '{' (object-curly-spacing)
(#77) Unnecessary escape character: \: (no-useless-escape)
(#77) Unnecessary escape character: \% (no-useless-escape)
(#77) There should be no space before '}' (object-curly-spacing)
(#78) There should be no space after '{' (object-curly-spacing)
(#78) There should be no space before '}' (object-curly-spacing)
(#79) There should be no space after '{' (object-curly-spacing)
(#79) There should be no space before '}' (object-curly-spacing)
(#80) There should be no space after '{' (object-curly-spacing)
(#80) There should be no space before '}' (object-curly-spacing)
(#81) There should be no space after '{' (object-curly-spacing)
(#81) There should be no space before '}' (object-curly-spacing)
(#82) There should be no space after '{' (object-curly-spacing)
(#82) There should be no space before '}' (object-curly-spacing)
(#83) There should be no space after '{' (object-curly-spacing)
(#83) There should be no space before '}' (object-curly-spacing)
(#85) Unnecessary semicolon. (no-extra-semi)
(#87) 'SyntaxHighlighter' is not defined. (no-undef)
(#90) 'SyntaxHighlighter' is not defined. (no-undef)
(#93) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushScala.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#33) There should be no space after '{' (object-curly-spacing)
(#33) 'SyntaxHighlighter' is not defined. (no-undef)
(#33) There should be no space before '}' (object-curly-spacing)
(#34) There should be no space after '{' (object-curly-spacing)
(#34) 'SyntaxHighlighter' is not defined. (no-undef)
(#34) There should be no space before '}' (object-curly-spacing)
(#35) There should be no space after '{' (object-curly-spacing)
(#35) 'SyntaxHighlighter' is not defined. (no-undef)
(#35) There should be no space before '}' (object-curly-spacing)
(#36) There should be no space after '{' (object-curly-spacing)
(#36) 'SyntaxHighlighter' is not defined. (no-undef)
(#36) Multiple spaces found before 'css'. (no-multi-spaces)
(#36) There should be no space before '}' (object-curly-spacing)
(#37) There should be no space after '{' (object-curly-spacing)
(#37) 'SyntaxHighlighter' is not defined. (no-undef)
(#37) There should be no space before '}' (object-curly-spacing)
(#38) There should be no space after '{' (object-curly-spacing)
(#38) There should be no space before '}' (object-curly-spacing)
(#39) There should be no space after '{' (object-curly-spacing)
(#39) There should be no space before '}' (object-curly-spacing)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#44) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushSql.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) There should be no space after '{' (object-curly-spacing)
(#49) There should be no space before '}' (object-curly-spacing)
(#50) There should be no space after '{' (object-curly-spacing)
(#50) 'SyntaxHighlighter' is not defined. (no-undef)
(#50) There should be no space before '}' (object-curly-spacing)
(#51) There should be no space after '{' (object-curly-spacing)
(#51) 'SyntaxHighlighter' is not defined. (no-undef)
(#51) There should be no space before '}' (object-curly-spacing)
(#52) There should be no space after '{' (object-curly-spacing)
(#52) There should be no space before '}' (object-curly-spacing)
(#53) There should be no space after '{' (object-curly-spacing)
(#53) There should be no space before '}' (object-curly-spacing)
(#54) There should be no space after '{' (object-curly-spacing)
(#54) There should be no space before '}' (object-curly-spacing)
(#56) Unnecessary semicolon. (no-extra-semi)
(#58) 'SyntaxHighlighter' is not defined. (no-undef)
(#61) 'SyntaxHighlighter' is not defined. (no-undef)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#64) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushVb.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#40) There should be no space after '{' (object-curly-spacing)
(#40) There should be no space before '}' (object-curly-spacing)
(#41) There should be no space after '{' (object-curly-spacing)
(#41) 'SyntaxHighlighter' is not defined. (no-undef)
(#41) There should be no space before '}' (object-curly-spacing)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) There should be no space after '{' (object-curly-spacing)
(#42) There should be no space before '}' (object-curly-spacing)
(#43) There should be no space after '{' (object-curly-spacing)
(#43) There should be no space before '}' (object-curly-spacing)
(#46) 'SyntaxHighlighter' is not defined. (no-undef)
(#47) Unnecessary semicolon. (no-extra-semi)
(#49) 'SyntaxHighlighter' is not defined. (no-undef)
(#52) 'SyntaxHighlighter' is not defined. (no-undef)
(#55) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#55) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#55) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shBrushXml.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) 'SyntaxHighlighter' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) Missing JSDoc comment. (require-jsdoc)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#24) 'regexInfo' is defined but never used (no-unused-vars)
(#26) 'SyntaxHighlighter' is not defined. (no-undef)
(#28) 'XRegExp' is not defined. (no-undef)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#32) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#35) 'XRegExp' is not defined. (no-undef)
(#40) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#40) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#47) Expected { after 'if' condition. (curly)
(#47) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#54) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) There should be no space after '{' (object-curly-spacing)
(#56) 'XRegExp' is not defined. (no-undef)
(#56) There should be no space before '}' (object-curly-spacing)
(#57) Line 57 exceeds the maximum line length of 132. (max-len)
(#57) There should be no space after '{' (object-curly-spacing)
(#57) 'SyntaxHighlighter' is not defined. (no-undef)
(#57) There should be no space before '}' (object-curly-spacing)
(#58) There should be no space after '{' (object-curly-spacing)
(#58) 'XRegExp' is not defined. (no-undef)
(#58) There should be no space before '}' (object-curly-spacing)
(#60) Unnecessary semicolon. (no-extra-semi)
(#62) 'SyntaxHighlighter' is not defined. (no-undef)
(#65) 'SyntaxHighlighter' is not defined. (no-undef)
(#68) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#68) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#68) 'exports' is not defined. (no-undef)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shCore.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shLegacy.js
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) eval can be harmful. (no-eval)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Unnecessary semicolon. (no-extra-semi)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space after '{'. (block-spacing)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (semi)
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/scripts/shRun.js
(#1) 'SyntaxHighlighter' is not defined. (no-undef)

CSS problems

(488 errors, 2184 warnings)

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

theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#99) Use of !important
(#102) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#115) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#122) Use of !important
(#125) Use of !important
(#126) Use of !important
(#129) Use of !important
(#130) Use of !important
(#133) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#142) Use of !important
(#145) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#151) Use of !important
(#154) Use of !important
(#157) Use of !important
(#158) Use of !important
(#161) Use of !important
(#164) Use of !important
(#171) Use of !important
(#174) Use of !important
(#177) Use of !important
(#180) Use of !important
(#183) Use of !important
(#186) Use of !important
(#189) Use of !important
(#192) Use of !important
(#195) Use of !important
(#196) Use of !important
(#199) Use of !important
(#202) Use of !important
(#205) Use of !important
(#208) Use of !important
(#211) Use of !important
(#214) Use of !important
(#217) Use of !important
(#220) Use of !important
(#223) Use of !important
(#226) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreDefault.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreDjango.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreEclipse.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
(#330) Use of !important
(#331) Use of !important
(#334) Use of !important
(#337) Use of !important
(#338) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreEmacs.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreFadeToGrey.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
(#327) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreMDUltra.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreMidnight.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shCoreRDark.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
(#229) Use of !important
(#232) Use of !important
(#235) Use of !important
(#238) Use of !important
(#241) Use of !important
(#244) Use of !important
(#247) Use of !important
(#250) Use of !important
(#253) Use of !important
(#254) Use of !important
(#257) Use of !important
(#260) Use of !important
(#263) Use of !important
(#264) Use of !important
(#265) Use of !important
(#268) Use of !important
(#271) Use of !important
(#274) Use of !important
(#275) Use of !important
(#276) Use of !important
(#279) Use of !important
(#282) Use of !important
(#285) Use of !important
(#288) Use of !important
(#291) Use of !important
(#294) Use of !important
(#297) Use of !important
(#300) Use of !important
(#303) Use of !important
(#306) Use of !important
(#309) Use of !important
(#312) Use of !important
(#313) Use of !important
(#314) Expected (<color> | inherit) but found 'none'.
(#314) Use of !important
(#317) Use of !important
(#320) Use of !important
(#323) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeDefault.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeDjango.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeEclipse.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
(#119) Use of !important
(#120) Use of !important
(#123) Use of !important
(#126) Use of !important
(#127) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeEmacs.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeFadeToGrey.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#116) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeMDUltra.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeMidnight.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/javascript/syntaxhighlighter_3_0_83/styles/shThemeRDark.css
(#18) Use of !important
(#21) Use of !important
(#24) Use of !important
(#27) Use of !important
(#30) Use of !important
(#33) Use of !important
(#36) Use of !important
(#39) Use of !important
(#42) Use of !important
(#43) Use of !important
(#46) Use of !important
(#49) Use of !important
(#52) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#77) Use of !important
(#80) Use of !important
(#83) Use of !important
(#86) Use of !important
(#89) Use of !important
(#92) Use of !important
(#95) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#103) Expected (<color> | inherit) but found 'none'.
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
theme/shoehorn/style/chartist_min.css
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-start'.
(#1) Expected (start | end | center | stretch | baseline) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Expected (start | end | center | justify) but found 'flex-end'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Expected (start | end | center | justify) but found 'flex-start'.
(#1) Unknown property 'text-anchor'.
(#1) Expected (start | end | center | baseline | stretch) but found 'flex-end'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke-dasharray'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke-linecap'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill-opacity'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke-width'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
(#1) Unknown property 'stroke'.
(#1) Unknown property 'fill'.
theme/shoehorn/style/custom.css
(#25) Rule is empty.
(#26) Expected RBRACE at line 26, col 5.
(#31) Rule is empty.
(#32) Expected RBRACE at line 32, col 5.
(#35) Rule is empty.
(#40) Expected RBRACE at line 40, col 5.
(#43) Rule is empty.
(#44) Expected RBRACE at line 44, col 5.
(#47) Rule is empty.
(#48) Expected RBRACE at line 48, col 5.
(#51) Rule is empty.
(#55) Expected RBRACE at line 55, col 5.
(#58) Rule is empty.
(#59) Expected RBRACE at line 59, col 5.
(#64) Expected IDENT at line 64, col 2.
(#64) Expected IDENT at line 64, col 2.
theme/shoehorn/style/editor.css
(#13) Unexpected token '[' at line 13, col 18.
(#78) Unexpected token '[' at line 78, col 18.
(#656) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#1098) Use of !important
(#1101) Use of !important
(#1104) Use of !important
(#1107) Use of !important
(#1116) Use of !important
theme/shoehorn/style/moodle-rtl.css
(#290) Use of !important
(#291) Use of !important
(#292) Use of !important
(#293) Use of !important
(#339) Use of !important
(#364) Use of !important
(#379) Use of !important
(#385) Use of !important
(#391) Use of !important
(#1754) Unexpected token '[' at line 1754, col 18.
(#1813) Use of !important
(#1903) Unexpected token '[' at line 1903, col 18.
(#4062) Expected end of value but found '\9'.
(#4260) Expected end of value but found '\9'.
(#4805) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5453) Expected end of value but found '\9'.
(#5627) Expected end of value but found '\9'.
(#6589) Use of !important
(#6590) Use of !important
(#6592) Use of !important
(#7021) Use of !important
(#7026) Use of !important
(#9242) Unexpected token '[' at line 9242, col 18.
(#9254) Expected (left | right | center | justify | inherit) but found 'start'.
(#9414) Unexpected token '[' at line 9414, col 18.
(#9431) Expected (left | right | center | justify | inherit) but found 'start'.
(#9868) Expected end of value but found '\9'.
(#10050) Use of !important
(#10055) Use of !important
(#10060) Use of !important
(#10065) Use of !important
(#10085) Use of !important
(#10095) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#10103) Use of !important
(#10119) Use of !important
(#10126) Use of !important
(#10131) Use of !important
(#10136) Use of !important
(#10142) Use of !important
(#10150) Use of !important
(#10158) Use of !important
(#10166) Use of !important
(#10174) Use of !important
(#10179) Use of !important
(#10184) Use of !important
(#10190) Use of !important
(#10198) Use of !important
(#10206) Use of !important
(#10214) Use of !important
(#10222) Use of !important
(#10227) Use of !important
(#10232) Use of !important
(#10238) Use of !important
(#10246) Use of !important
(#10254) Use of !important
(#10262) Use of !important
(#10270) Use of !important
(#10275) Use of !important
(#10280) Use of !important
(#10286) Use of !important
(#10294) Use of !important
(#10302) Use of !important
(#10310) Use of !important
(#10318) Use of !important
(#10326) Use of !important
(#10334) Use of !important
(#10342) Use of !important
(#10348) Use of !important
(#10355) Use of !important
(#10360) Use of !important
(#10365) Use of !important
(#10371) Use of !important
(#10377) Use of !important
(#10384) Use of !important
(#10390) Use of !important
(#10397) Use of !important
(#10403) Use of !important
(#10410) Use of !important
(#10418) Use of !important
(#10539) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#10560) Use of !important
(#10561) Use of !important
(#10567) Use of !important
(#10580) Use of !important
(#10581) Use of !important
(#10596) Use of !important
(#10611) Use of !important
(#10616) Use of !important
(#11004) Expected (content-box | border-box | inherit) but found 'initial'.
(#11762) margin can't be used with display: inline.
(#11774) float can't be used with display: inline-block.
(#12483) Rule is empty.
(#12485) Unexpected token '[' at line 12485, col 12.
(#12488) Rule is empty.
(#12490) Unexpected token '[' at line 12490, col 12.
(#12773) Use of !important
(#13682) Unexpected token '[' at line 13682, col 18.
(#14130) Expected (<padding-width> | inherit) but found 'initial'.
(#14135) Expected (<margin-width> | inherit) but found 'initial'.
(#14136) Expected (<padding-width> | inherit) but found 'initial'.
(#14137) Expected (<padding-width> | inherit) but found 'initial'.
(#14202) Use of !important
(#14966) Use of !important
(#15124) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15194) float can't be used with display: inline-block.
(#15205) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15221) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15379) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#15510) float can't be used with display: inline-block.
(#15751) float can't be used with display: inline-block.
(#15902) Expected (content-box | border-box | inherit) but found 'unset'.
(#16133) Expected end of value but found '0'.
(#16144) Expected end of value but found '0'.
(#16153) Expected end of value but found '0'.
(#16164) Expected end of value but found '0'.
(#16175) Expected end of value but found '0'.
(#16186) Expected end of value but found '0'.
(#16197) Expected end of value but found '0'.
(#16788) Use of !important
(#16789) Use of !important
(#16790) Use of !important
(#16791) Use of !important
(#16797) Use of !important
(#16803) Use of !important
(#17281) Use of !important
(#17405) Use of !important
(#17516) Use of !important
(#17582) Use of !important
(#18179) Unexpected token '[' at line 18179, col 18.
(#18225) Unexpected token '[' at line 18225, col 18.
(#18249) Expected (left | right | center | justify | inherit) but found 'start'.
(#19808) Use of !important
(#20352) margin can't be used with display: inline.
(#21734) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#22064) width can't be used with display: inline.
(#22066) height can't be used with display: inline.
(#22067) margin can't be used with display: inline.
(#22318) margin can't be used with display: inline.
(#22450) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#22453) margin can't be used with display: inline.
(#22454) margin-top can't be used with display: inline.
(#22552) Use of !important
(#22815) Use of !important
(#23136) margin can't be used with display: inline.
(#23724) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#24234) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#24733) Unexpected token '[' at line 24733, col 18.
(#24752) Expected (left | right | center | justify | inherit) but found 'start'.
(#25100) vertical-align can't be used with display: block.
(#25291) Unexpected token '[' at line 25291, col 18.
(#25363) vertical-align can't be used with display: block.
(#25373) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#25492) Unexpected token '[' at line 25492, col 18.
(#25943) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#26134) Use of !important
(#26169) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#26247) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#26426) margin can't be used with display: inline.
(#26433) margin can't be used with display: inline.
(#26440) margin can't be used with display: inline.
(#26447) margin can't be used with display: inline.
(#27497) Rule is empty.
(#27499) Unexpected token '[' at line 27499, col 17.
(#27500) Unexpected token '[' at line 27500, col 17.
(#27505) Expected RBRACE at line 27505, col 23.
(#27586) Unexpected token '[' at line 27586, col 25.
(#27653) Rule is empty.
(#27655) Unexpected token '[' at line 27655, col 19.
(#27656) Unexpected token '[' at line 27656, col 19.
(#27657) Unexpected token '[' at line 27657, col 23.
(#27658) Unexpected token '[' at line 27658, col 23.
(#27661) Rule is empty.
(#27663) Unexpected token '[' at line 27663, col 12.
(#27670) Unexpected token '[' at line 27670, col 12.
(#27674) Rule is empty.
(#27684) Unexpected token '[' at line 27684, col 12.
(#27685) Unexpected token '[' at line 27685, col 23.
(#27686) Unexpected token '[' at line 27686, col 23.
(#27689) Rule is empty.
(#27692) Unexpected token '[' at line 27692, col 19.
(#27693) Unexpected token '[' at line 27693, col 19.
(#27715) Use of !important
(#27785) Rule is empty.
(#27788) Unexpected token '[' at line 27788, col 12.
(#27832) Rule is empty.
(#27834) Unexpected token '[' at line 27834, col 12.
(#27857) Rule is empty.
(#27865) Unexpected token '[' at line 27865, col 12.
(#27883) Rule is empty.
(#27885) Unexpected token '[' at line 27885, col 12.
(#27908) Expected RBRACE at line 27908, col 23.
(#27909) Unexpected token '[' at line 27909, col 23.
(#27910) Expected RBRACE at line 27910, col 33.
(#27919) Unexpected token '[' at line 27919, col 12.
(#27920) Expected RBRACE at line 27920, col 30.
(#27922) Expected RBRACKET at line 27922, col 69.
(#27923) Expected RBRACKET at line 27923, col 69.
(#27924) Expected RBRACKET at line 27924, col 75.
(#27928) Rule is empty.
(#27930) Unexpected token '[' at line 27930, col 12.
(#27942) Unexpected token '[' at line 27942, col 19.
(#27948) Use of !important
(#27956) Unexpected token '[' at line 27956, col 12.
(#27961) Use of !important
(#27982) Expected RBRACE at line 27982, col 23.
(#27988) Expected RBRACE at line 27988, col 30.
(#28051) Expected RBRACE at line 28051, col 24.
(#28103) Use of !important
(#28114) Rule is empty.
(#28116) Unexpected token '[' at line 28116, col 19.
(#28117) Unexpected token '[' at line 28117, col 23.
(#28125) Rule is empty.
(#28130) Unexpected token '[' at line 28130, col 12.
(#28135) Expected RBRACE at line 28135, col 23.
(#28136) Unexpected token '[' at line 28136, col 17.
(#28143) Expected RBRACE at line 28143, col 30.
(#28144) Unexpected token '[' at line 28144, col 17.
(#28156) Expected RBRACE at line 28156, col 28.
(#28171) Expected RBRACE at line 28171, col 27.
(#28180) Unexpected token '[' at line 28180, col 17.
(#28185) Expected RBRACE at line 28185, col 23.
(#28191) Expected RBRACE at line 28191, col 23.
(#28192) Expected RBRACE at line 28192, col 32.
(#28197) Expected RBRACE at line 28197, col 23.
(#28198) Expected RBRACE at line 28198, col 34.
(#28221) Expected RBRACE at line 28221, col 23.
(#28222) Expected RBRACE at line 28222, col 30.
(#28237) Rule is empty.
(#28239) Unexpected token '[' at line 28239, col 17.
(#28247) Expected RBRACE at line 28247, col 23.
(#28251) Rule is empty.
(#28254) Unexpected token '[' at line 28254, col 23.
(#28267) Expected RBRACE at line 28267, col 30.
(#28272) Expected RBRACE at line 28272, col 23.
(#28273) Expected RBRACE at line 28273, col 34.
(#28278) Expected RBRACE at line 28278, col 23.
(#28289) Expected RBRACE at line 28289, col 23.
(#28290) Expected RBRACE at line 28290, col 30.
(#28291) Unexpected token '[' at line 28291, col 17.
(#28296) Expected RBRACE at line 28296, col 23.
(#28297) Expected RBRACE at line 28297, col 30.
(#28298) Unexpected token '[' at line 28298, col 17.
(#28303) Expected RBRACE at line 28303, col 28.
(#28309) Unexpected token '[' at line 28309, col 23.
(#28316) Unexpected token '[' at line 28316, col 23.
(#28325) Expected RBRACE at line 28325, col 24.
(#28874) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#28883) Rule is empty.
(#28885) Unexpected token '[' at line 28885, col 23.
(#28888) Rule is empty.
(#28890) Unexpected token '[' at line 28890, col 19.
(#28893) Rule is empty.
(#28895) Unexpected token '[' at line 28895, col 24.
(#28898) Rule is empty.
(#28900) Unexpected token '[' at line 28900, col 19.
(#28903) Rule is empty.
(#28905) Unexpected token '[' at line 28905, col 23.
(#28908) Rule is empty.
(#28911) Unexpected token '[' at line 28911, col 25.
(#28912) Unexpected token '[' at line 28912, col 26.
(#28913) Unexpected token '[' at line 28913, col 24.
(#28916) Rule is empty.
(#28921) Unexpected token '[' at line 28921, col 19.
(#28929) Rule is empty.
(#28931) Unexpected token '[' at line 28931, col 23.
(#28941) Rule is empty.
(#28945) Unexpected token '[' at line 28945, col 23.
(#29233) Expected RBRACE at line 29233, col 23.
(#29234) Unexpected token '[' at line 29234, col 23.
(#29251) Expected RBRACE at line 29251, col 23.
(#29256) Expected RBRACE at line 29256, col 30.
(#29257) Unexpected token '[' at line 29257, col 23.
(#29265) Unexpected token '[' at line 29265, col 23.
(#29361) Rule is empty.
(#29363) Unexpected token '[' at line 29363, col 12.
(#29366) Rule is empty.
(#29368) Unexpected token '[' at line 29368, col 12.
(#29379) Expected RBRACE at line 29379, col 23.
(#29381) Unexpected token '[' at line 29381, col 23.
(#29384) Rule is empty.
(#29387) Unexpected token '[' at line 29387, col 19.
(#29390) Rule is empty.
(#29393) Unexpected token '[' at line 29393, col 19.
(#29399) Unexpected token '[' at line 29399, col 12.
(#29411) Expected RBRACE at line 29411, col 23.
(#29596) Unexpected token '[' at line 29596, col 12.
(#29597) Expected RBRACE at line 29597, col 23.
(#29598) Unexpected token '[' at line 29598, col 19.
(#29600) Unexpected token '[' at line 29600, col 23.
(#29603) Rule is empty.
(#29607) Unexpected token '[' at line 29607, col 12.
(#29608) Unexpected token '[' at line 29608, col 23.
(#29623) Unexpected token '[' at line 29623, col 19.
(#29624) Expected RBRACE at line 29624, col 30.
(#29626) Expected RBRACKET at line 29626, col 68.
(#29627) Expected RBRACKET at line 29627, col 68.
(#29628) Expected RBRACKET at line 29628, col 74.
(#29634) Unexpected token '[' at line 29634, col 12.
(#29635) Use of !important
(#29641) Expected RBRACE at line 29641, col 23.
(#29648) Expected RBRACE at line 29648, col 23.
(#29651) Unexpected token '[' at line 29651, col 17.
(#29656) Use of !important
(#29661) Use of !important
(#29662) Use of !important
(#29668) Use of !important
(#29669) Use of !important
(#29674) Expected RBRACE at line 29674, col 29.
(#29679) Expected RBRACE at line 29679, col 23.
(#29680) Expected RBRACE at line 29680, col 30.
(#29681) Unexpected token '[' at line 29681, col 17.
(#29684) Rule is empty.
(#29688) Unexpected token '[' at line 29688, col 17.
(#29693) Expected RBRACE at line 29693, col 27.
(#29694) Expected RBRACE at line 29694, col 29.
(#29695) Expected RBRACE at line 29695, col 28.
(#29702) Expected RBRACE at line 29702, col 29.
(#29703) Expected RBRACE at line 29703, col 28.
(#29708) Expected RBRACE at line 29708, col 29.
(#29709) Expected RBRACE at line 29709, col 30.
(#29710) Expected RBRACE at line 29710, col 28.
(#29715) Rule is empty.
(#29717) Unexpected token '[' at line 29717, col 17.
(#29750) Expected RBRACE at line 29750, col 28.
(#29775) Use of !important
(#29778) Rule is empty.
(#29780) Unexpected token '[' at line 29780, col 23.
(#29785) Unexpected token '[' at line 29785, col 23.
(#29786) Expected RBRACKET at line 29786, col 61.
(#29787) Expected RBRACKET at line 29787, col 61.
(#29788) Expected RBRACKET at line 29788, col 67.
(#29794) Unexpected token '[' at line 29794, col 12.
(#29795) Unexpected token '[' at line 29795, col 23.
(#29796) Expected RBRACKET at line 29796, col 61.
(#29797) Expected RBRACKET at line 29797, col 61.
(#29798) Expected RBRACKET at line 29798, col 67.
(#29807) Rule is empty.
(#29810) Unexpected token '[' at line 29810, col 12.
(#29813) Rule is empty.
(#29820) Unexpected token '[' at line 29820, col 12.
(#29833) Unexpected token '[' at line 29833, col 12.
(#29866) Rule is empty.
(#29870) Unexpected token '[' at line 29870, col 12.
(#29871) Unexpected token '[' at line 29871, col 23.
(#29872) Unexpected token '[' at line 29872, col 23.
(#30033) Expected (normal | keep-all | break-all) but found 'break-word'.
(#30136) Unexpected token '[' at line 30136, col 19.
(#30146) Rule is empty.
(#30148) Unexpected token '[' at line 30148, col 12.
(#30155) Unexpected token '[' at line 30155, col 23.
(#30425) Rule is empty.
(#30427) Unexpected token '[' at line 30427, col 12.
(#30436) Unexpected token '[' at line 30436, col 23.
(#30441) Expected RBRACE at line 30441, col 23.
(#30442) Unexpected token '[' at line 30442, col 23.
(#30467) Rule is empty.
(#30470) Unexpected token '[' at line 30470, col 12.
(#30523) Rule is empty.
(#30528) Unexpected token '[' at line 30528, col 12.
(#30572) Rule is empty.
(#30575) Unexpected token '[' at line 30575, col 12.
(#30593) Rule is empty.
(#30595) Unexpected token '[' at line 30595, col 12.
(#30603) Expected RBRACE at line 30603, col 25.
(#30656) Rule is empty.
(#30658) Unexpected token '[' at line 30658, col 12.
(#30666) Rule is empty.
(#30669) Unexpected token '[' at line 30669, col 12.
(#30706) Expected RBRACE at line 30706, col 23.
(#30748) Rule is empty.
(#30750) Unexpected token '[' at line 30750, col 12.
(#30751) Unexpected token '[' at line 30751, col 23.
(#30754) Rule is empty.
(#30758) Unexpected token '[' at line 30758, col 12.
(#31010) Rule is empty.
(#31012) Unexpected token '[' at line 31012, col 12.
(#31015) Rule is empty.
(#31017) Unexpected token '[' at line 31017, col 12.
(#31052) Expected RBRACE at line 31052, col 23.
(#31057) Rule is empty.
(#31059) Unexpected token '[' at line 31059, col 23.
(#31092) Unexpected token '[' at line 31092, col 12.
(#31108) Unexpected token '[' at line 31108, col 12.
(#31113) Rule is empty.
(#31115) Unexpected token '[' at line 31115, col 17.
(#31154) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#31157) width can't be used with display: inline.
(#31158) height can't be used with display: inline.
(#31159) margin-top can't be used with display: inline.
(#31164) Expected RBRACE at line 31164, col 23.
(#31166) Unexpected token '[' at line 31166, col 17.
(#31178) Use of !important
(#31222) Unexpected token '[' at line 31222, col 12.
(#31232) Unexpected token '[' at line 31232, col 23.
(#31235) Rule is empty.
(#31238) Unexpected token '[' at line 31238, col 12.
(#31239) Unexpected token '[' at line 31239, col 17.
(#31242) Rule is empty.
(#31247) Unexpected token '[' at line 31247, col 12.
(#31248) Unexpected token '[' at line 31248, col 17.
(#31340) Expected RBRACE at line 31340, col 27.
(#31390) Unexpected token '[' at line 31390, col 12.
(#31528) Rule is empty.
(#31533) Unexpected token '[' at line 31533, col 17.
(#31566) Expected RBRACE at line 31566, col 23.
(#31574) Unexpected token '[' at line 31574, col 17.
(#31579) Unexpected token '[' at line 31579, col 17.
(#31597) Unexpected token '[' at line 31597, col 17.
(#31604) Unexpected token '[' at line 31604, col 17.
(#31607) Rule is empty.
(#31610) Unexpected token '[' at line 31610, col 12.
(#31671) Unexpected token '[' at line 31671, col 12.
(#32102) Use of !important
(#32107) Use of !important
(#32122) Rule is empty.
(#32124) Unexpected token '[' at line 32124, col 12.
(#32156) Rule is empty.
(#32158) Unexpected token '[' at line 32158, col 19.
(#32164) Unexpected token '[' at line 32164, col 23.
(#32452) Unexpected token '[' at line 32452, col 19.
(#32453) Unexpected token '[' at line 32453, col 19.
(#32454) Unexpected token '[' at line 32454, col 23.
(#32455) Unexpected token '[' at line 32455, col 23.
(#32477) Use of !important
(#32481) Expected RBRACE at line 32481, col 25.
(#32486) Expected (left | right | none | inherit) but found 'initial'.
(#32506) margin-top can't be used with display: inline.
(#32545) Unexpected token '[' at line 32545, col 12.
(#32546) Unexpected token '[' at line 32546, col 23.
(#32547) Expected RBRACKET at line 32547, col 61.
(#32548) Expected RBRACKET at line 32548, col 61.
(#32549) Expected RBRACKET at line 32549, col 67.
(#32566) Rule is empty.
(#32568) Unexpected token '[' at line 32568, col 12.
(#32571) Rule is empty.
(#32574) Unexpected token '[' at line 32574, col 12.
(#32575) Unexpected token '[' at line 32575, col 23.
(#32576) Unexpected token '[' at line 32576, col 23.
(#32588) Unexpected token '[' at line 32588, col 12.
(#32591) Rule is empty.
(#32593) Unexpected token '[' at line 32593, col 12.
(#32596) Rule is empty.
(#32600) Unexpected token '[' at line 32600, col 12.
(#32603) Rule is empty.
(#32607) Unexpected token '[' at line 32607, col 12.
(#32616) Unexpected token '[' at line 32616, col 19.
(#32617) Unexpected token '[' at line 32617, col 19.
(#32618) Unexpected token '[' at line 32618, col 23.
(#32619) Unexpected token '[' at line 32619, col 23.
(#32885) Unexpected token '[' at line 32885, col 19.
(#32918) Unexpected token '[' at line 32918, col 19.
(#32920) Unexpected token '[' at line 32920, col 23.
(#32968) Rule is empty.
(#32970) Unexpected token '[' at line 32970, col 12.
(#32978) Rule is empty.
(#32983) Unexpected token '[' at line 32983, col 13.
(#32986) Rule is empty.
(#32988) Unexpected token '[' at line 32988, col 12.
(#32991) Rule is empty.
(#32993) Unexpected token '[' at line 32993, col 13.
(#32996) Rule is empty.
(#32998) Unexpected token '[' at line 32998, col 27.
(#32999) Unexpected token '[' at line 32999, col 29.
(#33000) Unexpected token '[' at line 33000, col 32.
(#33001) Unexpected token '[' at line 33001, col 30.
(#33002) Unexpected token '[' at line 33002, col 33.
(#33003) Unexpected token '[' at line 33003, col 28.
(#33004) Unexpected token '[' at line 33004, col 28.
(#33007) Rule is empty.
(#33009) Unexpected token '[' at line 33009, col 23.
(#33012) Rule is empty.
(#33014) Unexpected token '[' at line 33014, col 23.
(#33017) Rule is empty.
(#33019) Unexpected token '[' at line 33019, col 23.
(#33024) Expected RBRACE at line 33024, col 23.
(#33026) Unexpected token '[' at line 33026, col 23.
(#33029) Rule is empty.
(#33031) Unexpected token '[' at line 33031, col 23.
theme/shoehorn/style/moodle.css
(#175) Use of !important
(#176) Use of !important
(#176) Use of !important
(#176) Use of !important
(#204) Use of !important
(#220) Use of !important
(#231) Use of !important
(#235) Use of !important
(#239) Use of !important
(#1047) Unexpected token '[' at line 1047, col 18.
(#1078) Use of !important
(#1117) Unexpected token '[' at line 1117, col 18.
(#2465) Expected end of value but found '\9'.
(#2574) Expected end of value but found '\9'.
(#2858) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#3235) Expected end of value but found '\9'.
(#3303) Expected end of value but found '\9'.
(#3835) Use of !important
(#3835) Use of !important
(#3835) Use of !important
(#4056) Use of !important
(#4059) Use of !important
(#5265) Unexpected token '[' at line 5265, col 15.
(#5267) Expected (left | right | center | justify | inherit) but found 'start'.
(#5314) Unexpected token '[' at line 5314, col 15.
(#5316) Expected (left | right | center | justify | inherit) but found 'start'.
(#5483) Expected end of value but found '\9'.
(#5614) Use of !important
(#5617) Use of !important
(#5620) Use of !important
(#5623) Use of !important
(#5632) Use of !important
(#5638) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#5644) Use of !important
(#5658) Use of !important
(#5663) Use of !important
(#5666) Use of !important
(#5669) Use of !important
(#5673) Use of !important
(#5679) Use of !important
(#5685) Use of !important
(#5691) Use of !important
(#5697) Use of !important
(#5700) Use of !important
(#5703) Use of !important
(#5707) Use of !important
(#5713) Use of !important
(#5719) Use of !important
(#5725) Use of !important
(#5731) Use of !important
(#5734) Use of !important
(#5737) Use of !important
(#5741) Use of !important
(#5747) Use of !important
(#5753) Use of !important
(#5759) Use of !important
(#5765) Use of !important
(#5768) Use of !important
(#5771) Use of !important
(#5775) Use of !important
(#5781) Use of !important
(#5787) Use of !important
(#5793) Use of !important
(#5799) Use of !important
(#5805) Use of !important
(#5811) Use of !important
(#5817) Use of !important
(#5821) Use of !important
(#5826) Use of !important
(#5829) Use of !important
(#5832) Use of !important
(#5836) Use of !important
(#5840) Use of !important
(#5845) Use of !important
(#5849) Use of !important
(#5854) Use of !important
(#5858) Use of !important
(#5863) Use of !important
(#5869) Use of !important
(#5910) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#5921) Use of !important
(#5922) Use of !important
(#5926) Use of !important
(#5935) Use of !important
(#5935) Use of !important
(#5944) Use of !important
(#5953) Use of !important
(#5956) Use of !important
(#6170) Expected (content-box | border-box | inherit) but found 'initial'.
(#6550) margin can't be used with display: inline.
(#6555) float can't be used with display: inline-block.
(#6870) Rule is empty.
(#6872) Unexpected token '[' at line 6872, col 12.
(#6873) Rule is empty.
(#6875) Unexpected token '[' at line 6875, col 12.
(#7030) Use of !important
(#7532) Unexpected token '[' at line 7532, col 18.
(#7768) Expected (<padding-width> | inherit) but found 'initial'.
(#7771) Expected (<padding-width> | inherit) but found 'initial'.
(#7771) Expected (<padding-width> | inherit) but found 'initial'.
(#7771) Expected (<margin-width> | inherit) but found 'initial'.
(#7808) Use of !important
(#8173) Use of !important
(#8255) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8296) float can't be used with display: inline-block.
(#8299) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8308) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8393) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8460) float can't be used with display: inline-block.
(#8575) float can't be used with display: inline-block.
(#8640) Expected (content-box | border-box | inherit) but found 'unset'.
(#8745) Expected end of value but found '0'.
(#8750) Expected end of value but found '0'.
(#8755) Expected end of value but found '0'.
(#8760) Expected end of value but found '0'.
(#8765) Expected end of value but found '0'.
(#8770) Expected end of value but found '0'.
(#8775) Expected end of value but found '0'.
(#9069) Use of !important
(#9069) Use of !important
(#9069) Use of !important
(#9070) Use of !important
(#9073) Use of !important
(#9076) Use of !important
(#9308) Use of !important
(#9363) Use of !important
(#9410) Use of !important
(#9441) Use of !important
(#9776) Unexpected token '[' at line 9776, col 18.
(#9796) Unexpected token '[' at line 9796, col 15.
(#9798) Expected (left | right | center | justify | inherit) but found 'start'.
(#10553) Use of !important
(#10841) margin can't be used with display: inline.
(#11547) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#11727) height can't be used with display: inline.
(#11727) margin can't be used with display: inline.
(#11727) width can't be used with display: inline.
(#11884) margin can't be used with display: inline.
(#11942) margin can't be used with display: inline.
(#11942) margin-top can't be used with display: inline.
(#11942) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#12002) Use of !important
(#12131) Use of !important
(#12306) margin can't be used with display: inline.
(#12633) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13044) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13359) Unexpected token '[' at line 13359, col 15.
(#13361) Expected (left | right | center | justify | inherit) but found 'start'.
(#13493) vertical-align can't be used with display: block.
(#13597) Unexpected token '[' at line 13597, col 18.
(#13621) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13621) vertical-align can't be used with display: block.
(#13693) Unexpected token '[' at line 13693, col 18.
(#13947) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14038) Use of !important
(#14045) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14075) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14161) margin can't be used with display: inline.
(#14164) margin can't be used with display: inline.
(#14167) margin can't be used with display: inline.
(#14170) margin can't be used with display: inline.
(#14816) Rule is empty.
(#14818) Unexpected token '[' at line 14818, col 60.
(#14818) Unexpected token '[' at line 14818, col 17.
(#14820) Expected RBRACE at line 14820, col 20.
(#14857) Unexpected token '[' at line 14857, col 194.
(#14894) Rule is empty.
(#14895) Unexpected token '[' at line 14895, col 62.
(#14895) Unexpected token '[' at line 14895, col 16.
(#14896) Unexpected token '[' at line 14896, col 77.
(#14896) Unexpected token '[' at line 14896, col 23.
(#14897) Rule is empty.
(#14899) Unexpected token '[' at line 14899, col 12.
(#14904) Unexpected token '[' at line 14904, col 12.
(#14905) Rule is empty.
(#14915) Unexpected token '[' at line 14915, col 67.
(#14915) Unexpected token '[' at line 14915, col 12.
(#14915) Unexpected token '[' at line 14915, col 116.
(#14916) Rule is empty.
(#14919) Unexpected token '[' at line 14919, col 19.
(#14919) Unexpected token '[' at line 14919, col 73.
(#14935) Use of !important
(#14977) Rule is empty.
(#14980) Unexpected token '[' at line 14980, col 12.
(#15004) Rule is empty.
(#15006) Unexpected token '[' at line 15006, col 12.
(#15019) Rule is empty.
(#15027) Unexpected token '[' at line 15027, col 12.
(#15039) Rule is empty.
(#15041) Unexpected token '[' at line 15041, col 12.
(#15054) Expected RBRACE at line 15054, col 23.
(#15054) Expected RBRACE at line 15054, col 138.
(#15054) Unexpected token '[' at line 15054, col 78.
(#15059) Unexpected token '[' at line 15059, col 12.
(#15059) Expected RBRACE at line 15059, col 60.
(#15059) Expected RBRACKET at line 15059, col 179.
(#15059) Expected RBRACKET at line 15059, col 276.
(#15059) Expected RBRACKET at line 15059, col 379.
(#15060) Rule is empty.
(#15062) Unexpected token '[' at line 15062, col 12.
(#15068) Unexpected token '[' at line 15068, col 16.
(#15072) Use of !important
(#15077) Unexpected token '[' at line 15077, col 12.
(#15080) Use of !important
(#15090) Expected RBRACE at line 15090, col 23.
(#15093) Expected RBRACE at line 15093, col 43.
(#15127) Expected RBRACE at line 15127, col 24.
(#15156) Use of !important
(#15160) Rule is empty.
(#15161) Unexpected token '[' at line 15161, col 16.
(#15162) Unexpected token '[' at line 15162, col 23.
(#15166) Rule is empty.
(#15171) Unexpected token '[' at line 15171, col 12.
(#15173) Expected RBRACE at line 15173, col 20.
(#15174) Unexpected token '[' at line 15174, col 17.
(#15176) Expected RBRACE at line 15176, col 44.
(#15177) Unexpected token '[' at line 15177, col 17.
(#15184) Expected RBRACE at line 15184, col 29.
(#15193) Expected RBRACE at line 15193, col 27.
(#15197) Unexpected token '[' at line 15197, col 17.
(#15200) Expected RBRACE at line 15200, col 23.
(#15203) Expected RBRACE at line 15203, col 82.
(#15203) Expected RBRACE at line 15203, col 23.
(#15206) Expected RBRACE at line 15206, col 23.
(#15206) Expected RBRACE at line 15206, col 85.
(#15221) Expected RBRACE at line 15221, col 81.
(#15221) Expected RBRACE at line 15221, col 23.
(#15228) Rule is empty.
(#15230) Unexpected token '[' at line 15230, col 17.
(#15233) Expected RBRACE at line 15233, col 38.
(#15235) Rule is empty.
(#15238) Unexpected token '[' at line 15238, col 23.
(#15244) Expected RBRACE at line 15244, col 30.
(#15247) Expected RBRACE at line 15247, col 23.
(#15247) Expected RBRACE at line 15247, col 89.
(#15250) Expected RBRACE at line 15250, col 23.
(#15259) Expected RBRACE at line 15259, col 23.
(#15259) Expected RBRACE at line 15259, col 81.
(#15259) Unexpected token '[' at line 15259, col 131.
(#15262) Expected RBRACE at line 15262, col 23.
(#15262) Expected RBRACE at line 15262, col 81.
(#15262) Unexpected token '[' at line 15262, col 131.
(#15265) Expected RBRACE at line 15265, col 29.
(#15268) Unexpected token '[' at line 15268, col 20.
(#15272) Unexpected token '[' at line 15272, col 20.
(#15277) Expected RBRACE at line 15277, col 42.
(#15629) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#15633) Rule is empty.
(#15635) Unexpected token '[' at line 15635, col 23.
(#15636) Rule is empty.
(#15638) Unexpected token '[' at line 15638, col 19.
(#15639) Rule is empty.
(#15641) Unexpected token '[' at line 15641, col 25.
(#15642) Rule is empty.
(#15644) Unexpected token '[' at line 15644, col 19.
(#15645) Rule is empty.
(#15647) Unexpected token '[' at line 15647, col 23.
(#15648) Rule is empty.
(#15650) Unexpected token '[' at line 15650, col 76.
(#15650) Unexpected token '[' at line 15650, col 22.
(#15651) Unexpected token '[' at line 15651, col 24.
(#15652) Rule is empty.
(#15657) Unexpected token '[' at line 15657, col 19.
(#15661) Rule is empty.
(#15663) Unexpected token '[' at line 15663, col 23.
(#15669) Rule is empty.
(#15673) Unexpected token '[' at line 15673, col 23.
(#15834) Unexpected token '[' at line 15834, col 108.
(#15834) Expected RBRACE at line 15834, col 52.
(#15845) Expected RBRACE at line 15845, col 23.
(#15847) Expected RBRACE at line 15847, col 27.
(#15848) Unexpected token '[' at line 15848, col 23.
(#15852) Unexpected token '[' at line 15852, col 23.
(#15912) Rule is empty.
(#15914) Unexpected token '[' at line 15914, col 12.
(#15915) Rule is empty.
(#15917) Unexpected token '[' at line 15917, col 12.
(#15923) Expected RBRACE at line 15923, col 20.
(#15924) Unexpected token '[' at line 15924, col 23.
(#15925) Rule is empty.
(#15928) Unexpected token '[' at line 15928, col 19.
(#15929) Rule is empty.
(#15932) Unexpected token '[' at line 15932, col 19.
(#15935) Unexpected token '[' at line 15935, col 9.
(#15943) Expected RBRACE at line 15943, col 23.
(#16036) Unexpected token '[' at line 16036, col 12.
(#16036) Unexpected token '[' at line 16036, col 104.
(#16036) Unexpected token '[' at line 16036, col 171.
(#16036) Expected RBRACE at line 16036, col 53.
(#16037) Rule is empty.
(#16041) Unexpected token '[' at line 16041, col 12.
(#16041) Unexpected token '[' at line 16041, col 53.
(#16046) Unexpected token '[' at line 16046, col 90.
(#16046) Expected RBRACE at line 16046, col 147.
(#16047) Expected RBRACKET at line 16047, col 266.
(#16047) Expected RBRACKET at line 16047, col 164.
(#16047) Expected RBRACKET at line 16047, col 68.
(#16049) Unexpected token '[' at line 16049, col 9.
(#16050) Use of !important
(#16054) Expected RBRACE at line 16054, col 23.
(#16056) Expected RBRACE at line 16056, col 20.
(#16057) Unexpected token '[' at line 16057, col 17.
(#16060) Use of !important
(#16062) Use of !important
(#16063) Use of !important
(#16066) Use of !important
(#16067) Use of !important
(#16070) Expected RBRACE at line 16070, col 28.
(#16073) Expected RBRACE at line 16073, col 92.
(#16073) Unexpected token '[' at line 16073, col 153.
(#16073) Expected RBRACE at line 16073, col 23.
(#16074) Rule is empty.
(#16078) Unexpected token '[' at line 16078, col 17.
(#16080) Expected RBRACE at line 16080, col 81.
(#16080) Expected RBRACE at line 16080, col 24.
(#16080) Expected RBRACE at line 16080, col 137.
(#16083) Expected RBRACE at line 16083, col 26.
(#16084) Expected RBRACE at line 16084, col 28.
(#16086) Expected RBRACE at line 16086, col 140.
(#16086) Expected RBRACE at line 16086, col 26.
(#16086) Expected RBRACE at line 16086, col 84.
(#16088) Rule is empty.
(#16090) Unexpected token '[' at line 16090, col 17.
(#16109) Expected RBRACE at line 16109, col 29.
(#16125) Use of !important
(#16126) Rule is empty.
(#16128) Unexpected token '[' at line 16128, col 23.
(#16131) Unexpected token '[' at line 16131, col 23.
(#16131) Expected RBRACKET at line 16131, col 112.
(#16131) Expected RBRACKET at line 16131, col 239.
(#16131) Expected RBRACKET at line 16131, col 372.
(#16134) Unexpected token '[' at line 16134, col 12.
(#16134) Expected RBRACKET at line 16134, col 142.
(#16134) Expected RBRACKET at line 16134, col 269.
(#16134) Expected RBRACKET at line 16134, col 402.
(#16134) Unexpected token '[' at line 16134, col 53.
(#16138) Rule is empty.
(#16141) Unexpected token '[' at line 16141, col 12.
(#16142) Rule is empty.
(#16149) Unexpected token '[' at line 16149, col 12.
(#16153) Unexpected token '[' at line 16153, col 56.
(#16175) Rule is empty.
(#16179) Unexpected token '[' at line 16179, col 12.
(#16179) Unexpected token '[' at line 16179, col 67.
(#16179) Unexpected token '[' at line 16179, col 116.
(#16275) Expected (normal | keep-all | break-all) but found 'break-word'.
(#16314) Unexpected token '[' at line 16314, col 16.
(#16319) Rule is empty.
(#16321) Unexpected token '[' at line 16321, col 12.
(#16325) Unexpected token '[' at line 16325, col 35.
(#16508) Rule is empty.
(#16510) Unexpected token '[' at line 16510, col 12.
(#16515) Unexpected token '[' at line 16515, col 41.
(#16517) Expected RBRACE at line 16517, col 20.
(#16518) Unexpected token '[' at line 16518, col 23.
(#16532) Rule is empty.
(#16535) Unexpected token '[' at line 16535, col 12.
(#16564) Rule is empty.
(#16569) Unexpected token '[' at line 16569, col 12.
(#16592) Rule is empty.
(#16595) Unexpected token '[' at line 16595, col 12.
(#16605) Rule is empty.
(#16607) Unexpected token '[' at line 16607, col 12.
(#16611) Expected RBRACE at line 16611, col 48.
(#16641) Rule is empty.
(#16643) Unexpected token '[' at line 16643, col 12.
(#16647) Rule is empty.
(#16650) Unexpected token '[' at line 16650, col 12.
(#16678) Expected RBRACE at line 16678, col 33.
(#16709) Rule is empty.
(#16711) Unexpected token '[' at line 16711, col 62.
(#16711) Unexpected token '[' at line 16711, col 12.
(#16712) Rule is empty.
(#16716) Unexpected token '[' at line 16716, col 12.
(#16888) Rule is empty.
(#16890) Unexpected token '[' at line 16890, col 12.
(#16891) Rule is empty.
(#16893) Unexpected token '[' at line 16893, col 12.
(#16906) Expected RBRACE at line 16906, col 107.
(#16907) Rule is empty.
(#16909) Unexpected token '[' at line 16909, col 23.
(#16922) Unexpected token '[' at line 16922, col 12.
(#16926) Unexpected token '[' at line 16926, col 120.
(#16927) Rule is empty.
(#16929) Unexpected token '[' at line 16929, col 17.
(#16950) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#16950) height can't be used with display: inline.
(#16950) width can't be used with display: inline.
(#16950) margin-top can't be used with display: inline.
(#16950) Expected RBRACE at line 16950, col 152.
(#16951) Unexpected token '[' at line 16951, col 17.
(#16958) Use of !important
(#16980) Unexpected token '[' at line 16980, col 30.
(#16984) Unexpected token '[' at line 16984, col 63.
(#16985) Rule is empty.
(#16988) Unexpected token '[' at line 16988, col 12.
(#16988) Unexpected token '[' at line 16988, col 52.
(#16989) Rule is empty.
(#16994) Unexpected token '[' at line 16994, col 53.
(#16994) Unexpected token '[' at line 16994, col 12.
(#17047) Expected RBRACE at line 17047, col 42.
(#17067) Unexpected token '[' at line 17067, col 9.
(#17141) Rule is empty.
(#17146) Unexpected token '[' at line 17146, col 17.
(#17162) Expected RBRACE at line 17162, col 50.
(#17167) Unexpected token '[' at line 17167, col 17.
(#17169) Unexpected token '[' at line 17169, col 14.
(#17179) Unexpected token '[' at line 17179, col 17.
(#17183) Unexpected token '[' at line 17183, col 17.
(#17184) Rule is empty.
(#17187) Unexpected token '[' at line 17187, col 12.
(#17210) Unexpected token '[' at line 17210, col 122.
(#17400) Use of !important
(#17403) Use of !important
(#17412) Rule is empty.
(#17414) Unexpected token '[' at line 17414, col 12.
(#17433) Rule is empty.
(#17435) Unexpected token '[' at line 17435, col 19.
(#17438) Unexpected token '[' at line 17438, col 23.
(#17627) Unexpected token '[' at line 17627, col 92.
(#17627) Unexpected token '[' at line 17627, col 139.
(#17627) Unexpected token '[' at line 17627, col 195.
(#17627) Unexpected token '[' at line 17627, col 246.
(#17638) Use of !important
(#17639) Expected RBRACE at line 17639, col 62.
(#17641) Expected (left | right | none | inherit) but found 'initial'.
(#17646) margin-top can't be used with display: inline.
(#17664) Unexpected token '[' at line 17664, col 9.
(#17665) Expected RBRACKET at line 17665, col 237.
(#17665) Expected RBRACKET at line 17665, col 366.
(#17665) Unexpected token '[' at line 17665, col 23.
(#17665) Expected RBRACKET at line 17665, col 114.
(#17673) Rule is empty.
(#17675) Unexpected token '[' at line 17675, col 12.
(#17676) Rule is empty.
(#17679) Unexpected token '[' at line 17679, col 12.
(#17679) Unexpected token '[' at line 17679, col 64.
(#17679) Unexpected token '[' at line 17679, col 119.
(#17685) Unexpected token '[' at line 17685, col 24.
(#17686) Rule is empty.
(#17688) Unexpected token '[' at line 17688, col 12.
(#17689) Rule is empty.
(#17693) Unexpected token '[' at line 17693, col 12.
(#17694) Rule is empty.
(#17698) Unexpected token '[' at line 17698, col 12.
(#17700) Unexpected token '[' at line 17700, col 64.
(#17700) Unexpected token '[' at line 17700, col 111.
(#17701) Unexpected token '[' at line 17701, col 23.
(#17701) Unexpected token '[' at line 17701, col 74.
(#17881) Unexpected token '[' at line 17881, col 19.
(#17889) Unexpected token '[' at line 17889, col 225.
(#17890) Unexpected token '[' at line 17890, col 23.
(#17915) Rule is empty.
(#17917) Unexpected token '[' at line 17917, col 12.
(#17921) Rule is empty.
(#17926) Unexpected token '[' at line 17926, col 13.
(#17927) Rule is empty.
(#17929) Unexpected token '[' at line 17929, col 12.
(#17930) Rule is empty.
(#17932) Unexpected token '[' at line 17932, col 13.
(#17933) Rule is empty.
(#17935) Unexpected token '[' at line 17935, col 84.
(#17935) Unexpected token '[' at line 17935, col 141.
(#17935) Unexpected token '[' at line 17935, col 204.
(#17935) Unexpected token '[' at line 17935, col 270.
(#17935) Unexpected token '[' at line 17935, col 330.
(#17935) Unexpected token '[' at line 17935, col 386.
(#17935) Unexpected token '[' at line 17935, col 27.
(#17936) Rule is empty.
(#17938) Unexpected token '[' at line 17938, col 23.
(#17939) Rule is empty.
(#17941) Unexpected token '[' at line 17941, col 23.
(#17942) Rule is empty.
(#17944) Unexpected token '[' at line 17944, col 23.
(#17946) Expected RBRACE at line 17946, col 20.
(#17947) Unexpected token '[' at line 17947, col 23.
(#17948) Rule is empty.
(#17950) Unexpected token '[' at line 17950, col 23.
theme/shoehorn/styleguide/docs.css
(#327) Use of !important
(#328) Use of !important
(#329) Use of !important
(#330) Use of !important
(#332) Use of !important
(#333) Use of !important
(#335) Use of !important
(#336) Use of !important
(#337) Use of !important
(#340) Use of !important
(#344) Use of !important
(#345) Use of !important
(#346) Use of !important
(#347) Use of !important
(#348) Use of !important
(#349) Use of !important
(#352) Use of !important
(#355) Use of !important
(#356) Use of !important
(#360) Use of !important
(#368) Use of !important
(#369) Use of !important
(#370) Use of !important
(#374) Use of !important
(#380) Use of !important
(#381) Use of !important
(#390) Use of !important
(#391) Use of !important
(#392) Use of !important
(#1242) Use of !important
(#1246) Use of !important
theme/shoehorn/styleguide/ie10-viewport-bug-workaround.css
(#11) Unknown @ rule: @-webkit-viewport.
(#13) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.

PHPDocs style problems

(167 errors, 1 warnings)

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

theme/shoehorn/classes/block_settings_renderer.php
(#30) Class theme_shoehorn_block_settings_renderer is not documented
(#32) Function theme_shoehorn_block_settings_renderer::search_form is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_admin_renderer.php
(#30) Class theme_shoehorn_core_admin_renderer is not documented
(#32) Function theme_shoehorn_core_admin_renderer::maturity_info is not documented
(#50) Function theme_shoehorn_core_admin_renderer::maturity_warning is not documented
(#62) Function theme_shoehorn_core_admin_renderer::warning is not documented
(#70) Function theme_shoehorn_core_admin_renderer::test_site_warning is not documented
(#78) Function theme_shoehorn_core_admin_renderer::release_notes_link is not documented
(#83) Function theme_shoehorn_core_admin_renderer::plugins_check_table is not documented
(#101) Function theme_shoehorn_core_admin_renderer::environment_check_table is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_course_management_renderer.php
(#30) Class theme_shoehorn_core_course_management_renderer is not documented
(#31) Function theme_shoehorn_core_course_management_renderer::grid_start is not documented
(#45) Function theme_shoehorn_core_course_management_renderer::grid_column_start is not documented
(#62) Function theme_shoehorn_core_course_management_renderer::detail_pair is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_course_renderer.php
(#30) Class theme_shoehorn_core_course_renderer is not documented
(#32) Function theme_shoehorn_core_course_renderer::coursecat_coursebox is not documented
(#115) Function theme_shoehorn_core_course_renderer::coursecat_coursebox_content is not documented
(#185) Function theme_shoehorn_core_course_renderer::course_search_form is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_enrol_renderer.php
(#30) Class theme_shoehorn_core_enrol_renderer is not documented
(#32) Function theme_shoehorn_core_enrol_renderer::render_course_enrolment_users_table is not documented
(#95) Function theme_shoehorn_core_enrol_renderer::user_roles_and_actions is not documented
(#136) Function theme_shoehorn_core_enrol_renderer::user_groups_and_actions is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/core_files_renderer.php
(#30) Class theme_shoehorn_core_files_renderer is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/format_columns_renderer.php
(#33) Class theme_shoehorn_format_columns_renderer is not documented
(#36) Function theme_shoehorn_format_columns_renderer::get_row_class is not documented
(#40) Function theme_shoehorn_format_columns_renderer::get_column_class is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_grid_renderer.php
(#32) Class theme_shoehorn_format_grid_renderer is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_noticebd_renderer.php
(#32) Class theme_shoehorn_format_noticebd_renderer is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_renderer_toolbox.php
(#32) Function get_nav_links is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_topcoll_renderer.php
(#33) Class theme_shoehorn_format_topcoll_renderer is not documented
(#36) Function theme_shoehorn_format_topcoll_renderer::get_row_class is not documented
(#40) Function theme_shoehorn_format_topcoll_renderer::get_column_class is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_topics_renderer.php
(#29) Class theme_shoehorn_format_topics_renderer is not documented
(#32) Function theme_shoehorn_format_topics_renderer::section_left_content is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/format_weeks_renderer.php
(#29) Class theme_shoehorn_format_weeks_renderer is not documented
(#32) Function theme_shoehorn_format_weeks_renderer::section_left_content is not documented
(#21) Package theme is not valid
theme/shoehorn/classes/output/core_renderer.php
(#38) Class core_renderer is not documented
(#48) Function core_renderer::__construct is not documented
(#53) Function core_renderer::get_tile_file is not documented
(#66) Function core_renderer::get_file_contents is not documented
(#78) Function core_renderer::is_fontawesome is not documented
(#85) Function core_renderer::htmlattributes is not documented
(#95) Function core_renderer::navbar_items is not documented
(#138) Function core_renderer::debug_listing is not documented
(#143) Function core_renderer::render_custom_menu_item is not documented
(#206) Function core_renderer::render_tabtree is not documented
(#220) Function core_renderer::render_tabobject is not documented
(#236) Function core_renderer::box is not documented
(#283) Function core_renderer::navbar is not documented
(#311) Function core_renderer::custom_menu is not documented
(#323) Function core_renderer::render_custom_menu is not documented
(#356) Function core_renderer::user_menu is not documented
(#366) Function core_renderer::user_menu_message is not documented
(#428) Function core_renderer::user_menu_courses is not documented
(#527) Function core_renderer::user_menu_course_activities is not documented
(#569) Function core_renderer::user_menu_user is not documented
(#657) Function core_renderer::page_heading_menu is not documented
(#665) Function core_renderer::get_course_activities is not documented
(#750) Function core_renderer::get_enrolled_courses is not documented
(#765) Function core_renderer::get_user_messages is not documented
(#796) Function core_renderer::process_message is not documented
(#827) Function core_renderer::footer_menu is not documented
(#1386) Function core_renderer::block_has_class is not documented
(#1406) Function core_renderer::syntax_highlighter is not documented
(#1477) Function core_renderer::anti_gravity is not documented
(#41) Variable core_renderer::$shoehorn is not documented
(#43) Variable core_renderer::$enrolledcourses is not documented
(#44) Variable core_renderer::$syntaxhighlighterenabled is not documented
(#45) Variable core_renderer::$themeconfig is not documented
(#46) Variable core_renderer::$fontawesome is not documented
(#1141) Phpdocs for function core_renderer::blocks has incomplete parameters list
(#1202) Phpdocs for function core_renderer::collapse_blocks has incomplete parameters list
(#1229) Phpdocs for function core_renderer::collapse_blocks_for_region has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/classes/output/core_renderer_maintenance.php
(#33) Class core_renderer_maintenance is not documented
(#38) Function core_renderer_maintenance::__construct is not documented
(#36) Variable core_renderer_maintenance::$themeconfig is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/output/core_renderer_toolbox.php
(#35) Function get_setting is not documented
(#48) Function setting_file_url is not documented
(#64) Function pix_url is not documented
(#68) Function notification is not documented
(#20) Package theme is not valid
theme/shoehorn/classes/toolbox.php
(#30) Class toolbox is not documented
(#35) Function toolbox::__construct is not documented
(#38) Function toolbox::get_instance is not documented
(#95) Function toolbox::setting_file_url is not documented
(#100) Function toolbox::pix_url is not documented
(#105) Function toolbox::get_file_contents is not documented
(#124) Function toolbox::check_corerenderer is not documented
(#170) Function toolbox::geticonmarkup is not documented
(#269) Function toolbox::grid is not documented
(#302) Function toolbox::showslider is not documented
(#421) Function toolbox::showloginbackgroundchanger is not documented
(#433) Function toolbox::social_footer is not documented
(#32) Variable toolbox::$corerenderer is not documented
(#33) Variable toolbox::$instance is not documented
(#48) Phpdocs for function toolbox::set_core_renderer has incomplete parameters list
(#71) Phpdocs for function toolbox::get_setting has incomplete parameters list
(#192) Phpdocs for function toolbox::html_for_settings has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/config.php
(#22) Not recommended phpdocs tag @version used
(#20) Package theme is not valid
theme/shoehorn/db/upgrade.php
(#28) Function xmldb_theme_shoehorn_upgrade is not documented
(#20) Package theme is not valid
theme/shoehorn/imagebank.php
(#20) Package theme is not valid
theme/shoehorn/inspector.ajax.php
(#20) Package theme is not valid
theme/shoehorn/lang/en/theme_shoehorn.php
(#20) Package theme is not valid
theme/shoehorn/layout/default.php
(#20) Package theme is not valid
theme/shoehorn/layout/embedded.php
(#20) Package theme is not valid
theme/shoehorn/layout/frontpage.php
(#20) Package theme is not valid
theme/shoehorn/layout/login.php
(#20) Package theme is not valid
theme/shoehorn/layout/maintenance.php
(#20) Package theme is not valid
theme/shoehorn/layout/popup.php
(#20) Package theme is not valid
theme/shoehorn/layout/secure.php
(#17) File-level phpdocs block is not found
theme/shoehorn/layout/tiles/additionaljs.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/cdnfonts.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/footer.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/frontpageslider.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/header.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/marketingspots.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/navbar.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/pagebottom.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/pageheader.php
(#20) Package theme is not valid
theme/shoehorn/layout/tiles/social.php
(#20) Package theme is not valid
theme/shoehorn/lib.php
(#28) Function theme_shoehorn_process_css is not documented
(#146) Function theme_shoehorn_set_setting is not documented
(#156) Function theme_shoehorn_set_font is not documented
(#210) Function theme_shoehorn_set_loginmessage is not documented
(#231) Function theme_shoehorn_set_landf is not documented
(#351) Function theme_shoehorn_serve_syntaxhighlighter is not documented
(#380) Function theme_shoehorn_send_unmodified is not documented
(#393) Function theme_shoehorn_send_cached is not documented
(#438) Function shoehorn_hexadjust is not documented
(#20) Package theme is not valid
theme/shoehorn/pages/about.php
(#20) Package theme is not valid
theme/shoehorn/pages/sitepage.php
(#20) Package theme is not valid
theme/shoehorn/pages/styleguide.php
(#20) Package theme is not valid
theme/shoehorn/pages/syntaxhighlight.php
(#20) Package theme is not valid
theme/shoehorn/settings.php
(#20) Package theme is not valid
theme/shoehorn/shoehorn_admin_setting_styleguide.php
(#17) File-level phpdocs block is not found
(#90) Phpdocs for function shoehorn_admin_setting_styleguide::write_setting has incomplete parameters list
(#99) Phpdocs for function shoehorn_admin_setting_styleguide::output_html has incomplete parameters list
(#20) Package theme is not valid
theme/shoehorn/tests/corerenderer_test.php
(#34) Variable theme_shoehorn_corerenderer_testcase::$outputus is not documented
(#28) Class theme_shoehorn_corerenderer_testcase does not have @copyright tag
(#28) Class theme_shoehorn_corerenderer_testcase does not have @license tag
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoehorn/tests/toolbox_test.php
(#34) Variable theme_shoehorn_toolbox_testcase::$outputus is not documented
(#28) Class theme_shoehorn_toolbox_testcase does not have @copyright tag
(#28) Class theme_shoehorn_toolbox_testcase does not have @license tag
(#30) Invalid phpdocs tag @group used
(#20) Package theme is not valid
theme/shoehorn/version.php
(#20) Package theme is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

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

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(4 errors, 0 warnings)

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

theme/shoehorn/amd/build/backstretch.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/bootstrap.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/chartist.min.js
Uncommitted change detected.
theme/shoehorn/amd/build/holder.min.js
Uncommitted change detected.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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