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

(7 errors, 2 warnings)

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

theme/bootstrap/config.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/layout/default.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/layout/embedded.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/layout/maintenance.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/layout/popup.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/layout/secure.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/renderers.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/bootstrap/renderers/admin_renderer.php
(#76) This comment is 55% valid code; is this commented out code?
theme/bootstrap/renderers/core_renderer.php
(#30) This comment is 50% valid code; is this commented out code?

Javascript coding style problems

(1125 errors, 442 warnings)

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

theme/bootstrap/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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Statement inside of curly braces should be on next line. (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) Expected { after 'else'. (curly)
(#209) Missing semicolon. (semi)
(#211) Expected { after 'if' condition. (curly)
(#211) Missing semicolon. (semi)
(#213) Missing semicolon. (semi)
(#216) Expected { after 'if' condition. (curly)
(#216) Missing semicolon. (semi)
(#217) Missing semicolon. (semi)
(#223) Missing JSDoc comment. (require-jsdoc)
(#224) Unexpected space before function parentheses. (space-before-function-paren)
(#225) Multiple spaces found before '='. (no-multi-spaces)
(#225) Missing semicolon. (semi)
(#226) Multiple spaces found before '='. (no-multi-spaces)
(#226) Missing semicolon. (semi)
(#227) Missing semicolon. (semi)
(#229) Expected { after 'if' condition. (curly)
(#229) Missing semicolon. (semi)
(#231) Expected { after 'if' condition. (curly)
(#231) Missing semicolon. (semi)
(#232) Expected { after 'if' condition. (curly)
(#232) Missing semicolon. (semi)
(#233) Missing semicolon. (semi)
(#236) 'old' is already defined (no-redeclare)
(#236) Missing semicolon. (semi)
(#238) Multiple spaces found before '='. (no-multi-spaces)
(#238) Missing semicolon. (semi)
(#239) Missing semicolon. (semi)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#246) Missing semicolon. (semi)
(#247) Missing semicolon. (semi)
(#248) Missing semicolon. (semi)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#256) Missing semicolon. (semi)
(#257) Expected { after 'if' condition. (curly)
(#257) Missing semicolon. (semi)
(#258) Missing semicolon. (semi)
(#259) Missing semicolon. (semi)
(#261) Unexpected space before function parentheses. (space-before-function-paren)
(#262) Missing semicolon. (semi)
(#263) Missing semicolon. (semi)
(#276) Unexpected space before function parentheses. (space-before-function-paren)
(#277) Multiple spaces found before '='. (no-multi-spaces)
(#277) Missing semicolon. (semi)
(#278) Missing semicolon. (semi)
(#279) Multiple spaces found before '='. (no-multi-spaces)
(#279) Missing semicolon. (semi)
(#280) Multiple spaces found before '='. (no-multi-spaces)
(#280) Missing semicolon. (semi)
(#281) Multiple spaces found before '='. (no-multi-spaces)
(#281) Missing semicolon. (semi)
(#282) Multiple spaces found before '='. (no-multi-spaces)
(#282) Missing semicolon. (semi)
(#283) Multiple spaces found before '='. (no-multi-spaces)
(#283) Missing semicolon. (semi)
(#284) Multiple spaces found before '='. (no-multi-spaces)
(#284) Missing semicolon. (semi)
(#286) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#286) Missing semicolon. (semi)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#290) Missing semicolon. (semi)
(#291) Missing semicolon. (semi)
(#293) Multiple spaces found before '='. (no-multi-spaces)
(#293) Missing semicolon. (semi)
(#295) Missing semicolon. (semi)
(#302) Missing semicolon. (semi)
(#304) Unexpected space before function parentheses. (space-before-function-paren)
(#305) Expected { after 'if' condition. (curly)
(#305) Missing semicolon. (semi)
(#307) Missing semicolon. (semi)
(#308) Missing semicolon. (semi)
(#309) Missing semicolon. (semi)
(#312) Missing semicolon. (semi)
(#313) Missing semicolon. (semi)
(#315) Unexpected space before function parentheses. (space-before-function-paren)
(#316) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#316) Missing semicolon. (semi)
(#318) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#318) Missing semicolon. (semi)
(#320) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#322) Missing semicolon. (semi)
(#324) Missing semicolon. (semi)
(#325) Missing semicolon. (semi)
(#327) Unexpected space before function parentheses. (space-before-function-paren)
(#328) Missing semicolon. (semi)
(#329) Missing semicolon. (semi)
(#330) Missing semicolon. (semi)
(#332) Unexpected space before function parentheses. (space-before-function-paren)
(#333) Missing semicolon. (semi)
(#335) Missing semicolon. (semi)
(#336) Expected { after 'if' condition. (curly)
(#336) Missing semicolon. (semi)
(#337) Missing semicolon. (semi)
(#338) Missing semicolon. (semi)
(#339) Missing semicolon. (semi)
(#340) Missing semicolon. (semi)
(#342) Unexpected space before function parentheses. (space-before-function-paren)
(#343) Multiple spaces found before '='. (no-multi-spaces)
(#343) Missing semicolon. (semi)
(#344) Missing semicolon. (semi)
(#346) Expected { after 'if' condition. (curly)
(#346) Missing semicolon. (semi)
(#348) Expected { after 'if' condition. (curly)
(#348) Expected no return value. (consistent-return)
(#348) Multiple spaces found before 'return'. (no-multi-spaces)
(#348) Unexpected space before function parentheses. (space-before-function-paren)
(#348) Statement inside of curly braces should be on next line. (brace-style)
(#348) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#348) Missing semicolon. (semi)
(#348) Missing semicolon. (semi)
(#349) Expected { after 'if' condition. (curly)
(#349) Expected no return value. (consistent-return)
(#349) Missing semicolon. (semi)
(#351) Expected no return value. (consistent-return)
(#351) Missing semicolon. (semi)
(#352) Missing semicolon. (semi)
(#354) Unexpected space before function parentheses. (space-before-function-paren)
(#355) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#355) Missing semicolon. (semi)
(#358) Missing semicolon. (semi)
(#359) Missing semicolon. (semi)
(#362) Missing semicolon. (semi)
(#364) Missing semicolon. (semi)
(#365) Missing semicolon. (semi)
(#367) Unexpected space before function parentheses. (space-before-function-paren)
(#368) Expected { after 'if' condition. (curly)
(#368) Missing semicolon. (semi)
(#369) Expected no return value. (consistent-return)
(#369) Missing semicolon. (semi)
(#370) Missing semicolon. (semi)
(#372) Unexpected space before function parentheses. (space-before-function-paren)
(#373) Expected { after 'if' condition. (curly)
(#373) Missing semicolon. (semi)
(#374) Expected no return value. (consistent-return)
(#374) Missing semicolon. (semi)
(#375) Missing semicolon. (semi)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#378) Multiple spaces found before '='. (no-multi-spaces)
(#378) Missing semicolon. (semi)
(#379) Multiple spaces found before '='. (no-multi-spaces)
(#379) Missing semicolon. (semi)
(#380) Missing semicolon. (semi)
(#381) Missing semicolon. (semi)
(#382) Multiple spaces found before '='. (no-multi-spaces)
(#382) Missing semicolon. (semi)
(#384) Expected { after 'if' condition. (curly)
(#384) Missing semicolon. (semi)
(#386) Missing semicolon. (semi)
(#390) Missing semicolon. (semi)
(#391) Missing semicolon. (semi)
(#392) Expected { after 'if' condition. (curly)
(#392) Expected a return value. (consistent-return)
(#392) Missing semicolon. (semi)
(#394) Missing semicolon. (semi)
(#396) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#396) Missing semicolon. (semi)
(#399) Missing semicolon. (semi)
(#400) Missing semicolon. (semi)
(#401) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#401) Missing semicolon. (semi)
(#404) There should be no space after '{' (object-curly-spacing)
(#404) There should be no space before '}' (object-curly-spacing)
(#404) Missing semicolon. (semi)
(#406) Missing semicolon. (semi)
(#407) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#407) Missing semicolon. (semi)
(#408) Missing semicolon. (semi)
(#409) Missing semicolon. (semi)
(#411) Unexpected space before function parentheses. (space-before-function-paren)
(#412) Missing semicolon. (semi)
(#413) Missing semicolon. (semi)
(#414) Missing semicolon. (semi)
(#415) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Missing semicolon. (semi)
(#417) Missing semicolon. (semi)
(#419) Missing semicolon. (semi)
(#421) Missing semicolon. (semi)
(#422) Missing semicolon. (semi)
(#423) Missing semicolon. (semi)
(#424) Missing semicolon. (semi)
(#427) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#427) Missing semicolon. (semi)
(#429) Missing semicolon. (semi)
(#430) Missing semicolon. (semi)
(#436) Missing JSDoc comment. (require-jsdoc)
(#437) Unexpected space before function parentheses. (space-before-function-paren)
(#438) Multiple spaces found before '='. (no-multi-spaces)
(#438) Missing semicolon. (semi)
(#439) Multiple spaces found before '='. (no-multi-spaces)
(#439) Missing semicolon. (semi)
(#440) Missing semicolon. (semi)
(#441) Multiple spaces found before '='. (no-multi-spaces)
(#441) Missing semicolon. (semi)
(#443) Expected { after 'if' condition. (curly)
(#443) Missing semicolon. (semi)
(#444) Expected { after 'if' condition. (curly)
(#444) Missing semicolon. (semi)
(#445) Expected { after 'if' condition. (curly)
(#445) Missing semicolon. (semi)
(#446) Expected { after 'if' condition. (curly)
(#446) Missing semicolon. (semi)
(#447) Missing semicolon. (semi)
(#450) 'old' is already defined (no-redeclare)
(#450) Missing semicolon. (semi)
(#452) Multiple spaces found before '='. (no-multi-spaces)
(#452) Missing semicolon. (semi)
(#453) Missing semicolon. (semi)
(#459) Unexpected space before function parentheses. (space-before-function-paren)
(#460) Missing semicolon. (semi)
(#461) Missing semicolon. (semi)
(#462) Missing semicolon. (semi)
(#468) Unexpected space before function parentheses. (space-before-function-paren)
(#469) Missing semicolon. (semi)
(#470) Multiple spaces found before '='. (no-multi-spaces)
(#470) Missing semicolon. (semi)
(#471) Missing semicolon. (semi)
(#472) Expected { after 'if' condition. (curly)
(#472) Missing semicolon. (semi)
(#473) Missing semicolon. (semi)
(#474) Missing semicolon. (semi)
(#475) Expected { after 'if' condition. (curly)
(#475) Missing semicolon. (semi)
(#477) Missing semicolon. (semi)
(#480) Missing semicolon. (semi)
(#483) Missing semicolon. (semi)
(#484) Missing semicolon. (semi)
(#488) Missing semicolon. (semi)
(#490) Unexpected space before function parentheses. (space-before-function-paren)
(#491) Unexpected space before function parentheses. (space-before-function-paren)
(#492) Missing semicolon. (semi)
(#493) Missing semicolon. (semi)
(#494) Missing semicolon. (semi)
(#495) Missing semicolon. (semi)
(#508) Unexpected space before function parentheses. (space-before-function-paren)
(#509) Multiple spaces found before '='. (no-multi-spaces)
(#509) Missing semicolon. (semi)
(#510) Multiple spaces found before '='. (no-multi-spaces)
(#510) Missing semicolon. (semi)
(#511) Multiple spaces found before '='. (no-multi-spaces)
(#512) Missing semicolon. (semi)
(#513) Missing semicolon. (semi)
(#516) Missing semicolon. (semi)
(#518) Missing semicolon. (semi)
(#521) Expected { after 'if' condition. (curly)
(#521) Missing semicolon. (semi)
(#522) Missing semicolon. (semi)
(#524) Multiple spaces found before '='. (no-multi-spaces)
(#524) Missing semicolon. (semi)
(#526) Missing semicolon. (semi)
(#530) Missing semicolon. (semi)
(#532) Unexpected space before function parentheses. (space-before-function-paren)
(#533) Missing semicolon. (semi)
(#534) Missing semicolon. (semi)
(#535) Missing semicolon. (semi)
(#537) Unexpected space before function parentheses. (space-before-function-paren)
(#538) Expected { after 'if' condition. (curly)
(#538) Missing semicolon. (semi)
(#540) Missing semicolon. (semi)
(#541) Missing semicolon. (semi)
(#544) Missing semicolon. (semi)
(#545) Expected { after 'if' condition. (curly)
(#545) Missing semicolon. (semi)
(#548) Missing semicolon. (semi)
(#549) Missing semicolon. (semi)
(#550) Expected { after 'if' condition. (curly)
(#550) Missing semicolon. (semi)
(#553) Missing semicolon. (semi)
(#554) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#554) Missing semicolon. (semi)
(#557) Missing semicolon. (semi)
(#562) Missing semicolon. (semi)
(#566) Missing semicolon. (semi)
(#568) Missing semicolon. (semi)
(#570) Unexpected space before function parentheses. (space-before-function-paren)
(#573) Missing semicolon. (semi)
(#574) Missing semicolon. (semi)
(#576) Missing semicolon. (semi)
(#577) Missing semicolon. (semi)
(#579) Expected { after 'if' condition. (curly)
(#579) Expected no return value. (consistent-return)
(#579) Missing semicolon. (semi)
(#581) Missing semicolon. (semi)
(#585) Missing semicolon. (semi)
(#586) Missing semicolon. (semi)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#589) Expected { after 'if' condition. (curly)
(#589) Missing semicolon. (semi)
(#591) Missing semicolon. (semi)
(#592) Missing semicolon. (semi)
(#593) Expected { after 'if' condition. (curly)
(#593) Missing semicolon. (semi)
(#595) Missing semicolon. (semi)
(#597) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#597) Missing semicolon. (semi)
(#602) Missing semicolon. (semi)
(#606) Missing semicolon. (semi)
(#608) Missing semicolon. (semi)
(#610) Unexpected space before function parentheses. (space-before-function-paren)
(#611) Missing semicolon. (semi)
(#615) Missing semicolon. (semi)
(#616) Missing semicolon. (semi)
(#618) Expected { after 'if' condition. (curly)
(#618) Expected no return value. (consistent-return)
(#618) Missing semicolon. (semi)
(#621) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#623) Missing semicolon. (semi)
(#624) Missing semicolon. (semi)
(#626) Unexpected space before function parentheses. (space-before-function-paren)
(#627) Missing semicolon. (semi)
(#628) Missing semicolon. (semi)
(#630) Unexpected space before function parentheses. (space-before-function-paren)
(#633) Unexpected space before function parentheses. (space-before-function-paren)
(#634) Missing semicolon. (semi)
(#635) Missing semicolon. (semi)
(#637) Missing semicolon. (semi)
(#638) Missing semicolon. (semi)
(#640) Unexpected space before function parentheses. (space-before-function-paren)
(#641) Missing semicolon. (semi)
(#643) Missing semicolon. (semi)
(#646) Missing semicolon. (semi)
(#647) Missing semicolon. (semi)
(#649) Missing JSDoc comment. (require-jsdoc)
(#650) Missing semicolon. (semi)
(#652) Missing semicolon. (semi)
(#654) Missing semicolon. (semi)
(#661) Missing JSDoc comment. (require-jsdoc)
(#662) Unexpected space before function parentheses. (space-before-function-paren)
(#663) Multiple spaces found before '='. (no-multi-spaces)
(#663) Missing semicolon. (semi)
(#664) Multiple spaces found before '='. (no-multi-spaces)
(#664) Missing semicolon. (semi)
(#665) Missing semicolon. (semi)
(#667) Expected { after 'if' condition. (curly)
(#667) Missing semicolon. (semi)
(#668) Expected { after 'if' condition. (curly)
(#668) Missing semicolon. (semi)
(#669) Expected { after 'if' condition. (curly)
(#669) Missing semicolon. (semi)
(#670) Missing semicolon. (semi)
(#673) 'old' is already defined (no-redeclare)
(#673) Missing semicolon. (semi)
(#675) Multiple spaces found before '='. (no-multi-spaces)
(#675) Missing semicolon. (semi)
(#676) Missing semicolon. (semi)
(#682) Unexpected space before function parentheses. (space-before-function-paren)
(#683) Missing semicolon. (semi)
(#684) Missing semicolon. (semi)
(#685) Missing semicolon. (semi)
(#691) Unexpected space before function parentheses. (space-before-function-paren)
(#692) Multiple spaces found before '='. (no-multi-spaces)
(#692) Missing semicolon. (semi)
(#694) Expected { after 'if' condition. (curly)
(#694) Missing semicolon. (semi)
(#696) Missing semicolon. (semi)
(#697) Multiple spaces found before '='. (no-multi-spaces)
(#697) Missing semicolon. (semi)
(#698) Multiple spaces found before '='. (no-multi-spaces)
(#698) Missing semicolon. (semi)
(#700) Missing semicolon. (semi)
(#701) Missing semicolon. (semi)
(#714) Missing semicolon. (semi)
(#715) Multiple spaces found before '='. (no-multi-spaces)
(#715) Missing semicolon. (semi)
(#716) Unexpected space before function parentheses. (space-before-function-paren)
(#717) Missing semicolon. (semi)
(#718) Missing semicolon. (semi)
(#720) Missing semicolon. (semi)
(#722) Unexpected space before function parentheses. (space-before-function-paren)
(#723) Missing semicolon. (semi)
(#725) Expected { after 'if' condition. (curly)
(#725) Missing semicolon. (semi)
(#727) Multiple spaces found before '='. (no-multi-spaces)
(#727) Missing semicolon. (semi)
(#728) Missing semicolon. (semi)
(#730) Missing semicolon. (semi)
(#738) Missing semicolon. (semi)
(#741) There should be no space after '{' (object-curly-spacing)
(#741) There should be no space before '}' (object-curly-spacing)
(#741) Missing semicolon. (semi)
(#742) Missing semicolon. (semi)
(#744) Expected { after 'if' condition. (curly)
(#744) Missing semicolon. (semi)
(#748) Missing semicolon. (semi)
(#752) Missing semicolon. (semi)
(#755) Expected no return value. (consistent-return)
(#755) Missing semicolon. (semi)
(#756) Missing semicolon. (semi)
(#758) Unexpected space before function parentheses. (space-before-function-paren)
(#759) Expected { after 'if' condition. (curly)
(#759) Missing semicolon. (semi)
(#761) Missing semicolon. (semi)
(#763) Missing semicolon. (semi)
(#764) Missing semicolon. (semi)
(#766) Expected { after 'if' condition. (curly)
(#766) Missing semicolon. (semi)
(#768) Multiple spaces found before '='. (no-multi-spaces)
(#768) Missing semicolon. (semi)
(#769) Missing semicolon. (semi)
(#772) Expected { after 'if' condition. (curly)
(#772) Missing semicolon. (semi)
(#773) Expected no return value. (consistent-return)
(#773) Missing semicolon. (semi)
(#776) Missing semicolon. (semi)
(#777) Missing semicolon. (semi)
(#779) Expected { after 'if' condition. (curly)
(#779) Missing semicolon. (semi)
(#781) Missing semicolon. (semi)
(#783) Expected { after 'if' condition. (curly)
(#783) Multiple spaces found before 'index'. (no-multi-spaces)
(#783) Missing semicolon. (semi)
(#784) Expected { after 'if' condition. (curly)
(#784) Missing semicolon. (semi)
(#785) Expected { after 'if' condition. (curly)
(#785) Unexpected use of '~'. (no-bitwise)
(#785) Multiple spaces found before 'index'. (no-multi-spaces)
(#785) Missing semicolon. (semi)
(#787) Missing semicolon. (semi)
(#788) Missing semicolon. (semi)
(#790) Missing JSDoc comment. (require-jsdoc)
(#791) Expected { after 'if' condition. (curly)
(#791) Missing semicolon. (semi)
(#792) Missing semicolon. (semi)
(#793) Unexpected space before function parentheses. (space-before-function-paren)
(#794) Multiple spaces found before '='. (no-multi-spaces)
(#794) Missing semicolon. (semi)
(#795) Multiple spaces found before '='. (no-multi-spaces)
(#795) Missing semicolon. (semi)
(#796) There should be no space after '{' (object-curly-spacing)
(#796) There should be no space before '}' (object-curly-spacing)
(#796) Missing semicolon. (semi)
(#798) Expected { after 'if' condition. (curly)
(#798) Missing semicolon. (semi)
(#800) Expected { after 'if' condition. (curly)
(#800) Missing semicolon. (semi)
(#802) Missing semicolon. (semi)
(#804) Expected { after 'if' condition. (curly)
(#804) Missing semicolon. (semi)
(#806) Missing semicolon. (semi)
(#807) Missing semicolon. (semi)
(#808) Missing semicolon. (semi)
(#811) Missing JSDoc comment. (require-jsdoc)
(#812) Missing semicolon. (semi)
(#815) Missing semicolon. (semi)
(#816) Missing semicolon. (semi)
(#819) Missing semicolon. (semi)
(#821) Missing semicolon. (semi)
(#828) Missing JSDoc comment. (require-jsdoc)
(#829) Unexpected space before function parentheses. (space-before-function-paren)
(#830) Missing semicolon. (semi)
(#831) Multiple spaces found before '='. (no-multi-spaces)
(#831) Missing semicolon. (semi)
(#833) Expected { after 'if' condition. (curly)
(#833) Missing semicolon. (semi)
(#834) Expected { after 'if' condition. (curly)
(#834) Missing semicolon. (semi)
(#835) Missing semicolon. (semi)
(#838) 'old' is already defined (no-redeclare)
(#838) Missing semicolon. (semi)
(#840) Multiple spaces found before '='. (no-multi-spaces)
(#840) Missing semicolon. (semi)
(#841) Missing semicolon. (semi)
(#847) Unexpected space before function parentheses. (space-before-function-paren)
(#848) Missing semicolon. (semi)
(#849) Missing semicolon. (semi)
(#850) Missing semicolon. (semi)
(#858) Unexpected space before function parentheses. (space-before-function-paren)
(#858) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#858) Statement inside of curly braces should be on next line. (brace-style)
(#858) Missing semicolon. (semi)
(#862) Missing semicolon. (semi)
(#875) Unexpected space before function parentheses. (space-before-function-paren)
(#876) Multiple spaces found before '='. (no-multi-spaces)
(#876) Missing semicolon. (semi)
(#877) Multiple spaces found before '='. (no-multi-spaces)
(#877) Missing semicolon. (semi)
(#878) Multiple spaces found before '='. (no-multi-spaces)
(#878) Missing semicolon. (semi)
(#879) Multiple spaces found before '='. (no-multi-spaces)
(#879) Missing semicolon. (semi)
(#880) Multiple spaces found before '='. (no-multi-spaces)
(#880) Missing semicolon. (semi)
(#881) Multiple spaces found before '='. (no-multi-spaces)
(#881) Missing semicolon. (semi)
(#882) Multiple spaces found before '='. (no-multi-spaces)
(#882) Missing semicolon. (semi)
(#883) Multiple spaces found before '='. (no-multi-spaces)
(#883) Missing semicolon. (semi)
(#884) Missing semicolon. (semi)
(#889) Unexpected space before function parentheses. (space-before-function-paren)
(#890) Missing semicolon. (semi)
(#891) Missing semicolon. (semi)
(#893) Missing semicolon. (semi)
(#895) Multiple spaces found before '='. (no-multi-spaces)
(#895) Missing semicolon. (semi)
(#897) Missing semicolon. (semi)
(#898) Missing semicolon. (semi)
(#904) Missing semicolon. (semi)
(#906) Unexpected space before function parentheses. (space-before-function-paren)
(#907) Missing semicolon. (semi)
(#908) Missing semicolon. (semi)
(#910) Unexpected space before function parentheses. (space-before-function-paren)
(#911) Missing semicolon. (semi)
(#912) Multiple spaces found before '='. (no-multi-spaces)
(#912) There should be no space after '{' (object-curly-spacing)
(#912) There should be no space before '}' (object-curly-spacing)
(#912) Missing semicolon. (semi)
(#914) Missing semicolon. (semi)
(#916) Expected { after 'if' condition. (curly)
(#916) Missing semicolon. (semi)
(#918) Missing semicolon. (semi)
(#920) Missing semicolon. (semi)
(#921) Missing semicolon. (semi)
(#922) Missing semicolon. (semi)
(#924) Missing semicolon. (semi)
(#925) Missing semicolon. (semi)
(#927) Missing semicolon. (semi)
(#929) Unexpected space before function parentheses. (space-before-function-paren)
(#930) Unexpected space before function parentheses. (space-before-function-paren)
(#931) Expected { after 'if' condition. (curly)
(#931) Missing semicolon. (semi)
(#932) Missing semicolon. (semi)
(#933) Missing semicolon. (semi)
(#935) Unexpected space before function parentheses. (space-before-function-paren)
(#936) Missing semicolon. (semi)
(#939) Missing semicolon. (semi)
(#944) Missing semicolon. (semi)
(#946) Missing semicolon. (semi)
(#949) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#949) Missing semicolon. (semi)
(#954) Missing semicolon. (semi)
(#956) Missing semicolon. (semi)
(#958) There should be no space after '{' (object-curly-spacing)
(#958) There should be no space before '}' (object-curly-spacing)
(#958) Missing semicolon. (semi)
(#960) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#962) Unexpected space before function parentheses. (space-before-function-paren)
(#963) Missing semicolon. (semi)
(#966) Missing semicolon. (semi)
(#967) Missing semicolon. (semi)
(#968) Missing semicolon. (semi)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#971) Expected { after 'if' condition. (curly)
(#971) Missing semicolon. (semi)
(#973) Missing semicolon. (semi)
(#975) Missing semicolon. (semi)
(#977) Expected { after 'if' condition. (curly)
(#977) Missing semicolon. (semi)
(#979) Missing semicolon. (semi)
(#981) Missing semicolon. (semi)
(#982) Missing semicolon. (semi)
(#984) Missing semicolon. (semi)
(#990) Missing semicolon. (semi)
(#992) Missing semicolon. (semi)
(#994) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#998) Missing semicolon. (semi)
(#999) Missing semicolon. (semi)
(#1001) Unexpected space before function parentheses. (space-before-function-paren)
(#1004) Unexpected space before function parentheses. (space-before-function-paren)
(#1006) Missing semicolon. (semi)
(#1008) Missing semicolon. (semi)
(#1009) Missing semicolon. (semi)
(#1011) Unexpected space before function parentheses. (space-before-function-paren)
(#1013) Unexpected space before function parentheses. (space-before-function-paren)
(#1014) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1014) Missing semicolon. (semi)
(#1015) Missing semicolon. (semi)
(#1017) Missing semicolon. (semi)
(#1019) Missing semicolon. (semi)
(#1021) Unexpected space before function parentheses. (space-before-function-paren)
(#1023) Missing semicolon. (semi)
(#1025) Missing semicolon. (semi)
(#1027) Missing semicolon. (semi)
(#1029) Unexpected space before function parentheses. (space-before-function-paren)
(#1030) Missing semicolon. (semi)
(#1031) Missing semicolon. (semi)
(#1032) Unexpected space before function parentheses. (space-before-function-paren)
(#1033) Missing semicolon. (semi)
(#1034) Missing semicolon. (semi)
(#1035) Missing semicolon. (semi)
(#1036) Missing semicolon. (semi)
(#1037) Missing semicolon. (semi)
(#1038) Missing semicolon. (semi)
(#1040) Unexpected space before function parentheses. (space-before-function-paren)
(#1041) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1041) Missing semicolon. (semi)
(#1042) Missing semicolon. (semi)
(#1043) Missing semicolon. (semi)
(#1045) Unexpected space before function parentheses. (space-before-function-paren)
(#1046) Missing semicolon. (semi)
(#1047) Missing semicolon. (semi)
(#1050) Missing semicolon. (semi)
(#1054) Missing semicolon. (semi)
(#1056) Unexpected space before function parentheses. (space-before-function-paren)
(#1058) Missing semicolon. (semi)
(#1059) Missing semicolon. (semi)
(#1061) Expected { after 'if' condition. (curly)
(#1061) Missing semicolon. (semi)
(#1062) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1064) Missing semicolon. (semi)
(#1065) Missing semicolon. (semi)
(#1067) Expected { after 'if' condition. (curly)
(#1067) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1067) Missing semicolon. (semi)
(#1069) Missing semicolon. (semi)
(#1071) Expected { after 'if' condition. (curly)
(#1071) Missing semicolon. (semi)
(#1073) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1077) Missing semicolon. (semi)
(#1080) Missing semicolon. (semi)
(#1082) Unexpected space before function parentheses. (space-before-function-paren)
(#1083) Missing semicolon. (semi)
(#1084) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1084) Missing semicolon. (semi)
(#1085) Missing semicolon. (semi)
(#1086) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1090) Missing semicolon. (semi)
(#1093) Missing semicolon. (semi)
(#1095) Missing semicolon. (semi)
(#1099) Unexpected space before function parentheses. (space-before-function-paren)
(#1100) Missing semicolon. (semi)
(#1101) Missing semicolon. (semi)
(#1103) Unexpected space before function parentheses. (space-before-function-paren)
(#1104) Missing semicolon. (semi)
(#1109) Missing semicolon. (semi)
(#1110) Missing semicolon. (semi)
(#1112) Unexpected space before function parentheses. (space-before-function-paren)
(#1116) Missing semicolon. (semi)
(#1117) Missing semicolon. (semi)
(#1119) Unexpected space before function parentheses. (space-before-function-paren)
(#1120) Missing semicolon. (semi)
(#1122) Missing semicolon. (semi)
(#1123) Missing semicolon. (semi)
(#1125) Missing semicolon. (semi)
(#1126) Missing semicolon. (semi)
(#1127) Missing semicolon. (semi)
(#1129) Unexpected space before function parentheses. (space-before-function-paren)
(#1130) Missing semicolon. (semi)
(#1131) Missing semicolon. (semi)
(#1132) Expected { after 'if' condition. (curly)
(#1132) Missing semicolon. (semi)
(#1133) Missing semicolon. (semi)
(#1135) Unexpected space before function parentheses. (space-before-function-paren)
(#1136) Missing semicolon. (semi)
(#1137) Missing semicolon. (semi)
(#1139) Unexpected space before function parentheses. (space-before-function-paren)
(#1140) Missing semicolon. (semi)
(#1141) Missing semicolon. (semi)
(#1142) Missing semicolon. (semi)
(#1143) Missing semicolon. (semi)
(#1144) Missing semicolon. (semi)
(#1145) Missing semicolon. (semi)
(#1146) Missing semicolon. (semi)
(#1152) Missing JSDoc comment. (require-jsdoc)
(#1153) Unexpected space before function parentheses. (space-before-function-paren)
(#1154) Multiple spaces found before '='. (no-multi-spaces)
(#1154) Missing semicolon. (semi)
(#1155) Multiple spaces found before '='. (no-multi-spaces)
(#1155) Missing semicolon. (semi)
(#1156) Missing semicolon. (semi)
(#1158) Expected { after 'if' condition. (curly)
(#1158) Missing semicolon. (semi)
(#1159) Expected { after 'if' condition. (curly)
(#1159) Missing semicolon. (semi)
(#1160) Expected { after 'if' condition. (curly)
(#1160) Missing semicolon. (semi)
(#1161) Missing semicolon. (semi)
(#1164) 'old' is already defined (no-redeclare)
(#1164) Missing semicolon. (semi)
(#1166) Multiple spaces found before '='. (no-multi-spaces)
(#1166) Missing semicolon. (semi)
(#1167) Missing semicolon. (semi)
(#1173) Unexpected space before function parentheses. (space-before-function-paren)
(#1174) Missing semicolon. (semi)
(#1175) Missing semicolon. (semi)
(#1176) Missing semicolon. (semi)
(#1182) Unexpected space before function parentheses. (space-before-function-paren)
(#1183) Multiple spaces found before '='. (no-multi-spaces)
(#1183) Missing semicolon. (semi)
(#1184) Multiple spaces found before '='. (no-multi-spaces)
(#1184) Missing semicolon. (semi)
(#1185) Missing semicolon. (semi)
(#1186) Multiple spaces found before '='. (no-multi-spaces)
(#1186) There should be no space after '{' (object-curly-spacing)
(#1186) There should be no space before '}' (object-curly-spacing)
(#1186) Missing semicolon. (semi)
(#1188) Expected { after 'if' condition. (curly)
(#1188) Missing semicolon. (semi)
(#1190) Unexpected space before function parentheses. (space-before-function-paren)
(#1191) Expected { after 'if' condition. (curly)
(#1191) Missing semicolon. (semi)
(#1192) Unexpected space before function parentheses. (space-before-function-paren)
(#1193) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1193) Missing semicolon. (semi)
(#1194) Missing semicolon. (semi)
(#1195) Missing semicolon. (semi)
(#1196) Missing semicolon. (semi)
(#1197) Missing semicolon. (semi)
(#1211) Unexpected space before function parentheses. (space-before-function-paren)
(#1212) Multiple spaces found before '='. (no-multi-spaces)
(#1212) Missing semicolon. (semi)
(#1213) Multiple spaces found before '='. (no-multi-spaces)
(#1213) Missing semicolon. (semi)
(#1214) Multiple spaces found before '='. (no-multi-spaces)
(#1214) Missing semicolon. (semi)
(#1215) Multiple spaces found before '='. (no-multi-spaces)
(#1215) Missing semicolon. (semi)
(#1216) Missing semicolon. (semi)
(#1217) Multiple spaces found before '='. (no-multi-spaces)
(#1217) Missing semicolon. (semi)
(#1219) Missing semicolon. (semi)
(#1220) Missing semicolon. (semi)
(#1222) Multiple spaces found before '='. (no-multi-spaces)
(#1222) Missing semicolon. (semi)
(#1224) Missing semicolon. (semi)
(#1240) Missing semicolon. (semi)
(#1242) Unexpected space before function parentheses. (space-before-function-paren)
(#1243) Multiple spaces found before '='. (no-multi-spaces)
(#1243) Missing semicolon. (semi)
(#1244) Multiple spaces found before '='. (no-multi-spaces)
(#1244) Missing semicolon. (semi)
(#1245) Multiple spaces found before '='. (no-multi-spaces)
(#1245) Missing semicolon. (semi)
(#1246) Multiple spaces found before '='. (no-multi-spaces)
(#1246) Missing semicolon. (semi)
(#1247) Missing semicolon. (semi)
(#1250) Missing semicolon. (semi)
(#1253) Missing semicolon. (semi)
(#1256) Missing semicolon. (semi)
(#1259) Missing semicolon. (semi)
(#1261) Multiple spaces found before '='. (no-multi-spaces)
(#1261) Missing semicolon. (semi)
(#1262) Missing semicolon. (semi)
(#1264) Multiple spaces found before '+'. (no-multi-spaces)
(#1264) Missing semicolon. (semi)
(#1265) Missing semicolon. (semi)
(#1269) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1270) There should be no space after '{' (object-curly-spacing)
(#1270) There should be no space before '}' (object-curly-spacing)
(#1271) Missing semicolon. (semi)
(#1272) Missing semicolon. (semi)
(#1274) Unexpected space before function parentheses. (space-before-function-paren)
(#1275) Missing semicolon. (semi)
(#1276) Missing semicolon. (semi)
(#1278) Unexpected space before function parentheses. (space-before-function-paren)
(#1279) Missing semicolon. (semi)
(#1285) Missing semicolon. (semi)
(#1288) Missing semicolon. (semi)
(#1289) Missing semicolon. (semi)
(#1291) Unexpected space before function parentheses. (space-before-function-paren)
(#1292) Multiple spaces found before '='. (no-multi-spaces)
(#1292) Missing semicolon. (semi)
(#1293) Missing semicolon. (semi)
(#1295) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1295) Unexpected space before function parentheses. (space-before-function-paren)
(#1296) Expected { after 'if' condition. (curly)
(#1296) Missing semicolon. (semi)
(#1297) Missing semicolon. (semi)
(#1299) Missing semicolon. (semi)
(#1300) Missing semicolon. (semi)
(#1302) Unexpected space before function parentheses. (space-before-function-paren)
(#1304) Missing semicolon. (semi)
(#1307) Missing semicolon. (semi)
(#1308) Missing semicolon. (semi)
(#1312) Missing semicolon. (semi)
(#1313) Missing semicolon. (semi)
(#1316) Missing semicolon. (semi)
(#1318) Missing semicolon. (semi)
(#1320) Expected { after 'if' condition. (curly)
(#1320) Expected no return value. (consistent-return)
(#1320) Missing semicolon. (semi)
(#1322) Unexpected space before function parentheses. (space-before-function-paren)
(#1323) Expected { after 'if' condition. (curly)
(#1323) Missing semicolon. (semi)
(#1324) Missing semicolon. (semi)
(#1325) Missing semicolon. (semi)
(#1327) Expected to return a value at the end of this function. (consistent-return)
(#1327) Unexpected space before function parentheses. (space-before-function-paren)
(#1329) Missing semicolon. (semi)
(#1332) Missing semicolon. (semi)
(#1333) Missing semicolon. (semi)
(#1336) Missing semicolon. (semi)
(#1338) Missing semicolon. (semi)
(#1340) Expected { after 'if' condition. (curly)
(#1340) Missing semicolon. (semi)
(#1342) Unexpected space before function parentheses. (space-before-function-paren)
(#1343) Expected { after 'if' condition. (curly)
(#1343) Missing semicolon. (semi)
(#1344) Missing semicolon. (semi)
(#1345) Missing semicolon. (semi)
(#1347) Unexpected space before function parentheses. (space-before-function-paren)
(#1348) Missing semicolon. (semi)
(#1351) Missing semicolon. (semi)
(#1353) Missing semicolon. (semi)
(#1354) Expected { after 'if' condition. (curly)
(#1354) Missing semicolon. (semi)
(#1355) Missing semicolon. (semi)
(#1357) Missing semicolon. (semi)
(#1359) Missing semicolon. (semi)
(#1361) Missing semicolon. (semi)
(#1362) Missing semicolon. (semi)
(#1363) Missing semicolon. (semi)
(#1365) Expected { after 'if' condition. (curly)
(#1365) Missing semicolon. (semi)
(#1369) Missing semicolon. (semi)
(#1371) Missing semicolon. (semi)
(#1372) Missing semicolon. (semi)
(#1373) Expected { after 'if' condition. (curly)
(#1373) Missing semicolon. (semi)
(#1377) There should be no space after '{' (object-curly-spacing)
(#1377) There should be no space before '}' (object-curly-spacing)
(#1379) Missing semicolon. (semi)
(#1381) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1381) Missing semicolon. (semi)
(#1383) Multiple spaces found before '='. (no-multi-spaces)
(#1383) Missing semicolon. (semi)
(#1384) Multiple spaces found before '='. (no-multi-spaces)
(#1384) Missing semicolon. (semi)
(#1385) Missing semicolon. (semi)
(#1388) Missing semicolon. (semi)
(#1389) Multiple spaces found before '='. (no-multi-spaces)
(#1389) Missing semicolon. (semi)
(#1390) Missing semicolon. (semi)
(#1392) Do not nest ternary expressions (no-nested-ternary)
(#1392) Multiple spaces found before ':'. (no-multi-spaces)
(#1393) Do not nest ternary expressions (no-nested-ternary)
(#1393) Multiple spaces found before '&&'. (no-multi-spaces)
(#1393) Multiple spaces found before '-'. (no-multi-spaces)
(#1393) Multiple spaces found before '?'. (no-multi-spaces)
(#1394) Do not nest ternary expressions (no-nested-ternary)
(#1394) Multiple spaces found before '&&'. (no-multi-spaces)
(#1394) Multiple spaces found before '+'. (no-multi-spaces)
(#1394) Multiple spaces found before '>'. (no-multi-spaces)
(#1394) Multiple spaces found before '?'. (no-multi-spaces)
(#1394) Multiple spaces found before ':'. (no-multi-spaces)
(#1395) Multiple spaces found before '&&'. (no-multi-spaces)
(#1395) Multiple spaces found before '-'. (no-multi-spaces)
(#1395) Multiple spaces found before '<'. (no-multi-spaces)
(#1395) Multiple spaces found before '?'. (no-multi-spaces)
(#1395) Multiple spaces found before ':'. (no-multi-spaces)
(#1396) Missing semicolon. (semi)
(#1400) Missing semicolon. (semi)
(#1403) Missing semicolon. (semi)
(#1405) Missing semicolon. (semi)
(#1407) Unexpected space before function parentheses. (space-before-function-paren)
(#1408) Missing semicolon. (semi)
(#1409) Missing semicolon. (semi)
(#1410) Missing semicolon. (semi)
(#1412) Expected { after 'if' condition. (curly)
(#1412) Missing semicolon. (semi)
(#1413) Missing semicolon. (semi)
(#1415) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1419) Missing semicolon. (semi)
(#1421) Missing semicolon. (semi)
(#1423) Unexpected space before function parentheses. (space-before-function-paren)
(#1424) Multiple spaces found before '='. (no-multi-spaces)
(#1424) Missing semicolon. (semi)
(#1425) Multiple spaces found before '='. (no-multi-spaces)
(#1425) Missing semicolon. (semi)
(#1426) Missing semicolon. (semi)
(#1429) Missing semicolon. (semi)
(#1430) Missing semicolon. (semi)
(#1433) Expected { after 'if' condition. (curly)
(#1433) Multiple spaces found before 'marginTop'. (no-multi-spaces)
(#1433) Multiple spaces found before '='. (no-multi-spaces)
(#1433) Missing semicolon. (semi)
(#1434) Expected { after 'if' condition. (curly)
(#1434) Missing semicolon. (semi)
(#1436) Multiple spaces found before '='. (no-multi-spaces)
(#1436) Multiple spaces found before '+'. (no-multi-spaces)
(#1436) Missing semicolon. (semi)
(#1437) Missing semicolon. (semi)
(#1442) Unexpected space before function parentheses. (space-before-function-paren)
(#1446) Missing semicolon. (semi)
(#1448) Missing semicolon. (semi)
(#1450) Missing semicolon. (semi)
(#1453) Multiple spaces found before '='. (no-multi-spaces)
(#1453) Missing semicolon. (semi)
(#1454) Missing semicolon. (semi)
(#1457) Missing semicolon. (semi)
(#1460) Missing semicolon. (semi)
(#1462) Expected { after 'if' condition. (curly)
(#1462) Missing semicolon. (semi)
(#1463) Expected { after 'else'. (curly)
(#1463) Missing semicolon. (semi)
(#1465) Multiple spaces found before '='. (no-multi-spaces)
(#1465) Missing semicolon. (semi)
(#1466) Multiple spaces found before '='. (no-multi-spaces)
(#1466) Missing semicolon. (semi)
(#1467) Missing semicolon. (semi)
(#1469) Missing semicolon. (semi)
(#1470) Missing semicolon. (semi)
(#1471) Missing semicolon. (semi)
(#1473) Unexpected space before function parentheses. (space-before-function-paren)
(#1476) Missing semicolon. (semi)
(#1477) Missing semicolon. (semi)
(#1479) Unexpected space before function parentheses. (space-before-function-paren)
(#1480) Multiple spaces found before '='. (no-multi-spaces)
(#1480) Missing semicolon. (semi)
(#1481) Missing semicolon. (semi)
(#1483) Missing semicolon. (semi)
(#1484) Missing semicolon. (semi)
(#1485) Missing semicolon. (semi)
(#1487) Unexpected space before function parentheses. (space-before-function-paren)
(#1488) Missing semicolon. (semi)
(#1489) Missing semicolon. (semi)
(#1490) Multiple spaces found before '='. (no-multi-spaces)
(#1490) Missing semicolon. (semi)
(#1492) Missing JSDoc comment. (require-jsdoc)
(#1493) Expected { after 'if' condition. (curly)
(#1493) Missing semicolon. (semi)
(#1496) Missing semicolon. (semi)
(#1497) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1497) Missing semicolon. (semi)
(#1500) Missing semicolon. (semi)
(#1502) Expected { after 'if' condition. (curly)
(#1502) Missing semicolon. (semi)
(#1504) Missing semicolon. (semi)
(#1506) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1510) Missing semicolon. (semi)
(#1512) Missing semicolon. (semi)
(#1514) Expected no return value. (consistent-return)
(#1514) Missing semicolon. (semi)
(#1515) Missing semicolon. (semi)
(#1517) Unexpected space before function parentheses. (space-before-function-paren)
(#1518) Missing semicolon. (semi)
(#1520) Missing semicolon. (semi)
(#1522) Missing semicolon. (semi)
(#1524) Unexpected space before function parentheses. (space-before-function-paren)
(#1525) Missing semicolon. (semi)
(#1526) Missing semicolon. (semi)
(#1528) Unexpected space before function parentheses. (space-before-function-paren)
(#1529) Multiple spaces found before '='. (no-multi-spaces)
(#1529) Missing semicolon. (semi)
(#1531) Multiple spaces found before '='. (no-multi-spaces)
(#1531) Missing semicolon. (semi)
(#1532) Missing semicolon. (semi)
(#1534) Multiple spaces found before '='. (no-multi-spaces)
(#1534) Missing semicolon. (semi)
(#1535) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1537) There should be no space after '{' (object-curly-spacing)
(#1537) There should be no space before '}' (object-curly-spacing)
(#1537) Missing semicolon. (semi)
(#1539) Multiple spaces found before '='. (no-multi-spaces)
(#1539) There should be no space after '{' (object-curly-spacing)
(#1539) There should be no space before '}' (object-curly-spacing)
(#1539) Missing semicolon. (semi)
(#1540) Multiple spaces found before '='. (no-multi-spaces)
(#1540) There should be no space after '{' (object-curly-spacing)
(#1540) There should be no space before '}' (object-curly-spacing)
(#1540) Missing semicolon. (semi)
(#1541) There should be no space after '{' (object-curly-spacing)
(#1541) There should be no space before '}' (object-curly-spacing)
(#1541) Missing semicolon. (semi)
(#1543) Missing semicolon. (semi)
(#1544) Missing semicolon. (semi)
(#1546) Unexpected space before function parentheses. (space-before-function-paren)
(#1547) Do not nest ternary expressions (no-nested-ternary)
(#1547) There should be no space after '{' (object-curly-spacing)
(#1547) Multiple spaces found before 'left'. (no-multi-spaces)
(#1547) There should be no space before '}' (object-curly-spacing)
(#1548) Do not nest ternary expressions (no-nested-ternary)
(#1548) Multiple spaces found before '?'. (no-multi-spaces)
(#1548) There should be no space after '{' (object-curly-spacing)
(#1548) There should be no space before '}' (object-curly-spacing)
(#1549) Multiple spaces found before '?'. (no-multi-spaces)
(#1549) There should be no space after '{' (object-curly-spacing)
(#1549) There should be no space before '}' (object-curly-spacing)
(#1550) There should be no space after '{' (object-curly-spacing)
(#1550) There should be no space before '}' (object-curly-spacing)
(#1550) Missing semicolon. (semi)
(#1552) Missing semicolon. (semi)
(#1554) Unexpected space before function parentheses. (space-before-function-paren)
(#1555) There should be no space after '{' (object-curly-spacing)
(#1555) There should be no space before '}' (object-curly-spacing)
(#1555) Missing semicolon. (semi)
(#1556) Expected { after 'if' condition. (curly)
(#1556) Missing semicolon. (semi)
(#1558) Missing semicolon. (semi)
(#1559) Missing semicolon. (semi)
(#1562) Multiple spaces found before '='. (no-multi-spaces)
(#1562) Missing semicolon. (semi)
(#1563) Missing semicolon. (semi)
(#1565) Missing semicolon. (semi)
(#1567) Missing semicolon. (semi)
(#1570) Multiple spaces found before '='. (no-multi-spaces)
(#1570) Missing semicolon. (semi)
(#1571) Missing semicolon. (semi)
(#1573) Missing semicolon. (semi)
(#1575) Missing semicolon. (semi)
(#1579) Missing semicolon. (semi)
(#1580) Missing semicolon. (semi)
(#1582) Unexpected space before function parentheses. (space-before-function-paren)
(#1583) Missing semicolon. (semi)
(#1584) Missing semicolon. (semi)
(#1585) Multiple spaces found before '='. (no-multi-spaces)
(#1585) Missing semicolon. (semi)
(#1588) Multiple spaces found before 'o'. (no-multi-spaces)
(#1588) Missing semicolon. (semi)
(#1590) Missing semicolon. (semi)
(#1591) Missing semicolon. (semi)
(#1593) Unexpected space before function parentheses. (space-before-function-paren)
(#1594) Expected { after 'do'. (curly)
(#1594) Unexpected use of '~'. (no-bitwise)
(#1594) Unexpected use of '~'. (no-bitwise)
(#1594) Missing semicolon. (semi)
(#1595) Missing semicolon. (semi)
(#1596) Missing semicolon. (semi)
(#1597) Missing semicolon. (semi)
(#1599) Unexpected space before function parentheses. (space-before-function-paren)
(#1600) Missing semicolon. (semi)
(#1601) Missing semicolon. (semi)
(#1603) Unexpected space before function parentheses. (space-before-function-paren)
(#1604) Missing semicolon. (semi)
(#1605) Missing semicolon. (semi)
(#1607) Unexpected space before function parentheses. (space-before-function-paren)
(#1608) Missing semicolon. (semi)
(#1609) Missing semicolon. (semi)
(#1611) Unexpected space before function parentheses. (space-before-function-paren)
(#1612) Missing semicolon. (semi)
(#1613) Missing semicolon. (semi)
(#1615) Unexpected space before function parentheses. (space-before-function-paren)
(#1616) Missing semicolon. (semi)
(#1617) Missing semicolon. (semi)
(#1619) Unexpected space before function parentheses. (space-before-function-paren)
(#1620) Missing semicolon. (semi)
(#1622) Missing semicolon. (semi)
(#1624) Missing semicolon. (semi)
(#1625) Missing semicolon. (semi)
(#1629) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1629) Missing semicolon. (semi)
(#1630) Missing semicolon. (semi)
(#1632) Unexpected space before function parentheses. (space-before-function-paren)
(#1633) Missing semicolon. (semi)
(#1634) Missing semicolon. (semi)
(#1635) Unexpected space before function parentheses. (space-before-function-paren)
(#1636) Missing semicolon. (semi)
(#1637) Missing semicolon. (semi)
(#1638) Missing semicolon. (semi)
(#1644) Missing JSDoc comment. (require-jsdoc)
(#1645) Unexpected space before function parentheses. (space-before-function-paren)
(#1646) Multiple spaces found before '='. (no-multi-spaces)
(#1646) Missing semicolon. (semi)
(#1647) Multiple spaces found before '='. (no-multi-spaces)
(#1647) Missing semicolon. (semi)
(#1648) Missing semicolon. (semi)
(#1650) Expected { after 'if' condition. (curly)
(#1650) Missing semicolon. (semi)
(#1651) Expected { after 'if' condition. (curly)
(#1651) Missing semicolon. (semi)
(#1652) Expected { after 'if' condition. (curly)
(#1652) Missing semicolon. (semi)
(#1653) Missing semicolon. (semi)
(#1656) 'old' is already defined (no-redeclare)
(#1656) Missing semicolon. (semi)
(#1658) Multiple spaces found before '='. (no-multi-spaces)
(#1658) Missing semicolon. (semi)
(#1659) Missing semicolon. (semi)
(#1665) Unexpected space before function parentheses. (space-before-function-paren)
(#1666) Missing semicolon. (semi)
(#1667) Missing semicolon. (semi)
(#1668) Missing semicolon. (semi)
(#1681) Unexpected space before function parentheses. (space-before-function-paren)
(#1682) Missing semicolon. (semi)
(#1683) Missing semicolon. (semi)
(#1685) Expected { after 'if' condition. (curly)
(#1685) Missing semicolon. (semi)
(#1687) Multiple spaces found before '='. (no-multi-spaces)
(#1687) Missing semicolon. (semi)
(#1693) Line 1693 exceeds the maximum line length of 132. (max-len)
(#1694) Missing semicolon. (semi)
(#1700) Missing semicolon. (semi)
(#1702) Missing semicolon. (semi)
(#1704) Unexpected space before function parentheses. (space-before-function-paren)
(#1705) Missing semicolon. (semi)
(#1706) Missing semicolon. (semi)
(#1708) Unexpected space before function parentheses. (space-before-function-paren)
(#1709) Multiple spaces found before '='. (no-multi-spaces)
(#1709) Missing semicolon. (semi)
(#1710) Multiple spaces found before '='. (no-multi-spaces)
(#1710) Missing semicolon. (semi)
(#1711) Missing semicolon. (semi)
(#1713) Missing semicolon. (semi)
(#1715) Do not nest ternary expressions (no-nested-ternary)
(#1716) Missing semicolon. (semi)
(#1718) Missing semicolon. (semi)
(#1722) Expected { after 'if' condition. (curly)
(#1722) Missing semicolon. (semi)
(#1723) Missing semicolon. (semi)
(#1725) Unexpected space before function parentheses. (space-before-function-paren)
(#1726) Missing semicolon. (semi)
(#1727) Missing semicolon. (semi)
(#1729) Unexpected space before function parentheses. (space-before-function-paren)
(#1730) Missing semicolon. (semi)
(#1731) Multiple spaces found before '='. (no-multi-spaces)
(#1731) Missing semicolon. (semi)
(#1736) Missing semicolon. (semi)
(#1737) Missing semicolon. (semi)
(#1739) Unexpected space before function parentheses. (space-before-function-paren)
(#1740) Missing semicolon. (semi)
(#1741) Missing semicolon. (semi)
(#1747) Missing JSDoc comment. (require-jsdoc)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1749) Multiple spaces found before '='. (no-multi-spaces)
(#1749) Missing semicolon. (semi)
(#1750) Multiple spaces found before '='. (no-multi-spaces)
(#1750) Missing semicolon. (semi)
(#1751) Missing semicolon. (semi)
(#1753) Expected { after 'if' condition. (curly)
(#1753) Missing semicolon. (semi)
(#1754) Expected { after 'if' condition. (curly)
(#1754) Missing semicolon. (semi)
(#1755) Expected { after 'if' condition. (curly)
(#1755) Missing semicolon. (semi)
(#1756) Missing semicolon. (semi)
(#1759) 'old' is already defined (no-redeclare)
(#1759) Missing semicolon. (semi)
(#1761) Multiple spaces found before '='. (no-multi-spaces)
(#1761) Missing semicolon. (semi)
(#1762) Missing semicolon. (semi)
(#1768) Unexpected space before function parentheses. (space-before-function-paren)
(#1769) Missing semicolon. (semi)
(#1770) Missing semicolon. (semi)
(#1771) Missing semicolon. (semi)
(#1784) Missing JSDoc comment. (require-jsdoc)
(#1785) Multiple spaces found before '='. (no-multi-spaces)
(#1785) Missing semicolon. (semi)
(#1786) Missing semicolon. (semi)
(#1787) Multiple spaces found before '='. (no-multi-spaces)
(#1787) Missing semicolon. (semi)
(#1788) Multiple spaces found before '='. (no-multi-spaces)
(#1788) Missing semicolon. (semi)
(#1789) Multiple spaces found before '='. (no-multi-spaces)
(#1789) Missing semicolon. (semi)
(#1790) Multiple spaces found before '='. (no-multi-spaces)
(#1790) Missing semicolon. (semi)
(#1791) Multiple spaces found before '='. (no-multi-spaces)
(#1791) Missing semicolon. (semi)
(#1792) Multiple spaces found before '='. (no-multi-spaces)
(#1792) Missing semicolon. (semi)
(#1794) Missing semicolon. (semi)
(#1795) Missing semicolon. (semi)
(#1796) Missing semicolon. (semi)
(#1799) Multiple spaces found before '='. (no-multi-spaces)
(#1799) Missing semicolon. (semi)
(#1803) Missing semicolon. (semi)
(#1805) Unexpected space before function parentheses. (space-before-function-paren)
(#1806) Missing semicolon. (semi)
(#1807) Missing semicolon. (semi)
(#1809) Unexpected space before function parentheses. (space-before-function-paren)
(#1810) Multiple spaces found before '='. (no-multi-spaces)
(#1810) Missing semicolon. (semi)
(#1811) Multiple spaces found before '='. (no-multi-spaces)
(#1811) Missing semicolon. (semi)
(#1812) Multiple spaces found before '='. (no-multi-spaces)
(#1812) Missing semicolon. (semi)
(#1814) Multiple spaces found before '='. (no-multi-spaces)
(#1814) Missing semicolon. (semi)
(#1815) Multiple spaces found before '='. (no-multi-spaces)
(#1815) Missing semicolon. (semi)
(#1816) Missing semicolon. (semi)
(#1819) Missing semicolon. (semi)
(#1820) Multiple spaces found before '='. (no-multi-spaces)
(#1820) Missing semicolon. (semi)
(#1825) Unexpected space before function parentheses. (space-before-function-paren)
(#1826) Multiple spaces found before '='. (no-multi-spaces)
(#1826) Missing semicolon. (semi)
(#1827) Multiple spaces found before '='. (no-multi-spaces)
(#1827) Missing semicolon. (semi)
(#1828) Missing semicolon. (semi)
(#1833) Missing semicolon. (semi)
(#1835) Unexpected space before function parentheses. (space-before-function-paren)
(#1835) Statement inside of curly braces should be on next line. (brace-style)
(#1835) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1835) Missing semicolon. (semi)
(#1836) Unexpected space before function parentheses. (space-before-function-paren)
(#1837) Missing semicolon. (semi)
(#1838) Missing semicolon. (semi)
(#1839) Missing semicolon. (semi)
(#1840) Missing semicolon. (semi)
(#1842) Expected to return a value at the end of this function. (consistent-return)
(#1842) Unexpected space before function parentheses. (space-before-function-paren)
(#1843) Multiple spaces found before '='. (no-multi-spaces)
(#1843) Missing semicolon. (semi)
(#1844) Missing semicolon. (semi)
(#1845) Multiple spaces found before '='. (no-multi-spaces)
(#1845) Missing semicolon. (semi)
(#1846) Multiple spaces found before '='. (no-multi-spaces)
(#1846) Missing semicolon. (semi)
(#1847) Multiple spaces found before '='. (no-multi-spaces)
(#1847) Missing semicolon. (semi)
(#1848) Missing semicolon. (semi)
(#1849) Missing semicolon. (semi)
(#1852) Missing semicolon. (semi)
(#1856) Missing semicolon. (semi)
(#1860) Missing semicolon. (semi)
(#1861) Missing semicolon. (semi)
(#1865) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1868) Missing semicolon. (semi)
(#1870) Missing semicolon. (semi)
(#1872) Unexpected space before function parentheses. (space-before-function-paren)
(#1873) Missing semicolon. (semi)
(#1875) Missing semicolon. (semi)
(#1879) Missing semicolon. (semi)
(#1883) Missing semicolon. (semi)
(#1888) Missing semicolon. (semi)
(#1891) Missing semicolon. (semi)
(#1892) Missing semicolon. (semi)
(#1894) Unexpected space before function parentheses. (space-before-function-paren)
(#1897) Missing semicolon. (semi)
(#1898) Missing semicolon. (semi)
(#1904) Missing JSDoc comment. (require-jsdoc)
(#1905) Unexpected space before function parentheses. (space-before-function-paren)
(#1906) Multiple spaces found before '='. (no-multi-spaces)
(#1906) Missing semicolon. (semi)
(#1907) Multiple spaces found before '='. (no-multi-spaces)
(#1907) Missing semicolon. (semi)
(#1908) Missing semicolon. (semi)
(#1910) Expected { after 'if' condition. (curly)
(#1910) Missing semicolon. (semi)
(#1911) Expected { after 'if' condition. (curly)
(#1911) Missing semicolon. (semi)
(#1912) Missing semicolon. (semi)
(#1915) 'old' is already defined (no-redeclare)
(#1915) Missing semicolon. (semi)
(#1917) Multiple spaces found before '='. (no-multi-spaces)
(#1917) Missing semicolon. (semi)
(#1918) Missing semicolon. (semi)
(#1924) Unexpected space before function parentheses. (space-before-function-paren)
(#1925) Missing semicolon. (semi)
(#1926) Missing semicolon. (semi)
(#1927) Missing semicolon. (semi)
(#1933) Unexpected space before function parentheses. (space-before-function-paren)
(#1934) Unexpected space before function parentheses. (space-before-function-paren)
(#1935) Missing semicolon. (semi)
(#1936) Missing semicolon. (semi)
(#1937) Missing semicolon. (semi)
(#1938) Missing semicolon. (semi)
(#1951) Unexpected space before function parentheses. (space-before-function-paren)
(#1952) Missing semicolon. (semi)
(#1953) Missing semicolon. (semi)
(#1955) Missing semicolon. (semi)
(#1957) Missing semicolon. (semi)
(#1959) Unexpected space before function parentheses. (space-before-function-paren)
(#1960) Multiple spaces found before '='. (no-multi-spaces)
(#1960) Missing semicolon. (semi)
(#1961) Multiple spaces found before '='. (no-multi-spaces)
(#1961) Missing semicolon. (semi)
(#1962) Missing semicolon. (semi)
(#1965) Missing semicolon. (semi)
(#1966) Missing semicolon. (semi)
(#1969) Expected { after 'if' condition. (curly)
(#1969) Missing semicolon. (semi)
(#1971) Missing semicolon. (semi)
(#1974) Missing semicolon. (semi)
(#1977) Missing semicolon. (semi)
(#1979) Missing semicolon. (semi)
(#1980) Missing semicolon. (semi)
(#1982) Expected { after 'if' condition. (curly)
(#1982) Missing semicolon. (semi)
(#1984) Missing semicolon. (semi)
(#1986) Missing semicolon. (semi)
(#1987) Unexpected space before function parentheses. (space-before-function-paren)
(#1991) Missing semicolon. (semi)
(#1995) Missing semicolon. (semi)
(#1996) Missing semicolon. (semi)
(#1997) Missing semicolon. (semi)
(#1999) Unexpected space before function parentheses. (space-before-function-paren)
(#2000) Multiple spaces found before '='. (no-multi-spaces)
(#2000) Missing semicolon. (semi)
(#2003) Missing semicolon. (semi)
(#2005) Missing JSDoc comment. (require-jsdoc)
(#2012) Missing semicolon. (semi)
(#2017) Missing semicolon. (semi)
(#2020) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2020) Missing semicolon. (semi)
(#2021) Missing semicolon. (semi)
(#2023) Missing semicolon. (semi)
(#2032) Missing semicolon. (semi)
(#2035) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2035) Missing semicolon. (semi)
(#2038) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2042) Missing semicolon. (semi)
(#2044) Missing semicolon. (semi)
(#2045) Missing semicolon. (semi)
(#2051) Missing JSDoc comment. (require-jsdoc)
(#2052) Unexpected space before function parentheses. (space-before-function-paren)
(#2053) Missing semicolon. (semi)
(#2054) Multiple spaces found before '='. (no-multi-spaces)
(#2054) Missing semicolon. (semi)
(#2056) Expected { after 'if' condition. (curly)
(#2056) Missing semicolon. (semi)
(#2057) Expected { after 'if' condition. (curly)
(#2057) Missing semicolon. (semi)
(#2058) Missing semicolon. (semi)
(#2061) 'old' is already defined (no-redeclare)
(#2061) Missing semicolon. (semi)
(#2063) Multiple spaces found before '='. (no-multi-spaces)
(#2063) Missing semicolon. (semi)
(#2064) Missing semicolon. (semi)
(#2070) Unexpected space before function parentheses. (space-before-function-paren)
(#2071) Missing semicolon. (semi)
(#2072) Missing semicolon. (semi)
(#2073) Missing semicolon. (semi)
(#2079) 'clickHandler' is already defined (no-redeclare)
(#2079) Unexpected space before function parentheses. (space-before-function-paren)
(#2080) Missing semicolon. (semi)
(#2081) Missing semicolon. (semi)
(#2082) Missing semicolon. (semi)
(#2086) Missing semicolon. (semi)
(#2099) Unexpected space before function parentheses. (space-before-function-paren)
(#2100) Missing semicolon. (semi)
(#2104) Multiple spaces found before '$'. (no-multi-spaces)
(#2104) Missing semicolon. (semi)
(#2106) Multiple spaces found before '='. (no-multi-spaces)
(#2106) Missing semicolon. (semi)
(#2107) Multiple spaces found before '='. (no-multi-spaces)
(#2107) Missing semicolon. (semi)
(#2108) Multiple spaces found before '='. (no-multi-spaces)
(#2108) Missing semicolon. (semi)
(#2109) Missing semicolon. (semi)
(#2111) Missing semicolon. (semi)
(#2112) Missing semicolon. (semi)
(#2114) Multiple spaces found before '='. (no-multi-spaces)
(#2114) Missing semicolon. (semi)
(#2116) Multiple spaces found before '='. (no-multi-spaces)
(#2116) Missing semicolon. (semi)
(#2121) Missing semicolon. (semi)
(#2123) Unexpected space before function parentheses. (space-before-function-paren)
(#2124) Multiple spaces found before '='. (no-multi-spaces)
(#2124) Missing semicolon. (semi)
(#2125) Multiple spaces found before '='. (no-multi-spaces)
(#2125) Missing semicolon. (semi)
(#2126) Missing semicolon. (semi)
(#2128) Expected { after 'if' condition. (curly)
(#2128) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2128) Missing semicolon. (semi)
(#2131) Expected { after 'if' condition. (curly)
(#2131) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2131) Missing semicolon. (semi)
(#2132) Missing semicolon. (semi)
(#2135) Multiple spaces found before '='. (no-multi-spaces)
(#2135) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2135) Missing semicolon. (semi)
(#2136) Multiple spaces found before '='. (no-multi-spaces)
(#2136) Missing semicolon. (semi)
(#2137) Missing semicolon. (semi)
(#2139) Expected { after 'if' condition. (curly)
(#2139) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2139) Missing semicolon. (semi)
(#2140) Expected { after 'if' condition. (curly)
(#2140) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2140) Missing semicolon. (semi)
(#2142) Missing semicolon. (semi)
(#2143) Missing semicolon. (semi)
(#2145) Unexpected space before function parentheses. (space-before-function-paren)
(#2146) Expected { after 'if' condition. (curly)
(#2146) Missing semicolon. (semi)
(#2147) Missing semicolon. (semi)
(#2148) Missing semicolon. (semi)
(#2149) Multiple spaces found before '='. (no-multi-spaces)
(#2149) Missing semicolon. (semi)
(#2150) Missing semicolon. (semi)
(#2151) Missing semicolon. (semi)
(#2153) Unexpected space before function parentheses. (space-before-function-paren)
(#2154) Missing semicolon. (semi)
(#2155) Missing semicolon. (semi)
(#2157) Unexpected space before function parentheses. (space-before-function-paren)
(#2158) Expected { after 'if' condition. (curly)
(#2158) 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) Multiple spaces found before '='. (no-multi-spaces)
(#2162) Missing semicolon. (semi)
(#2163) Missing semicolon. (semi)
(#2164) Missing semicolon. (semi)
(#2166) Expected { after 'if' condition. (curly)
(#2166) Multiple spaces found before 'offsetBottom'. (no-multi-spaces)
(#2166) Missing semicolon. (semi)
(#2167) Expected { after 'if' condition. (curly)
(#2167) Multiple spaces found before 'offsetTop'. (no-multi-spaces)
(#2167) Multiple spaces found before '='. (no-multi-spaces)
(#2167) Missing semicolon. (semi)
(#2168) Expected { after 'if' condition. (curly)
(#2168) Missing semicolon. (semi)
(#2170) Missing semicolon. (semi)
(#2173) Expected { after 'if' condition. (curly)
(#2173) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2173) Missing semicolon. (semi)
(#2175) Missing semicolon. (semi)
(#2176) Multiple spaces found before '='. (no-multi-spaces)
(#2176) Missing semicolon. (semi)
(#2178) Missing semicolon. (semi)
(#2180) Expected { after 'if' condition. (curly)
(#2180) Missing semicolon. (semi)
(#2182) Missing semicolon. (semi)
(#2183) Missing semicolon. (semi)
(#2188) Missing semicolon. (semi)
(#2194) Missing semicolon. (semi)
(#2196) Missing semicolon. (semi)
(#2202) Missing JSDoc comment. (require-jsdoc)
(#2203) Unexpected space before function parentheses. (space-before-function-paren)
(#2204) Multiple spaces found before '='. (no-multi-spaces)
(#2204) Missing semicolon. (semi)
(#2205) Multiple spaces found before '='. (no-multi-spaces)
(#2205) Missing semicolon. (semi)
(#2206) Missing semicolon. (semi)
(#2208) Expected { after 'if' condition. (curly)
(#2208) Missing semicolon. (semi)
(#2209) Expected { after 'if' condition. (curly)
(#2209) Missing semicolon. (semi)
(#2210) Missing semicolon. (semi)
(#2213) 'old' is already defined (no-redeclare)
(#2213) Missing semicolon. (semi)
(#2215) Multiple spaces found before '='. (no-multi-spaces)
(#2215) Missing semicolon. (semi)
(#2216) Missing semicolon. (semi)
(#2222) Unexpected space before function parentheses. (space-before-function-paren)
(#2223) Missing semicolon. (semi)
(#2224) Missing semicolon. (semi)
(#2225) Missing semicolon. (semi)
(#2231) Unexpected space before function parentheses. (space-before-function-paren)
(#2232) Unexpected space before function parentheses. (space-before-function-paren)
(#2233) Missing semicolon. (semi)
(#2234) Missing semicolon. (semi)
(#2236) Missing semicolon. (semi)
(#2238) Expected { after 'if' condition. (curly)
(#2238) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2238) Missing semicolon. (semi)
(#2239) Expected { after 'if' condition. (curly)
(#2239) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2239) Multiple spaces found before '!='. (no-multi-spaces)
(#2239) Multiple spaces found before '='. (no-multi-spaces)
(#2239) Missing semicolon. (semi)
(#2241) Missing semicolon. (semi)
(#2242) Missing semicolon. (semi)
(#2243) Missing semicolon. (semi)
theme/bootstrap/Gruntfile.js
(#99) 'module' is not defined. (no-undef)
(#105) '__dirname' is not defined. (no-undef)
(#108) 'process' is not defined. (no-undef)
(#115) 'process' is not defined. (no-undef)
(#215) Identifier 'rtl_images' is not in camel case. (camelcase)
(#247) Identifier 'dynamic_mappings' is not in camel case. (camelcase)
theme/bootstrap/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)

CSS problems

(50 errors, 484 warnings)

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

theme/bootstrap/style/editor.css
(#788) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#789) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#1412) Use of !important
(#1415) Use of !important
(#1418) Use of !important
(#1421) Use of !important
(#1434) Use of !important
theme/bootstrap/style/editor_min.css
(#1) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#1) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#1) Use of !important
(#1) Use of !important
(#1) Use of !important
(#1) Use of !important
(#1) Use of !important
theme/bootstrap/style/moodle-rtl.css
(#241) Use of !important
(#242) Use of !important
(#243) Use of !important
(#244) Use of !important
(#245) Use of !important
(#282) Use of !important
(#303) Use of !important
(#316) Use of !important
(#321) Use of !important
(#326) Use of !important
(#3305) Expected end of value but found '\9'.
(#3465) Expected end of value but found '\9'.
(#3886) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#3887) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#4513) Expected end of value but found '\9'.
(#4648) Expected end of value but found '\9'.
(#5405) Use of !important
(#5406) Use of !important
(#5408) Use of !important
(#5741) Use of !important
(#5745) Use of !important
(#7575) Expected (left | right | center | justify | inherit) but found 'start'.
(#7709) Expected (left | right | center | justify | inherit) but found 'start'.
(#8045) Expected end of value but found '\9'.
(#8200) Use of !important
(#8204) Use of !important
(#8208) Use of !important
(#8212) Use of !important
(#8228) Use of !important
(#8236) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#8243) Use of !important
(#8258) Use of !important
(#8263) Use of !important
(#8267) Use of !important
(#8271) Use of !important
(#8276) Use of !important
(#8282) Use of !important
(#8288) Use of !important
(#8294) Use of !important
(#8300) Use of !important
(#8304) Use of !important
(#8308) Use of !important
(#8313) Use of !important
(#8319) Use of !important
(#8325) Use of !important
(#8331) Use of !important
(#8337) Use of !important
(#8341) Use of !important
(#8345) Use of !important
(#8350) Use of !important
(#8356) Use of !important
(#8362) Use of !important
(#8368) Use of !important
(#8374) Use of !important
(#8378) Use of !important
(#8382) Use of !important
(#8387) Use of !important
(#8393) Use of !important
(#8399) Use of !important
(#8405) Use of !important
(#8411) Use of !important
(#8417) Use of !important
(#8423) Use of !important
(#8429) Use of !important
(#8434) Use of !important
(#8439) Use of !important
(#8443) Use of !important
(#8447) Use of !important
(#8452) Use of !important
(#8457) Use of !important
(#8462) Use of !important
(#8467) Use of !important
(#8472) Use of !important
(#8477) Use of !important
(#8482) Use of !important
(#8488) Use of !important
(#8586) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#8630) Use of !important
(#8631) Use of !important
(#8645) Use of !important
(#8671) Use of !important
(#8672) Use of !important
(#8696) Use of !important
(#8708) Use of !important
(#8712) Use of !important
(#8765) Duplicate property 'min-height' found.
(#8787) Duplicate property 'min-height' found.
(#8854) Duplicate property 'min-height' found.
(#8888) Duplicate property 'min-height' found.
(#9375) Expected (content-box | border-box | inherit) but found 'initial'.
(#10006) Duplicate property 'filter' found.
(#10010) margin can't be used with display: inline.
(#10024) float can't be used with display: inline-block.
(#10494) Duplicate property 'display' found.
(#10784) Use of !important
(#11673) Rule is empty.
(#11674) Unexpected token '(' at line 11674, col 10.
(#11803) Rule is empty.
(#11866) Expected (<padding-width> | inherit) but found 'initial'.
(#11870) Expected (<margin-width> | inherit) but found 'initial'.
(#11871) Expected (<padding-width> | inherit) but found 'initial'.
(#11872) Expected (<padding-width> | inherit) but found 'initial'.
(#11925) Use of !important
(#12151) Expected RBRACE at line 12151, col 15.
(#12384) Duplicate property 'min-height' found.
(#12385) Duplicate property 'padding' found.
(#12387) Duplicate property 'margin-bottom' found.
(#12489) Use of !important
(#12616) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#12672) float can't be used with display: inline-block.
(#12681) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#12694) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#12817) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#12916) float can't be used with display: inline-block.
(#13086) Duplicate property 'filter' found.
(#13122) float can't be used with display: inline-block.
(#13240) Expected (content-box | border-box | inherit) but found 'unset'.
(#13413) Expected end of value but found '0'.
(#13421) Expected end of value but found '0'.
(#13429) Expected end of value but found '0'.
(#13436) Expected end of value but found '0'.
(#13444) Expected end of value but found '0'.
(#13452) Expected end of value but found '0'.
(#13460) Expected end of value but found '0'.
(#13928) Use of !important
(#13929) Use of !important
(#13930) Use of !important
(#13931) Use of !important
(#13935) Use of !important
(#13940) Use of !important
(#14311) Use of !important
(#14331) Duplicate property 'display' found.
(#14395) Duplicate property 'margin-right' found.
(#14396) Duplicate property 'margin-left' found.
(#14409) Use of !important
(#14441) Duplicate property 'width' found.
(#14489) Use of !important
(#14540) Use of !important
(#14585) Duplicate property 'height' found.
(#15076) Expected (left | right | center | justify | inherit) but found 'start'.
(#15093) Duplicate property 'position' found.
(#15094) Duplicate property 'top' found.
(#15095) Duplicate property 'right' found.
(#15098) Duplicate property 'display' found.
(#15867) Duplicate property 'padding' found.
(#16328) Use of !important
(#16490) Duplicate property 'min-height' found.
(#16536) Duplicate property 'min-height' found.
(#16763) margin can't be used with display: inline.
(#17737) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#17985) height can't be used with display: inline.
(#17999) Duplicate property 'width' found.
(#17999) width can't be used with display: inline.
(#18001) Duplicate property 'display' found.
(#18002) margin can't be used with display: inline.
(#18183) Duplicate property 'margin-bottom' found.
(#18193) margin can't be used with display: inline.
(#18206) Rule is empty.
(#18308) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#18309) margin can't be used with display: inline.
(#18311) margin-top can't be used with display: inline.
(#18394) Use of !important
(#18486) Duplicate property 'width' found.
(#18597) Use of !important
(#18775) Duplicate property 'border-radius' found.
(#18870) margin can't be used with display: inline.
(#19346) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#19347) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#19920) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#19921) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#20406) Expected (left | right | center | justify | inherit) but found 'start'.
(#20424) Duplicate property 'display' found.
(#20548) Duplicate property 'top' found.
(#20551) Duplicate property 'position' found.
(#20674) vertical-align can't be used with display: block.
(#20876) vertical-align can't be used with display: block.
(#20877) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#20878) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#20893) Duplicate property 'display' found.
(#20896) Duplicate property 'padding' found.
(#21319) Expected RBRACE at line 21319, col 23.
(#21362) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21363) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21376) Duplicate property 'padding' found.
(#21377) Duplicate property 'font-size' found.
(#21378) Duplicate property 'line-height' found.
(#21379) Duplicate property 'border-radius' found.
(#21382) Duplicate property 'vertical-align' found.
(#21387) Duplicate property 'padding' found.
(#21388) Duplicate property 'border' found.
(#21392) Duplicate property 'white-space' found.
(#21542) Use of !important
(#21555) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21556) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21622) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21623) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#21636) Duplicate property 'padding' found.
(#21637) Duplicate property 'margin-bottom' found.
(#21777) margin can't be used with display: inline.
(#21782) margin can't be used with display: inline.
(#21787) margin can't be used with display: inline.
(#21792) margin can't be used with display: inline.
theme/bootstrap/style/moodle.css
(#198) Use of !important
(#199) Use of !important
(#200) Use of !important
(#201) Use of !important
(#202) Use of !important
(#232) Use of !important
(#249) Use of !important
(#260) Use of !important
(#264) Use of !important
(#268) Use of !important
(#2547) Expected end of value but found '\9'.
(#2685) Expected end of value but found '\9'.
(#3047) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#3048) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#3598) Expected end of value but found '\9'.
(#3716) Expected end of value but found '\9'.
(#4345) Use of !important
(#4346) Use of !important
(#4348) Use of !important
(#4628) Use of !important
(#4631) Use of !important
(#6160) Expected (left | right | center | justify | inherit) but found 'start'.
(#6279) Expected (left | right | center | justify | inherit) but found 'start'.
(#6571) Expected end of value but found '\9'.
(#6716) Use of !important
(#6719) Use of !important
(#6722) Use of !important
(#6725) Use of !important
(#6738) Use of !important
(#6744) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#6750) Use of !important
(#6764) Use of !important
(#6768) Use of !important
(#6771) Use of !important
(#6774) Use of !important
(#6778) Use of !important
(#6783) Use of !important
(#6788) Use of !important
(#6793) Use of !important
(#6798) Use of !important
(#6801) Use of !important
(#6804) Use of !important
(#6808) Use of !important
(#6813) Use of !important
(#6818) Use of !important
(#6823) Use of !important
(#6828) Use of !important
(#6831) Use of !important
(#6834) Use of !important
(#6838) Use of !important
(#6843) Use of !important
(#6848) Use of !important
(#6853) Use of !important
(#6858) Use of !important
(#6861) Use of !important
(#6864) Use of !important
(#6868) Use of !important
(#6873) Use of !important
(#6878) Use of !important
(#6883) Use of !important
(#6888) Use of !important
(#6893) Use of !important
(#6898) Use of !important
(#6903) Use of !important
(#6907) Use of !important
(#6911) Use of !important
(#6914) Use of !important
(#6917) Use of !important
(#6921) Use of !important
(#6925) Use of !important
(#6929) Use of !important
(#6933) Use of !important
(#6937) Use of !important
(#6941) Use of !important
(#6945) Use of !important
(#6950) Use of !important
(#7040) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#7074) Use of !important
(#7075) Use of !important
(#7087) Use of !important
(#7110) Use of !important
(#7111) Use of !important
(#7130) Use of !important
(#7139) Use of !important
(#7142) Use of !important
(#7694) Expected (content-box | border-box | inherit) but found 'initial'.
(#8197) margin can't be used with display: inline.
(#8206) float can't be used with display: inline-block.
(#8831) Use of !important
(#9554) Rule is empty.
(#9555) Unexpected token '(' at line 9555, col 10.
(#9657) Rule is empty.
(#9709) Expected (<padding-width> | inherit) but found 'initial'.
(#9712) Expected (<padding-width> | inherit) but found 'initial'.
(#9713) Expected (<padding-width> | inherit) but found 'initial'.
(#9714) Expected (<margin-width> | inherit) but found 'initial'.
(#9755) Use of !important
(#9940) Expected RBRACE at line 9940, col 15.
(#10222) Use of !important
(#10321) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#10365) float can't be used with display: inline-block.
(#10372) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#10382) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#10479) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#10557) float can't be used with display: inline-block.
(#10733) float can't be used with display: inline-block.
(#10830) Expected (content-box | border-box | inherit) but found 'unset'.
(#10981) Expected end of value but found '0'.
(#10988) Expected end of value but found '0'.
(#10994) Expected end of value but found '0'.
(#11001) Expected end of value but found '0'.
(#11008) Expected end of value but found '0'.
(#11015) Expected end of value but found '0'.
(#11022) Expected end of value but found '0'.
(#11408) Use of !important
(#11409) Use of !important
(#11410) Use of !important
(#11411) Use of !important
(#11414) Use of !important
(#11418) Use of !important
(#11721) Use of !important
(#11801) Use of !important
(#11874) Use of !important
(#11915) Use of !important
(#12377) Expected (left | right | center | justify | inherit) but found 'start'.
(#13399) Use of !important
(#13767) margin can't be used with display: inline.
(#14576) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#14787) width can't be used with display: inline.
(#14789) height can't be used with display: inline.
(#14791) margin can't be used with display: inline.
(#14969) margin can't be used with display: inline.
(#14978) Rule is empty.
(#15063) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#15065) margin can't be used with display: inline.
(#15066) margin-top can't be used with display: inline.
(#15130) Use of !important
(#15297) Use of !important
(#15525) margin can't be used with display: inline.
(#15940) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#15941) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#16492) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#16493) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#16921) Expected (left | right | center | justify | inherit) but found 'start'.
(#17152) vertical-align can't be used with display: block.
(#17325) vertical-align can't be used with display: block.
(#17326) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17327) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17703) Expected RBRACE at line 17703, col 23.
(#17756) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17757) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17893) Use of !important
(#17910) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17911) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17971) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#17972) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#18096) margin can't be used with display: inline.
(#18100) margin can't be used with display: inline.
(#18104) margin can't be used with display: inline.
(#18108) margin can't be used with display: inline.
theme/bootstrap/style/moodle_min.css
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected end of value but found '\9'.
(#5) Expected end of value but found '\9'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected end of value but found '\9'.
(#5) Expected end of value but found '\9'.
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected (left | right | center | justify | inherit) but found 'start'.
(#5) Expected (left | right | center | justify | inherit) but found 'start'.
(#5) Expected end of value but found '\9'.
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected (<border-width> || <border-style> || <color>) but found 'inherit'.
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected (content-box | border-box | inherit) but found 'initial'.
(#5) margin can't be used with display: inline.
(#5) float can't be used with display: inline-block.
(#5) Use of !important
(#5) Unexpected token '(' at line 5, col 176235.
(#5) Rule is empty.
(#5) Expected (<padding-width> | inherit) but found 'initial'.
(#5) Expected (<padding-width> | inherit) but found 'initial'.
(#5) Expected (<padding-width> | inherit) but found 'initial'.
(#5) Expected (<margin-width> | inherit) but found 'initial'.
(#5) Use of !important
(#5) Expected end of value but found '+2px'.
(#5) Use of !important
(#5) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#5) float can't be used with display: inline-block.
(#5) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#5) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#5) Expected (auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>) but found 'inherit'.
(#5) float can't be used with display: inline-block.
(#5) float can't be used with display: inline-block.
(#5) Expected (content-box | border-box | inherit) but found 'unset'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Expected end of value but found '0'.
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Expected (left | right | center | justify | inherit) but found 'start'.
(#5) Use of !important
(#5) margin can't be used with display: inline.
(#5) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'unset'.
(#5) height can't be used with display: inline.
(#5) width can't be used with display: inline.
(#5) margin can't be used with display: inline.
(#5) margin can't be used with display: inline.
(#5) margin can't be used with display: inline.
(#5) margin-top can't be used with display: inline.
(#5) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#5) Use of !important
(#5) Use of !important
(#5) margin can't be used with display: inline.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (left | right | center | justify | inherit) but found 'start'.
(#5) vertical-align can't be used with display: block.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) vertical-align can't be used with display: block.
(#5) Expected RBRACE at line 5, col 375764.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Use of !important
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) Expected (auto | none | pan-x | pan-y) but found 'manipulation'.
(#5) margin can't be used with display: inline.
(#5) margin can't be used with display: inline.
(#5) margin can't be used with display: inline.
(#5) margin can't be used with display: inline.

PHPDocs style problems

(58 errors, 0 warnings)

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

theme/bootstrap/config.php
(#23) Invalid phpdocs tag @authors used
theme/bootstrap/lang/en/theme_bootstrap.php
(#19) Package Bootstrap theme is not valid
theme/bootstrap/layout/default.php
(#18) File-level phpdocs block is not found
theme/bootstrap/layout/embedded.php
(#17) File-level phpdocs block is not found
theme/bootstrap/layout/maintenance.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
theme/bootstrap/layout/popup.php
(#18) File-level phpdocs block is not found
theme/bootstrap/layout/secure.php
(#18) File-level phpdocs block is not found
theme/bootstrap/lib.php
(#30) Function bootstrap_grid is not documented
(#23) Invalid phpdocs tag @authors used
theme/bootstrap/renderers.php
(#22) Invalid phpdocs tag @authors used
theme/bootstrap/renderers/admin_renderer.php
(#30) Class theme_bootstrap_core_admin_renderer is not documented
(#32) Function theme_bootstrap_core_admin_renderer::maturity_info is not documented
(#50) Function theme_bootstrap_core_admin_renderer::maturity_warning is not documented
(#62) Function theme_bootstrap_core_admin_renderer::warning is not documented
(#80) Function theme_bootstrap_core_admin_renderer::test_site_warning is not documented
(#88) Function theme_bootstrap_core_admin_renderer::release_notes_link is not documented
(#93) Function theme_bootstrap_core_admin_renderer::plugins_check_table is not documented
(#111) Function theme_bootstrap_core_admin_renderer::environment_check_table is not documented
theme/bootstrap/renderers/block_settings_renderer.php
(#27) Class theme_bootstrap_block_settings_renderer is not documented
(#29) Function theme_bootstrap_block_settings_renderer::search_form is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#27) Package is not specified for class theme_bootstrap_block_settings_renderer. It is also not specified in file-level phpdocs
theme/bootstrap/renderers/core_renderer.php
(#17) File-level phpdocs block is not found
(#27) Class theme_bootstrap_core_renderer is not documented
(#29) Function theme_bootstrap_core_renderer::notification is not documented
(#54) Function theme_bootstrap_core_renderer::debug_listing is not documented
(#59) Function theme_bootstrap_core_renderer::navbar is not documented
(#72) Function theme_bootstrap_core_renderer::custom_menu is not documented
(#84) Function theme_bootstrap_core_renderer::render_custom_menu is not documented
(#97) Function theme_bootstrap_core_renderer::user_menu is not documented
(#102) Function theme_bootstrap_core_renderer::render_user_menu is not documented
(#188) Function theme_bootstrap_core_renderer::glyphicon is not documented
(#193) Function theme_bootstrap_core_renderer::render_custom_menu_item is not documented
(#250) Function theme_bootstrap_core_renderer::render_tabtree is not documented
(#264) Function theme_bootstrap_core_renderer::render_tabobject is not documented
(#280) Function theme_bootstrap_core_renderer::box is not documented
(#27) Package is not specified for class theme_bootstrap_core_renderer. It is also not specified in file-level phpdocs
theme/bootstrap/renderers/course_format_renderer.php
(#30) Class theme_bootstrap_format_topics_renderer is not documented
(#55) Class theme_bootstrap_format_weeks_renderer is not documented
(#20) Package theme is not valid
theme/bootstrap/renderers/course_management.php
(#28) Class theme_bootstrap_core_course_management_renderer is not documented
(#29) Function theme_bootstrap_core_course_management_renderer::grid_start is not documented
(#43) Function theme_bootstrap_core_course_management_renderer::grid_column_start is not documented
(#60) Function theme_bootstrap_core_course_management_renderer::detail_pair is not documented
(#17) File-level phpdocs block does not have @copyright tag
theme/bootstrap/renderers/course_renderer.php
(#28) Class theme_bootstrap_core_course_renderer is not documented
(#30) Function theme_bootstrap_core_course_renderer::coursecat_coursebox is not documented
(#96) Function theme_bootstrap_core_course_renderer::coursecat_coursebox_content is not documented
(#166) Function theme_bootstrap_core_course_renderer::course_search_form is not documented
(#17) File-level phpdocs block does not have @copyright tag
theme/bootstrap/renderers/enrol_renderer.php
(#28) Class theme_bootstrap_core_enrol_renderer is not documented
(#30) Function theme_bootstrap_core_enrol_renderer::render_course_enrolment_users_table is not documented
(#17) File-level phpdocs block does not have @copyright tag
theme/bootstrap/renderers/files_renderer.php
(#29) Class theme_bootstrap_core_files_renderer is not documented
theme/bootstrap/renderers/maintenance_renderer.php
(#27) Class theme_bootstrap_core_renderer_maintenance is not documented
(#29) Function theme_bootstrap_core_renderer_maintenance::notification is not documented
theme/bootstrap/version.php
(#22) Invalid phpdocs tag @authors used

Update savepoints problems

(0 errors, 0 warnings)

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


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

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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