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, 23 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
(#382) Line exceeds 132 characters; contains 140 characters
(#519) Line exceeds 132 characters; contains 147 characters
(#540) Line exceeds 132 characters; contains 159 characters
(#1138) 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, 1447 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
(#129) 'module' is not defined. (no-undef)
(#136) Multiple spaces found before '='. (no-multi-spaces)
(#139) '__dirname' is not defined. (no-undef)
(#142) 'process' is not defined. (no-undef)
(#154) Unexpected console statement. (no-console)
(#155) Unexpected console statement. (no-console)
(#163) Unexpected console statement. (no-console)
(#164) Unexpected console statement. (no-console)
(#165) Unexpected console statement. (no-console)
(#167) Unexpected console statement. (no-console)
(#170) 'process' is not defined. (no-undef)
(#255) Identifier 'svg_core' is not in camel case. (camelcase)
(#261) Identifier 'svg_plugins' is not in camel case. (camelcase)
(#269) Identifier 'svg_colours_core' is not in camel case. (camelcase)
(#277) Identifier 'svg_colours_plugins' is not in camel case. (camelcase)
(#285) Identifier 'font_fix' is not in camel case. (camelcase)
(#339) 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

(251 errors, 1945 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.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
(#6460) Expected (content-box | border-box | inherit) but found 'initial'.
(#6840) margin can't be used with display: inline.
(#6845) float can't be used with display: inline-block.
(#7160) Rule is empty.
(#7162) Unexpected token '[' at line 7162, col 12.
(#7163) Rule is empty.
(#7165) Unexpected token '[' at line 7165, col 12.
(#7320) Use of !important
(#7822) Unexpected token '[' at line 7822, col 18.
(#8052) Expected (<padding-width> | inherit) but found 'initial'.
(#8055) Expected (<padding-width> | inherit) but found 'initial'.
(#8055) Expected (<padding-width> | inherit) but found 'initial'.
(#8055) Expected (<margin-width> | inherit) but found 'initial'.
(#8092) Use of !important
(#8460) Use of !important
(#8542) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8583) float can't be used with display: inline-block.
(#8586) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8595) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8680) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#8747) float can't be used with display: inline-block.
(#8871) float can't be used with display: inline-block.
(#8936) Expected (content-box | border-box | inherit) but found 'unset'.
(#9041) Expected end of value but found '0'.
(#9046) Expected end of value but found '0'.
(#9051) Expected end of value but found '0'.
(#9056) Expected end of value but found '0'.
(#9061) Expected end of value but found '0'.
(#9066) Expected end of value but found '0'.
(#9071) Expected end of value but found '0'.
(#9365) Use of !important
(#9365) Use of !important
(#9365) Use of !important
(#9366) Use of !important
(#9369) Use of !important
(#9372) Use of !important
(#9601) Use of !important
(#9656) Use of !important
(#9703) Use of !important
(#9734) Use of !important
(#10069) Unexpected token '[' at line 10069, col 18.
(#10089) Unexpected token '[' at line 10089, col 15.
(#10091) Expected (left | right | center | justify | inherit) but found 'start'.
(#10952) Use of !important
(#11240) margin can't be used with display: inline.
(#11891) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#12071) height can't be used with display: inline.
(#12071) margin can't be used with display: inline.
(#12071) width can't be used with display: inline.
(#12271) margin can't be used with display: inline.
(#12329) margin can't be used with display: inline.
(#12329) margin-top can't be used with display: inline.
(#12329) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#12422) Use of !important
(#12551) Use of !important
(#12726) margin can't be used with display: inline.
(#13050) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13461) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#13772) Unexpected token '[' at line 13772, col 15.
(#13774) Expected (left | right | center | justify | inherit) but found 'start'.
(#13906) vertical-align can't be used with display: block.
(#14010) Unexpected token '[' at line 14010, col 18.
(#14034) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14034) vertical-align can't be used with display: block.
(#14106) Unexpected token '[' at line 14106, col 18.
(#14360) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14451) Use of !important
(#14458) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14488) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#14574) margin can't be used with display: inline.
(#14577) margin can't be used with display: inline.
(#14580) margin can't be used with display: inline.
(#14583) margin can't be used with display: inline.
(#15229) Rule is empty.
(#15231) Unexpected token '[' at line 15231, col 60.
(#15231) Unexpected token '[' at line 15231, col 17.
(#15233) Expected RBRACE at line 15233, col 20.
(#15270) Unexpected token '[' at line 15270, col 194.
(#15307) Rule is empty.
(#15308) Unexpected token '[' at line 15308, col 62.
(#15308) Unexpected token '[' at line 15308, col 16.
(#15309) Unexpected token '[' at line 15309, col 77.
(#15309) Unexpected token '[' at line 15309, col 23.
(#15310) Rule is empty.
(#15312) Unexpected token '[' at line 15312, col 12.
(#15317) Unexpected token '[' at line 15317, col 12.
(#15318) Rule is empty.
(#15328) Unexpected token '[' at line 15328, col 67.
(#15328) Unexpected token '[' at line 15328, col 12.
(#15328) Unexpected token '[' at line 15328, col 116.
(#15329) Rule is empty.
(#15332) Unexpected token '[' at line 15332, col 19.
(#15332) Unexpected token '[' at line 15332, col 73.
(#15348) Use of !important
(#15390) Rule is empty.
(#15393) Unexpected token '[' at line 15393, col 12.
(#15417) Rule is empty.
(#15419) Unexpected token '[' at line 15419, col 12.
(#15432) Rule is empty.
(#15440) Unexpected token '[' at line 15440, col 12.
(#15452) Rule is empty.
(#15454) Unexpected token '[' at line 15454, col 12.
(#15649) Expected RBRACE at line 15649, col 23.
(#15649) Expected RBRACE at line 15649, col 138.
(#15649) Unexpected token '[' at line 15649, col 78.
(#15654) Unexpected token '[' at line 15654, col 12.
(#15654) Expected RBRACE at line 15654, col 60.
(#15654) Expected RBRACKET at line 15654, col 179.
(#15654) Expected RBRACKET at line 15654, col 276.
(#15654) Expected RBRACKET at line 15654, col 379.
(#15655) Rule is empty.
(#15657) Unexpected token '[' at line 15657, col 12.
(#15663) Unexpected token '[' at line 15663, col 16.
(#15667) Use of !important
(#15672) Unexpected token '[' at line 15672, col 12.
(#15675) Use of !important
(#15685) Expected RBRACE at line 15685, col 23.
(#15688) Expected RBRACE at line 15688, col 43.
(#15722) Expected RBRACE at line 15722, col 24.
(#15751) Use of !important
(#15755) Rule is empty.
(#15756) Unexpected token '[' at line 15756, col 16.
(#15757) Unexpected token '[' at line 15757, col 23.
(#15761) Rule is empty.
(#15766) Unexpected token '[' at line 15766, col 12.
(#15768) Expected RBRACE at line 15768, col 20.
(#15769) Unexpected token '[' at line 15769, col 17.
(#15771) Expected RBRACE at line 15771, col 44.
(#15772) Unexpected token '[' at line 15772, col 17.
(#15779) Expected RBRACE at line 15779, col 29.
(#15788) Expected RBRACE at line 15788, col 27.
(#15792) Unexpected token '[' at line 15792, col 17.
(#15795) Expected RBRACE at line 15795, col 23.
(#15798) Expected RBRACE at line 15798, col 82.
(#15798) Expected RBRACE at line 15798, col 23.
(#15801) Expected RBRACE at line 15801, col 23.
(#15801) Expected RBRACE at line 15801, col 85.
(#15816) Expected RBRACE at line 15816, col 81.
(#15816) Expected RBRACE at line 15816, col 23.
(#15823) Rule is empty.
(#15825) Unexpected token '[' at line 15825, col 17.
(#15828) Expected RBRACE at line 15828, col 38.
(#15830) Rule is empty.
(#15833) Unexpected token '[' at line 15833, col 23.
(#15839) Expected RBRACE at line 15839, col 30.
(#15842) Expected RBRACE at line 15842, col 23.
(#15842) Expected RBRACE at line 15842, col 89.
(#15845) Expected RBRACE at line 15845, col 23.
(#15854) Expected RBRACE at line 15854, col 23.
(#15854) Expected RBRACE at line 15854, col 81.
(#15854) Unexpected token '[' at line 15854, col 131.
(#15857) Expected RBRACE at line 15857, col 23.
(#15857) Expected RBRACE at line 15857, col 81.
(#15857) Unexpected token '[' at line 15857, col 131.
(#15860) Expected RBRACE at line 15860, col 29.
(#15863) Unexpected token '[' at line 15863, col 20.
(#15867) Unexpected token '[' at line 15867, col 20.
(#15872) Expected RBRACE at line 15872, col 42.
(#16224) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#16228) Rule is empty.
(#16230) Unexpected token '[' at line 16230, col 23.
(#16231) Rule is empty.
(#16233) Unexpected token '[' at line 16233, col 19.
(#16234) Rule is empty.
(#16236) Unexpected token '[' at line 16236, col 25.
(#16237) Rule is empty.
(#16239) Unexpected token '[' at line 16239, col 19.
(#16240) Rule is empty.
(#16242) Unexpected token '[' at line 16242, col 23.
(#16243) Rule is empty.
(#16245) Unexpected token '[' at line 16245, col 22.
(#16245) Unexpected token '[' at line 16245, col 76.
(#16246) Unexpected token '[' at line 16246, col 24.
(#16247) Rule is empty.
(#16252) Unexpected token '[' at line 16252, col 19.
(#16256) Rule is empty.
(#16258) Unexpected token '[' at line 16258, col 23.
(#16264) Rule is empty.
(#16268) Unexpected token '[' at line 16268, col 23.
(#16429) Expected RBRACE at line 16429, col 52.
(#16429) Unexpected token '[' at line 16429, col 108.
(#16440) Expected RBRACE at line 16440, col 23.
(#16442) Expected RBRACE at line 16442, col 27.
(#16443) Unexpected token '[' at line 16443, col 23.
(#16447) Unexpected token '[' at line 16447, col 23.
(#16507) Rule is empty.
(#16509) Unexpected token '[' at line 16509, col 12.
(#16510) Rule is empty.
(#16512) Unexpected token '[' at line 16512, col 12.
(#16518) Expected RBRACE at line 16518, col 20.
(#16519) Unexpected token '[' at line 16519, col 23.
(#16520) Rule is empty.
(#16523) Unexpected token '[' at line 16523, col 19.
(#16524) Rule is empty.
(#16527) Unexpected token '[' at line 16527, col 19.
(#16530) Unexpected token '[' at line 16530, col 9.
(#16538) Expected RBRACE at line 16538, col 23.
(#16649) Unexpected token '[' at line 16649, col 12.
(#16649) Unexpected token '[' at line 16649, col 104.
(#16649) Unexpected token '[' at line 16649, col 171.
(#16649) Expected RBRACE at line 16649, col 53.
(#16650) Rule is empty.
(#16654) Unexpected token '[' at line 16654, col 53.
(#16654) Unexpected token '[' at line 16654, col 12.
(#16659) Unexpected token '[' at line 16659, col 90.
(#16659) Expected RBRACE at line 16659, col 147.
(#16660) Expected RBRACKET at line 16660, col 266.
(#16660) Expected RBRACKET at line 16660, col 68.
(#16660) Expected RBRACKET at line 16660, col 164.
(#16662) Unexpected token '[' at line 16662, col 9.
(#16663) Use of !important
(#16667) Expected RBRACE at line 16667, col 23.
(#16669) Expected RBRACE at line 16669, col 20.
(#16670) Unexpected token '[' at line 16670, col 17.
(#16673) Use of !important
(#16675) Use of !important
(#16676) Use of !important
(#16679) Use of !important
(#16680) Use of !important
(#16683) Expected RBRACE at line 16683, col 28.
(#16686) Expected RBRACE at line 16686, col 92.
(#16686) Expected RBRACE at line 16686, col 23.
(#16686) Unexpected token '[' at line 16686, col 153.
(#16687) Rule is empty.
(#16691) Unexpected token '[' at line 16691, col 17.
(#16693) Expected RBRACE at line 16693, col 81.
(#16693) Expected RBRACE at line 16693, col 24.
(#16693) Expected RBRACE at line 16693, col 137.
(#16696) Expected RBRACE at line 16696, col 26.
(#16697) Expected RBRACE at line 16697, col 28.
(#16699) Expected RBRACE at line 16699, col 26.
(#16699) Expected RBRACE at line 16699, col 84.
(#16699) Expected RBRACE at line 16699, col 140.
(#16701) Rule is empty.
(#16703) Unexpected token '[' at line 16703, col 17.
(#16749) Expected RBRACE at line 16749, col 29.
(#16765) Use of !important
(#16766) Rule is empty.
(#16768) Unexpected token '[' at line 16768, col 23.
(#16771) Expected RBRACKET at line 16771, col 112.
(#16771) Expected RBRACKET at line 16771, col 239.
(#16771) Expected RBRACKET at line 16771, col 372.
(#16771) Unexpected token '[' at line 16771, col 23.
(#16774) Unexpected token '[' at line 16774, col 53.
(#16774) Expected RBRACKET at line 16774, col 142.
(#16774) Expected RBRACKET at line 16774, col 269.
(#16774) Expected RBRACKET at line 16774, col 402.
(#16774) Unexpected token '[' at line 16774, col 12.
(#16778) Rule is empty.
(#16781) Unexpected token '[' at line 16781, col 12.
(#16782) Rule is empty.
(#16789) Unexpected token '[' at line 16789, col 12.
(#16793) Unexpected token '[' at line 16793, col 56.
(#16815) Rule is empty.
(#16819) Unexpected token '[' at line 16819, col 67.
(#16819) Unexpected token '[' at line 16819, col 116.
(#16819) Unexpected token '[' at line 16819, col 12.
(#16820) Rule is empty.
(#16822) Unexpected token '[' at line 16822, col 12.
(#16921) Expected (normal | keep-all | break-all) but found 'break-word'.
(#16960) Unexpected token '[' at line 16960, col 16.
(#16965) Rule is empty.
(#16967) Unexpected token '[' at line 16967, col 12.
(#16971) Unexpected token '[' at line 16971, col 35.
(#17154) Rule is empty.
(#17156) Unexpected token '[' at line 17156, col 12.
(#17161) Unexpected token '[' at line 17161, col 41.
(#17163) Expected RBRACE at line 17163, col 20.
(#17164) Unexpected token '[' at line 17164, col 23.
(#17178) Rule is empty.
(#17181) Unexpected token '[' at line 17181, col 12.
(#17210) Rule is empty.
(#17215) Unexpected token '[' at line 17215, col 12.
(#17238) Rule is empty.
(#17241) Unexpected token '[' at line 17241, col 12.
(#17251) Rule is empty.
(#17253) Unexpected token '[' at line 17253, col 12.
(#17257) Expected RBRACE at line 17257, col 48.
(#17287) Rule is empty.
(#17289) Unexpected token '[' at line 17289, col 12.
(#17293) Rule is empty.
(#17296) Unexpected token '[' at line 17296, col 12.
(#17324) Expected RBRACE at line 17324, col 33.
(#17355) Rule is empty.
(#17357) Unexpected token '[' at line 17357, col 62.
(#17357) Unexpected token '[' at line 17357, col 12.
(#17358) Rule is empty.
(#17362) Unexpected token '[' at line 17362, col 12.
(#17534) Rule is empty.
(#17536) Unexpected token '[' at line 17536, col 12.
(#17537) Rule is empty.
(#17539) Unexpected token '[' at line 17539, col 12.
(#17552) Expected RBRACE at line 17552, col 107.
(#17553) Rule is empty.
(#17555) Unexpected token '[' at line 17555, col 23.
(#17568) Unexpected token '[' at line 17568, col 12.
(#17572) Unexpected token '[' at line 17572, col 120.
(#17573) Rule is empty.
(#17575) Unexpected token '[' at line 17575, col 17.
(#17596) Expected RBRACE at line 17596, col 152.
(#17596) width can't be used with display: inline.
(#17596) margin-top can't be used with display: inline.
(#17596) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#17596) height can't be used with display: inline.
(#17597) Unexpected token '[' at line 17597, col 17.
(#17604) Use of !important
(#17626) Unexpected token '[' at line 17626, col 30.
(#17630) Unexpected token '[' at line 17630, col 63.
(#17631) Rule is empty.
(#17634) Unexpected token '[' at line 17634, col 52.
(#17634) Unexpected token '[' at line 17634, col 12.
(#17635) Rule is empty.
(#17640) Unexpected token '[' at line 17640, col 12.
(#17640) Unexpected token '[' at line 17640, col 53.
(#17693) Expected RBRACE at line 17693, col 42.
(#17713) Unexpected token '[' at line 17713, col 9.
(#17787) Rule is empty.
(#17792) Unexpected token '[' at line 17792, col 17.
(#17808) Expected RBRACE at line 17808, col 50.
(#17813) Unexpected token '[' at line 17813, col 17.
(#17815) Unexpected token '[' at line 17815, col 14.
(#17825) Unexpected token '[' at line 17825, col 17.
(#17829) Unexpected token '[' at line 17829, col 17.
(#17830) Rule is empty.
(#17833) Unexpected token '[' at line 17833, col 12.
(#17856) Unexpected token '[' at line 17856, col 122.
(#18046) Use of !important
(#18049) Use of !important
(#18058) Rule is empty.
(#18060) Unexpected token '[' at line 18060, col 12.
(#18079) Rule is empty.
(#18081) Unexpected token '[' at line 18081, col 19.
(#18084) Unexpected token '[' at line 18084, col 23.
(#18273) Unexpected token '[' at line 18273, col 92.
(#18273) Unexpected token '[' at line 18273, col 139.
(#18273) Unexpected token '[' at line 18273, col 195.
(#18273) Unexpected token '[' at line 18273, col 246.
(#18284) Use of !important
(#18285) Expected RBRACE at line 18285, col 62.
(#18287) Expected (left | right | none | inherit) but found 'initial'.
(#18292) margin-top can't be used with display: inline.
(#18310) Unexpected token '[' at line 18310, col 9.
(#18311) Expected RBRACKET at line 18311, col 237.
(#18311) Expected RBRACKET at line 18311, col 366.
(#18311) Unexpected token '[' at line 18311, col 23.
(#18311) Expected RBRACKET at line 18311, col 114.
(#18319) Rule is empty.
(#18321) Unexpected token '[' at line 18321, col 12.
(#18322) Rule is empty.
(#18325) Unexpected token '[' at line 18325, col 12.
(#18325) Unexpected token '[' at line 18325, col 64.
(#18325) Unexpected token '[' at line 18325, col 119.
(#18331) Unexpected token '[' at line 18331, col 24.
(#18332) Rule is empty.
(#18334) Unexpected token '[' at line 18334, col 12.
(#18335) Rule is empty.
(#18339) Unexpected token '[' at line 18339, col 12.
(#18340) Rule is empty.
(#18344) Unexpected token '[' at line 18344, col 12.
(#18346) Unexpected token '[' at line 18346, col 64.
(#18346) Unexpected token '[' at line 18346, col 111.
(#18347) Unexpected token '[' at line 18347, col 23.
(#18347) Unexpected token '[' at line 18347, col 74.
(#18527) Unexpected token '[' at line 18527, col 19.
(#18535) Unexpected token '[' at line 18535, col 225.
(#18536) Unexpected token '[' at line 18536, col 23.
(#18558) Rule is empty.
(#18560) Unexpected token '[' at line 18560, col 12.
(#18564) Rule is empty.
(#18569) Unexpected token '[' at line 18569, col 13.
(#18570) Rule is empty.
(#18572) Unexpected token '[' at line 18572, col 12.
(#18573) Rule is empty.
(#18575) Unexpected token '[' at line 18575, col 13.
(#18576) Rule is empty.
(#18578) Unexpected token '[' at line 18578, col 84.
(#18578) Unexpected token '[' at line 18578, col 141.
(#18578) Unexpected token '[' at line 18578, col 204.
(#18578) Unexpected token '[' at line 18578, col 270.
(#18578) Unexpected token '[' at line 18578, col 330.
(#18578) Unexpected token '[' at line 18578, col 386.
(#18578) Unexpected token '[' at line 18578, col 27.
(#18579) Rule is empty.
(#18581) Unexpected token '[' at line 18581, col 23.
(#18582) Rule is empty.
(#18584) Unexpected token '[' at line 18584, col 23.
(#18585) Rule is empty.
(#18587) Unexpected token '[' at line 18587, col 23.
(#18589) Expected RBRACE at line 18589, col 20.
(#18590) Unexpected token '[' at line 18590, col 23.
(#18591) Rule is empty.
(#18593) Unexpected token '[' at line 18593, 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
(#395) Function core_renderer::user_menu is not documented
(#406) Function core_renderer::user_menu_message is not documented
(#468) Function core_renderer::user_menu_courses is not documented
(#567) Function core_renderer::user_menu_course_activities is not documented
(#609) Function core_renderer::user_menu_user is not documented
(#697) Function core_renderer::page_heading_menu is not documented
(#705) Function core_renderer::get_course_activities is not documented
(#790) Function core_renderer::get_enrolled_courses is not documented
(#805) Function core_renderer::get_user_messages is not documented
(#836) Function core_renderer::process_message is not documented
(#867) Function core_renderer::footer_menu is not documented
(#1426) Function core_renderer::block_has_class is not documented
(#1446) Function core_renderer::syntax_highlighter is not documented
(#1517) 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
(#1181) Phpdocs for function core_renderer::blocks has incomplete parameters list
(#1242) Phpdocs for function core_renderer::collapse_blocks has incomplete parameters list
(#1269) 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

(1 errors, 0 warnings)

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

theme/shoehorn/templates/mod_assign/grading_navigation.mustache
(#1) Mustache syntax exception: Example context JSON is unparsable, fails with: boolean expected