Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(435 errors, 102 warnings)

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

filter/recitactivity/classes/dao.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#42) Whitespace found at end of line
(#43) Short array syntax must be used to define arrays
(#46) Variable "allTeachers" must be all lower-case
(#46) Line exceeds 132 characters; contains 148 characters
(#47) Variable "allTeachers" must be all lower-case
(#47) Variable "allTeachers" must be all lower-case
(#48) Whitespace found at end of line
(#49) Expected "if (...) {\n"; found "if (...){\n"
(#51) Whitespace found at end of line
(#52) Expected "if (...) {\n"; found "if (...){\n"
(#56) Line exceeds 132 characters; contains 156 characters
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#63) Whitespace found at end of line
(#64) Variable "allTeachers" must be all lower-case
(#75) Whitespace found at end of line within string
(#76) Whitespace found at end of line within string
(#81) Short array syntax must be used to define arrays
(#82) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#96) Expected 1 space before opening brace; found 0
(#103) Public method name "filter_recitactivity_dao_factory::getInstance" must be in lower-case letters only
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#104) Expected "if (...) {\n"; found "if(...) {\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Closing brace indented incorrectly; expected 2 spaces, found 8
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#109) Closing brace indented incorrectly; expected 4 spaces, found 1
(#110) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 1
(#114) Public method name "filter_recitactivity_dao_factory::getDAO" must be in lower-case letters only
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
filter/recitactivity/classes/privacy/provider.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#42) There must not be a space before the colon in a return type declaration
filter/recitactivity/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#37) There should be a comma after the last array item in a multi-line array.
filter/recitactivity/db/install.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
filter/recitactivity/filter.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#39) Line exceeds 132 characters; contains 134 characters
(#43) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#56) Expected "bool" but found "boolean" for @var tag in member variable comment
(#57) Member variable "is_teacher" must not contain underscores.
(#61) Member variable "DEFAULT_TARGET" must be all lower-case
(#61) Member variable "DEFAULT_TARGET" must not contain underscores.
(#64) Expected "bool" but found "boolean" for @var tag in member variable comment
(#67) Missing docblock for constant filter_recitactivity::NO_COMPLETION
(#68) Missing docblock for constant filter_recitactivity::COMPLETION_NOT_COMPLETED
(#69) Missing docblock for constant filter_recitactivity::COMPLETION_COMPLETED
(#82) Expected "if (...) {\n"; found "if (...){\n"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#116) Expected "if (...) {\n"; found "if (...){\n"
(#118) Whitespace found at end of line
(#120) Whitespace found at end of line
(#129) Protected method name "filter_recitactivity::getSectionByName" must be in lower-case letters only
(#129) Expected 1 space before opening brace; found 0
(#131) Whitespace found at end of line
(#133) Line exceeds 132 characters; contains 147 characters
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Whitespace found at end of line
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#152) Missing docblock for function load_data
(#152) Expected 1 space before opening brace; found 0
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#160) Whitespace found at end of line
(#171) Short array syntax must be used to define arrays
(#180) Variable "avoidModules" must be all lower-case
(#180) Short array syntax must be used to define arrays
(#183) Variable "avoidModules" must be all lower-case
(#195) Whitespace found at end of line
(#197) Variable "cmData" must be all lower-case
(#198) Variable "cmData" must be all lower-case
(#199) Variable "cmData" must be all lower-case
(#200) Variable "cmData" must be all lower-case
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Variable "cmData" must be all lower-case
(#204) Variable "cmData" must be all lower-case
(#205) Variable "cmData" must be all lower-case
(#206) Variable "cmData" must be all lower-case
(#207) Variable "cmData" must be all lower-case
(#208) Variable "cmData" must be all lower-case
(#209) Variable "cmData" must be all lower-case
(#210) Variable "cmData" must be all lower-case
(#210) Whitespace found at end of line
(#213) Variable "cmData" must be all lower-case
(#216) Variable "cmData" must be all lower-case
(#218) Variable "cmData" must be all lower-case
(#221) Variable "cmData" must be all lower-case
(#225) Missing docblock for function setStats
(#225) Protected method name "filter_recitactivity::setStats" must be in lower-case letters only
(#225) Expected 1 space before opening brace; found 0
(#227) Short array syntax must be used to define arrays
(#232) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#235) Expected "if (...) {\n"; found "if(...){\n"
(#239) Expected "if (...) {\n"; found "if(...){\n"
(#248) Expected "if (...) {\n"; found "if(...){\n"
(#255) Missing docblock for function getCmData
(#255) Protected method name "filter_recitactivity::getCmData" must be in lower-case letters only
(#255) Expected 1 space before opening brace; found 0
(#256) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#264) Whitespace found at end of line
(#265) Missing docblock for function get_autolink
(#265) Short array syntax must be used to define arrays
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) This comment is 71% valid code; is this commented out code?
(#267) No space found before comment text; expected "// if (!$mod->is_visible_on_course_page() || !$url) {" but found "//if (!$mod->is_visible_on_course_page() || !$url) {"
(#273) No space found before comment text; expected "// Accessibility: for files get description via icon, this is very ugly hack!" but found "//Accessibility: for files get description via icon, this is very ugly hack!"
(#274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#274) This comment is 84% valid code; is this commented out code?
(#274) No space found before comment text; expected "// $mod->get_formatted_name();" but found "//$mod->get_formatted_name();"
(#275) Whitespace found at end of line
(#277) Expected "if (...) {\n"; found "if (...){\n"
(#279) Whitespace found at end of line
(#282) Expected "if (...) {\n"; found "if (...){\n"
(#284) Whitespace found at end of line
(#286) Expected "if (...) {\n"; found "if (...){\n"
(#287) Whitespace found at end of line
(#288) Whitespace found at end of line
(#291) Expected "if (...) {\n"; found "if(...){\n"
(#292) Short array syntax must be used to define arrays
(#292) Line exceeds 132 characters; contains 156 characters
(#292) Whitespace found at end of line
(#295) Whitespace found at end of line
(#299) Short array syntax must be used to define arrays
(#301) Variable "messageRestricted" must be all lower-case
(#302) Expected "if (...) {\n"; found "if (...){\n"
(#303) Variable "messageRestricted" must be all lower-case
(#303) Line exceeds 132 characters; contains 149 characters
(#305) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#306) Variable "messageRestricted" must be all lower-case
(#308) Whitespace found at end of line
(#309) Variable "messageRestricted" must be all lower-case
(#310) Variable "messageRestricted" must be all lower-case
(#310) Line exceeds maximum limit of 180 characters; contains 269 characters
(#315) Expected "} else {\n"; found "}\n else{\n"
(#316) Expected "if (...) {\n"; found "if (...){\n"
(#319) Whitespace found at end of line
(#320) Expected "if (...) {\n"; found "if (...){\n"
(#324) Short array syntax must be used to define arrays
(#330) Expected "if (...) {\n"; found "if (...){\n"
(#334) Variable "activityName" must be all lower-case
(#334) Short array syntax must be used to define arrays
(#336) Variable "activityName" must be all lower-case
(#348) Short array syntax must be used to define arrays
(#349) Variable "cmData" must be all lower-case
(#351) Expected "if (...) {\n"; found "if(...){\n"
(#351) Variable "cmData" must be all lower-case
(#356) Variable "cmData" must be all lower-case
(#356) Whitespace found at end of line
(#361) Expected "if (...) {\n"; found "if(...){\n"
(#366) Whitespace found at end of line
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) This comment is 72% valid code; is this commented out code?
(#367) No space found before comment text; expected "// $currentname = trim($cm->__get('name'));" but found "//$currentname = trim($cm->__get('name'));"
(#370) Whitespace found at end of line
(#371) Whitespace found at end of line
(#385) Short array syntax must be used to define arrays
(#392) Logical operator "or" is prohibited; use "||" instead
(#392) Logical operator "or" is prohibited; use "||" instead
(#396) Short array syntax must be used to define arrays
(#399) Expected "if (...) {\n"; found "if(...){\n"
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#407) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Expected "if (...) {\n"; found "if(...){\n"
(#416) Short array syntax must be used to define arrays
(#417) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#426) Whitespace found at end of line
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Expected "if (...) {\n"; found "if(...){\n"
(#434) Whitespace found at end of line
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Expected "if (...) {\n"; found "if(...){\n"
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Expected "if (...) {\n"; found "if (...){\n"
(#449) Expected "if (...) {\n"; found "if (...){\n"
(#454) Whitespace found at end of line
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) Expected "if (...) {\n"; found "if(...){\n"
(#460) Whitespace found at end of line
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) Variable "optionRoles" must be all lower-case
(#462) Whitespace found at end of line
(#463) Whitespace found at end of line
(#464) Expected "if (...) {\n"; found "if(...){\n"
(#464) Variable "optionRoles" must be all lower-case
(#465) Variable "optionRoles" must be all lower-case
(#465) Variable "optionRoles" must be all lower-case
(#465) Variable "optionRoles" must be all lower-case
(#466) Variable "optionRoles" must be all lower-case
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#476) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#476) Expected "if (...) {\n"; found "if (...){\n"
(#483) Whitespace found at end of line
(#520) Whitespace found at end of line
(#521) Whitespace found at end of line
(#523) Whitespace found at end of line
(#524) Whitespace found at end of line
(#526) Whitespace found at end of line
(#528) Whitespace found at end of line
(#536) Missing docblock for function validateUserRoles
(#536) Protected method name "filter_recitactivity::validateUserRoles" must be in lower-case letters only
(#536) Expected 1 space before opening brace; found 0
(#540) Whitespace found at end of line
(#541) Variable "userRoles" must be all lower-case
(#543) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#543) Variable "userRoles" must be all lower-case
(#544) Expected "if (...) {\n"; found "if(...){\n"
(#577) Public method name "filter_recitactivity::getCmCompletion" must be in lower-case letters only
(#584) Whitespace found at end of line
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) Expected "} else if (...) {\n"; found "}\n else if (...) { // Check course completion\n"
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) Whitespace found at end of line
(#595) Whitespace found at end of line
(#622) Whitespace found at end of line
(#626) Missing docblock for function getCmCompletionCheckbox
(#626) Protected method name "filter_recitactivity::getCmCompletionCheckbox" must be in lower-case letters only
(#626) Expected 1 space before opening brace; found 0
(#634) Variable "cmCompletion" must be all lower-case
(#635) Expected "if (...) {\n"; found "if(...){\n"
(#635) Variable "cmCompletion" must be all lower-case
(#636) Variable "cmCompletion" must be all lower-case
(#648) Protected method name "filter_recitactivity::renderPixIcon" must be in lower-case letters only
(#653) Short array syntax must be used to define arrays
(#654) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#661) Missing docblock for function shouldHideIntCode
(#661) Protected method name "filter_recitactivity::shouldHideIntCode" must be in lower-case letters only
(#661) Expected 1 space before opening brace; found 0
(#662) Expected "if (...) {\n"; found "if(...){\n"
(#670) Missing docblock for function filterOptionLink
(#670) Protected method name "filter_recitactivity::filterOptionLink" must be in lower-case letters only
(#670) Expected 1 space before opening brace; found 0
(#673) Expected "if (...) {\n"; found "if(...){\n"
(#679) Missing docblock for function filterOptionSectionLink
(#679) Protected method name "filter_recitactivity::filterOptionSectionLink" must be in lower-case letters only
(#679) Expected 1 space before opening brace; found 0
(#684) Expected "if (...) {\n"; found "if(...){\n"
(#688) Expected 1 space after "?"; 2 found
(#688) Line exceeds 132 characters; contains 138 characters
(#703) Whitespace found at end of line
(#706) Variable "availableInfo" must be all lower-case
(#708) Variable "courseFormat" must be all lower-case
(#709) Variable "courseFormat" must be all lower-case
(#710) Variable "infoMsg" must be all lower-case
(#711) Variable "infoMsg" must be all lower-case
(#711) Variable "infoMsg" must be all lower-case
(#712) Whitespace found at end of line
(#713) Variable "availableInfo" must be all lower-case
(#713) Variable "infoMsg" must be all lower-case
(#713) Line exceeds maximum limit of 180 characters; contains 264 characters
(#714) Variable "availableInfo" must be all lower-case
(#715) Variable "availableInfo" must be all lower-case
(#718) Whitespace found at end of line
(#719) Short array syntax must be used to define arrays
(#719) Line exceeds maximum limit of 180 characters; contains 213 characters
(#721) Short array syntax must be used to define arrays
(#722) Whitespace found at end of line
(#724) Whitespace found at end of line
(#728) Missing docblock for function filterOptionH5P
(#728) Protected method name "filter_recitactivity::filterOptionH5P" must be in lower-case letters only
(#728) Expected 1 space before opening brace; found 0
(#740) Line exceeds 132 characters; contains 145 characters
(#746) Missing docblock for function filterOptionUserData
(#746) Protected method name "filter_recitactivity::filterOptionUserData" must be in lower-case letters only
(#746) Expected 1 space before opening brace; found 0
(#756) Short array syntax must be used to define arrays
(#763) Expected "if (...) {\n"; found "if (...){ \n"
(#763) Line exceeds 132 characters; contains 133 characters
(#763) Whitespace found at end of line
(#764) Line exceeds 132 characters; contains 177 characters
(#764) Whitespace found at end of line within string
(#765) Commas (,) must be followed by white space.
(#765) Line exceeds maximum limit of 180 characters; contains 222 characters
(#776) Short array syntax must be used to define arrays
(#784) Missing docblock for function filterOptionFeedback
(#784) Protected method name "filter_recitactivity::filterOptionFeedback" must be in lower-case letters only
(#784) Expected 1 space before opening brace; found 0
(#784) Whitespace found at end of line
(#785) Variable "cmData" must be all lower-case
(#787) Expected "if (...) {\n"; found "if(...){\n"
(#787) Variable "cmData" must be all lower-case
(#791) Variable "cmCompletion" must be all lower-case
(#791) Variable "cmData" must be all lower-case
(#791) Variable "cmData" must be all lower-case
(#793) Inline comments must start with a capital letter, digit or 3-dots sequence
(#793) Inline comments must end in full-stops, exclamation marks, or question marks
(#794) Expected "if (...) {\n"; found "if(...){\n"
(#794) Variable "cmCompletion" must be all lower-case
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#800) Expected "if (...) {\n"; found "if(...){ \n"
(#800) Variable "cmData" must be all lower-case
(#800) Whitespace found at end of line
(#805) Variable "pageContent" must be all lower-case
(#805) Variable "cmData" must be all lower-case
(#807) Variable "dismissButton" must be all lower-case
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Inline comments must end in full-stops, exclamation marks, or question marks
(#810) Expected "if (...) {\n"; found "if(...){\n"
(#810) Variable "cmCompletion" must be all lower-case
(#811) Variable "dismissButton" must be all lower-case
(#811) Line exceeds maximum limit of 180 characters; contains 209 characters
(#811) Whitespace found at end of line within string
(#812) Variable "cmData" must be all lower-case
(#812) Whitespace found at end of line within string
(#813) Commas (,) must be followed by white space.
(#813) Commas (,) must be followed by white space.
(#813) Commas (,) must be followed by white space.
(#813) Line exceeds maximum limit of 180 characters; contains 213 characters
(#813) Whitespace found at end of line
(#816) Expected "if (...) {\n"; found "if (...){\n"
(#817) Variable "pageContent" must be all lower-case
(#817) Variable "dismissButton" must be all lower-case
(#817) Line exceeds 132 characters; contains 172 characters
(#819) Expected "} else {\n"; found "}\n else{ \n"
(#819) Whitespace found at end of line
(#820) Variable "cssClasses" must be all lower-case
(#821) Variable "cssClasses" must be all lower-case
(#821) Variable "pageContent" must be all lower-case
(#821) Variable "dismissButton" must be all lower-case
(#826) Missing docblock for function filterOptionSectionProgressBar
(#826) Protected method name "filter_recitactivity::filterOptionSectionProgressBar" must be in lower-case letters only
(#826) Expected 1 space before opening brace; found 0
(#829) Expected "if (...) {\n"; found "if(...){\n"
(#834) Expected "if (...) {\n"; found "if(...){\n"
(#839) Variable "sectionPct" must be all lower-case
(#839) Line exceeds 132 characters; contains 135 characters
(#841) Variable "cssClasses" must be all lower-case
(#842) Whitespace found at end of line
(#843) Variable "cssClasses" must be all lower-case
(#843) Whitespace found at end of line within string
(#844) Whitespace found at end of line within string
(#845) Line exceeds 132 characters; contains 142 characters
(#845) Variable "sectionPct" must be all lower-case
(#845) Variable "sectionPct" must be all lower-case
(#845) Whitespace found at end of line within string
(#846) Variable "sectionPct" must be all lower-case
(#846) Whitespace found at end of line within string
(#847) Whitespace found at end of line within string
(#853) Missing docblock for function filterOptionCourseProgressBar
(#853) Protected method name "filter_recitactivity::filterOptionCourseProgressBar" must be in lower-case letters only
(#853) Expected 1 space before opening brace; found 0
(#854) Expected "if (...) {\n"; found "if(...){\n"
(#857) Whitespace found at end of line
(#859) Commas (,) must be followed by white space.
(#861) Variable "cssClasses" must be all lower-case
(#862) Whitespace found at end of line
(#863) Variable "cssClasses" must be all lower-case
(#863) Whitespace found at end of line within string
(#864) Whitespace found at end of line within string
(#865) Whitespace found at end of line within string
(#866) Whitespace found at end of line within string
(#867) Whitespace found at end of line within string
(#873) Missing docblock for function filterOptionQRCode
(#873) Protected method name "filter_recitactivity::filterOptionQRCode" must be in lower-case letters only
(#873) Expected 1 space before opening brace; found 0
(#876) Expected "if (...) {\n"; found "if(...){\n"
(#877) Variable "attrWidth" must be all lower-case
(#878) Variable "attrWidth" must be all lower-case
(#884) Missing docblock for function getModulePageContent
(#884) Protected method name "filter_recitactivity::getModulePageContent" must be in lower-case letters only
(#884) Variable "cmInfo" must be all lower-case
(#884) Expected 1 space before opening brace; found 0
(#887) Variable "cmInfo" must be all lower-case
(#891) Short array syntax must be used to define arrays
(#891) Expected 1 space before "=>"; 0 found
(#891) Expected 1 space after "=>"; 0 found
(#893) Whitespace found at end of line
(#894) Line exceeds 132 characters; contains 136 characters
(#895) Whitespace found at end of line
(#902) Missing docblock for function isCmAvailable
(#902) Protected method name "filter_recitactivity::isCmAvailable" must be in lower-case letters only
(#902) Variable "cmInfo" must be all lower-case
(#902) Expected 1 space before opening brace; found 0
(#905) Variable "cmInfo" must be all lower-case
filter/recitactivity/filtersettings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#36) File must end with a newline character
filter/recitactivity/lang/en/filter_recitactivity.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#35) Whitespace found at end of line within string
(#36) Whitespace found at end of line within string
(#37) Whitespace found at end of line within string
(#38) Whitespace found at end of line within string
(#39) Whitespace found at end of line within string
(#40) Whitespace found at end of line within string
(#41) Whitespace found at end of line within string
(#42) Whitespace found at end of line within string
(#43) Whitespace found at end of line within string
(#44) Whitespace found at end of line within string
(#45) Whitespace found at end of line within string
(#46) Whitespace found at end of line within string
(#47) Whitespace found at end of line within string
(#48) Whitespace found at end of line within string
(#49) Whitespace found at end of line within string
(#50) Whitespace found at end of line within string
(#51) Whitespace found at end of line within string
(#52) Whitespace found at end of line within string
(#53) Whitespace found at end of line within string
(#56) File must end with a newline character
(#56) Whitespace found at end of line
filter/recitactivity/lang/fr_ca/filter_recitactivity.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#35) Whitespace found at end of line within string
(#36) Whitespace found at end of line within string
(#37) Whitespace found at end of line within string
(#38) Whitespace found at end of line within string
(#39) Whitespace found at end of line within string
(#40) Whitespace found at end of line within string
(#41) Whitespace found at end of line within string
(#42) Whitespace found at end of line within string
(#43) Whitespace found at end of line within string
(#44) Whitespace found at end of line within string
(#45) Whitespace found at end of line within string
(#46) Whitespace found at end of line within string
(#47) Whitespace found at end of line within string
(#48) Whitespace found at end of line within string
(#49) Whitespace found at end of line within string
(#50) Whitespace found at end of line within string
(#51) Whitespace found at end of line within string
(#52) Whitespace found at end of line within string
(#53) Whitespace found at end of line within string
(#57) File must end with a newline character
(#57) Whitespace found at end of line
filter/recitactivity/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Expected 1 space before asterisk; 0 found
(#35) File must end with a newline character
filter/recitactivity/tests/filter_test.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#35) PHPUnit testcase name "filter_recitactivity_filter_testcase" does not match file name "filter_test"
(#35) PHPUnit class "filter_recitactivity_filter_testcase" does not have any namespace. It is recommended to add it to the "filter_recitactivity" namespace, using more levels if needed, in order to match the code being tested
(#42) Short array syntax must be used to define arrays
(#46) Commas (,) must be followed by white space.
(#46) A comma after the last array item in a single-line array is not allowed.
(#46) Commas (,) must be followed by white space.
(#49) Short array syntax must be used to define arrays
(#49) Expected 1 space before "=>"; 0 found
(#50) Short array syntax must be used to define arrays
(#56) Missing docblock for function setupFilter in testcase
(#56) Protected method name "filter_recitactivity_filter_testcase::setupFilter" must be in lower-case letters only
(#56) Expected 1 space before opening brace; found 0
(#62) Test method test_section_links() is missing any coverage information, own or at class level
(#63) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Line exceeds 132 characters; contains 158 characters
(#85) Test method test_activity_links() is missing any coverage information, own or at class level
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#96) Line exceeds 132 characters; contains 135 characters
(#115) Test method test_activity_links_desc_param() is missing any coverage information, own or at class level
(#127) Line exceeds 132 characters; contains 135 characters
(#146) Test method test_activity_links_class_param() is missing any coverage information, own or at class level
(#158) Line exceeds 132 characters; contains 135 characters
(#181) Test method test_activity_links_icon_param() is missing any coverage information, own or at class level
(#193) Line exceeds 132 characters; contains 133 characters
(#217) Test method test_activity_links_completion_param() is missing any coverage information, own or at class level
(#229) Line exceeds 132 characters; contains 133 characters
(#252) Test method test_activity_links_popup_param() is missing any coverage information, own or at class level
(#287) Test method test_teacher_param() is missing any coverage information, own or at class level
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) This comment is 61% valid code; is this commented out code?
(#289) No space found before comment text; expected "// teacher1" but found "//teacher1"
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) No space found before comment text; expected "// $teacher = $this->getDataGenerator()->create_and_enrol($this->course, 'teacher');//teacher2, order is asc" but found "//$teacher = $this->getDataGenerator()->create_and_enrol($this->course, 'teacher');//teacher2, order is asc"
(#296) Line exceeds 132 characters; contains 180 characters
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) This comment is 82% valid code; is this commented out code?
(#306) No space found before comment text; expected "// $this->assertEquals($teacher->lastname, $matches[1][2]);" but found "//$this->assertEquals($teacher->lastname, $matches[1][2]);"
(#309) Test method test_user_param() is missing any coverage information, own or at class level
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Test method test_course_param() is missing any coverage information, own or at class level
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
filter/recitactivity/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Line 2 of the opening comment must start "//".
(#8) Line 7 of the opening comment must start "//".
(#13) Line 12 of the opening comment must start "//".
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) File must end with a newline character
(#34) Expected 1 space before comment text but found 2; use block comment if you need indentation

Javascript coding style problems

(1021 errors, 3897 warnings)

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

filter/recitactivity/classes/qrcode/qrcode.js
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#14) Unexpected tab character. (no-tabs)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#15) Unexpected tab character. (no-tabs)
(#16) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#18) Unexpected tab character. (no-tabs)
(#19) Unexpected tab character. (no-tabs)
(#20) Unexpected tab character. (no-tabs)
(#21) Unexpected tab character. (no-tabs)
(#22) Unexpected tab character. (no-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Unexpected tab character. (no-tabs)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Unexpected tab character. (no-tabs)
(#26) Unexpected tab character. (no-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Unexpected tab character. (no-tabs)
(#30) Unexpected tab character. (no-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Unexpected use of '|'. (no-bitwise)
(#40) Unexpected use of '>>>'. (no-bitwise)
(#40) Unexpected use of '&'. (no-bitwise)
(#41) Unexpected tab character. (no-tabs)
(#41) Unexpected use of '|'. (no-bitwise)
(#41) Unexpected use of '>>>'. (no-bitwise)
(#41) Unexpected use of '&'. (no-bitwise)
(#42) Unexpected tab character. (no-tabs)
(#42) Unexpected use of '|'. (no-bitwise)
(#42) Unexpected use of '>>>'. (no-bitwise)
(#42) Unexpected use of '&'. (no-bitwise)
(#43) Unexpected tab character. (no-tabs)
(#43) Unexpected use of '|'. (no-bitwise)
(#43) Unexpected use of '&'. (no-bitwise)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#45) Unexpected use of '|'. (no-bitwise)
(#45) Unexpected use of '>>>'. (no-bitwise)
(#45) Unexpected use of '&'. (no-bitwise)
(#46) Unexpected tab character. (no-tabs)
(#46) Unexpected use of '|'. (no-bitwise)
(#46) Unexpected use of '>>>'. (no-bitwise)
(#46) Unexpected use of '&'. (no-bitwise)
(#47) Unexpected tab character. (no-tabs)
(#47) Unexpected use of '|'. (no-bitwise)
(#47) Unexpected use of '&'. (no-bitwise)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#49) Unexpected use of '|'. (no-bitwise)
(#49) Unexpected use of '>>>'. (no-bitwise)
(#49) Unexpected use of '&'. (no-bitwise)
(#50) Unexpected tab character. (no-tabs)
(#50) Unexpected use of '|'. (no-bitwise)
(#50) Unexpected use of '&'. (no-bitwise)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#62) Unexpected tab character. (no-tabs)
(#63) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#68) 'buffer' is defined but never used. (no-unused-vars)
(#69) Unexpected tab character. (no-tabs)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#87) This line has a length of 251. Maximum allowed is 132. (max-len)
(#87) Unexpected tab character. (no-tabs)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing space before value for key 'addData'. (key-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Operator '=' must be spaced. (space-infix-ops)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'isDark'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Operator '<' must be spaced. (space-infix-ops)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) Operator '<=' must be spaced. (space-infix-ops)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) Operator '<' must be spaced. (space-infix-ops)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) Operator '<=' must be spaced. (space-infix-ops)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Operator '+' must be spaced. (space-infix-ops)
(#87) Operator '+' must be spaced. (space-infix-ops)
(#87) Requires a space before '}'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) This line has a length of 428. Maximum allowed is 132. (max-len)
(#88) Unexpected tab character. (no-tabs)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'getModuleCount'. (key-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'make'. (key-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'makeImpl'. (key-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Operator '*' must be spaced. (space-infix-ops)
(#88) Operator '+' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Expected space(s) after "for". (keyword-spacing)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Operator '<' must be spaced. (space-infix-ops)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Requires a space after '{'. (block-spacing)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Operator '=' must be spaced. (space-infix-ops)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Requires a space before '}'. (block-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) This line has a length of 294. Maximum allowed is 132. (max-len)
(#89) Unexpected tab character. (no-tabs)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#89) A space is required after ','. (comma-spacing)
(#89) Operator '-' must be spaced. (space-infix-ops)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Expected space(s) after "if". (keyword-spacing)
(#89) Operator '>=' must be spaced. (space-infix-ops)
(#89) Requires a space after '{'. (block-spacing)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Requires a space before '}'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) Unexpected tab character. (no-tabs)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) Use '===' to compare with null. (no-eq-null)
(#90) Operator '==' must be spaced. (space-infix-ops)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) This line has a length of 606. Maximum allowed is 132. (max-len)
(#91) Unexpected tab character. (no-tabs)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'setupPositionProbePattern'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Expected { after 'if' condition. (curly)
(#91) Expected space(s) before "continue". (keyword-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Expected { after 'if' condition. (curly)
(#91) Expected space(s) before "continue". (keyword-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '==' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '==' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '==' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '==' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '<=' must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Expected space(s) before "else". (keyword-spacing)
(#91) Expected space(s) after "else". (keyword-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '+' must be spaced. (space-infix-ops)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'getBestMaskPattern'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Operator '==' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Operator '>' must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) This line has a length of 448. Maximum allowed is 132. (max-len)
(#92) Unexpected tab character. (no-tabs)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'createMovieClip'. (key-spacing)
(#92) Identifier 'target_mc' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Identifier 'instance_name' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Identifier 'target_mc' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected space(s) after "for". (keyword-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '<' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '*' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected space(s) after "for". (keyword-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '<' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Operator '*' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Expected space(s) after "if". (keyword-spacing)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) Operator '+' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) Operator '+' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator '+' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) A space is required after ','. (comma-spacing)
(#92) Operator '+' must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Identifier 'qr_mc' is not in camel case. (camelcase)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Requires a space before '}'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Unexpected tab character. (no-tabs)
(#93) Identifier 'qr_mc' is not in camel case. (camelcase)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing space before value for key 'setupTimingPattern'. (key-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected space(s) after "for". (keyword-spacing)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Operator '<' must be spaced. (space-infix-ops)
(#93) Operator '-' must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected space(s) after "if". (keyword-spacing)
(#93) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#93) Use '===' to compare with null. (no-eq-null)
(#93) Operator '!=' must be spaced. (space-infix-ops)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Requires a space before '}'. (block-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Unexpected tab character. (no-tabs)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Operator '%' must be spaced. (space-infix-ops)
(#94) Operator '==' must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Unexpected tab character. (no-tabs)
(#95) Expected space(s) after "for". (keyword-spacing)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Operator '<' must be spaced. (space-infix-ops)
(#95) Operator '-' must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Expected space(s) after "if". (keyword-spacing)
(#95) Use '===' to compare with null. (no-eq-null)
(#95) Operator '!=' must be spaced. (space-infix-ops)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#95) Requires a space before '}'. (block-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) This line has a length of 257. Maximum allowed is 132. (max-len)
(#96) Unexpected tab character. (no-tabs)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '%' must be spaced. (space-infix-ops)
(#96) Operator '==' must be spaced. (space-infix-ops)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'setupPositionAdjustPattern'. (key-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected space(s) after "for". (keyword-spacing)
(#96) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '<' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Expected space(s) after "for". (keyword-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '<' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Expected space(s) after "if". (keyword-spacing)
(#96) Use '===' to compare with null. (no-eq-null)
(#96) Operator '!=' must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Requires a space before '}'. (block-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) This line has a length of 369. Maximum allowed is 132. (max-len)
(#97) Unexpected tab character. (no-tabs)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '<=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Operator '<=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) after "if". (keyword-spacing)
(#97) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#97) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Operator '||' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'setupTypeNumber'. (key-spacing)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Expected space(s) after "for". (keyword-spacing)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Operator '<' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) 'mod' declared on line 98 column 28 is used outside of binding context. (block-scoped-var)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '&&' must be spaced. (space-infix-ops)
(#97) Unexpected use of '&'. (no-bitwise)
(#97) Unexpected use of '>>'. (no-bitwise)
(#97) Operator '>>' must be spaced. (space-infix-ops)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Operator '&' must be spaced. (space-infix-ops)
(#97) Operator '==' must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Operator '/' must be spaced. (space-infix-ops)
(#97) 'i' declared on line 98 column 10 is used outside of binding context. (block-scoped-var)
(#97) Operator '%' must be spaced. (space-infix-ops)
(#97) Operator '+' must be spaced. (space-infix-ops)
(#97) Operator '-' must be spaced. (space-infix-ops)
(#97) Operator '-' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#97) 'mod' declared on line 98 column 28 is used outside of binding context. (block-scoped-var)
(#97) Requires a space before '}'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) This line has a length of 427. Maximum allowed is 132. (max-len)
(#98) Unexpected tab character. (no-tabs)
(#98) Expected space(s) after "for". (keyword-spacing)
(#98) 'i' is already defined. (no-redeclare)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Operator '<' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) 'mod' is already defined. (no-redeclare)
(#98) 'mod' declared on line 97 column 276 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Unexpected use of '&'. (no-bitwise)
(#98) Unexpected use of '>>'. (no-bitwise)
(#98) Operator '>>' must be spaced. (space-infix-ops)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Operator '&' must be spaced. (space-infix-ops)
(#98) Operator '==' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Operator '%' must be spaced. (space-infix-ops)
(#98) Operator '+' must be spaced. (space-infix-ops)
(#98) Operator '-' must be spaced. (space-infix-ops)
(#98) Operator '-' must be spaced. (space-infix-ops)
(#98) 'i' declared on line 97 column 258 is used outside of binding context. (block-scoped-var)
(#98) Operator '/' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) 'mod' declared on line 97 column 276 is used outside of binding context. (block-scoped-var)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'setupTypeInfo'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Unexpected use of '|'. (no-bitwise)
(#98) Unexpected use of '<<'. (no-bitwise)
(#98) Operator '<<' must be spaced. (space-infix-ops)
(#98) Operator '|' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected space(s) after "for". (keyword-spacing)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '<' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) 'mod' declared on line 99 column 28 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) Operator '&&' must be spaced. (space-infix-ops)
(#98) Unexpected use of '&'. (no-bitwise)
(#98) Unexpected use of '>>'. (no-bitwise)
(#98) Operator '>>' must be spaced. (space-infix-ops)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '&' must be spaced. (space-infix-ops)
(#98) Operator '==' must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '<' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) 'mod' declared on line 99 column 28 is used outside of binding context. (block-scoped-var)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Expected space(s) before "else". (keyword-spacing)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '<' must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '+' must be spaced. (space-infix-ops)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) 'mod' declared on line 99 column 28 is used outside of binding context. (block-scoped-var)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Expected space(s) before "else". (keyword-spacing)
(#98) Expected space(s) after "else". (keyword-spacing)
(#98) Requires a space after '{'. (block-spacing)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) Operator '-' must be spaced. (space-infix-ops)
(#98) Operator '+' must be spaced. (space-infix-ops)
(#98) 'i' declared on line 99 column 10 is used outside of binding context. (block-scoped-var)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#98) 'mod' declared on line 99 column 28 is used outside of binding context. (block-scoped-var)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Requires a space before '}'. (block-spacing)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) This line has a length of 190. Maximum allowed is 132. (max-len)
(#99) Unexpected tab character. (no-tabs)
(#99) Expected space(s) after "for". (keyword-spacing)
(#99) 'i' is already defined. (no-redeclare)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '<' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) 'mod' is already defined. (no-redeclare)
(#99) 'mod' declared on line 98 column 274 is used outside of binding context. (block-scoped-var)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Operator '&&' must be spaced. (space-infix-ops)
(#99) Unexpected use of '&'. (no-bitwise)
(#99) Unexpected use of '>>'. (no-bitwise)
(#99) Operator '>>' must be spaced. (space-infix-ops)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '&' must be spaced. (space-infix-ops)
(#99) Operator '==' must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '<' must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) 'mod' declared on line 98 column 274 is used outside of binding context. (block-scoped-var)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Expected space(s) before "else". (keyword-spacing)
(#99) Expected space(s) after "if". (keyword-spacing)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '<' must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) Operator '+' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) 'mod' declared on line 98 column 274 is used outside of binding context. (block-scoped-var)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Expected space(s) before "else". (keyword-spacing)
(#99) Expected space(s) after "else". (keyword-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) 'i' declared on line 98 column 256 is used outside of binding context. (block-scoped-var)
(#99) Operator '-' must be spaced. (space-infix-ops)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) 'mod' declared on line 98 column 274 is used outside of binding context. (block-scoped-var)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Requires a space before '}'. (block-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) This line has a length of 368. Maximum allowed is 132. (max-len)
(#100) Unexpected tab character. (no-tabs)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) A space is required after ','. (comma-spacing)
(#100) Missing space before value for key 'mapData'. (key-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) This line has 13 statements. Maximum allowed is 2. (max-statements-per-line)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '>' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '-=' must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '==' must be spaced. (space-infix-ops)
(#100) Expected { after 'if' condition. (curly)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected space(s) after "while". (keyword-spacing)
(#100) Unexpected constant condition. (no-constant-condition)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Operator '<' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Use '===' to compare with null. (no-eq-null)
(#100) Operator '-' must be spaced. (space-infix-ops)
(#100) Operator '==' must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#100) Operator '<' must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Unexpected use of '&'. (no-bitwise)
(#100) Unexpected use of '>>>'. (no-bitwise)
(#100) Operator '>>>' must be spaced. (space-infix-ops)
(#100) Operator '&' must be spaced. (space-infix-ops)
(#100) Operator '==' must be spaced. (space-infix-ops)
(#100) Requires a space before '}'. (block-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Unexpected tab character. (no-tabs)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Operator '-' must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Requires a space before '}'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Unexpected tab character. (no-tabs)
(#102) Operator '-' must be spaced. (space-infix-ops)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#102) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#102) Operator '==' must be spaced. (space-infix-ops)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Operator '=' must be spaced. (space-infix-ops)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Requires a space before '}'. (block-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) This line has a length of 459. Maximum allowed is 132. (max-len)
(#103) Unexpected tab character. (no-tabs)
(#103) Operator '+=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected space(s) after "if". (keyword-spacing)
(#103) Operator '<' must be spaced. (space-infix-ops)
(#103) Operator '||' must be spaced. (space-infix-ops)
(#103) Operator '<=' must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#103) Operator '-=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected space(s) after "for". (keyword-spacing)
(#103) 'i' declared on line 104 column 31 is used outside of binding context. (block-scoped-var)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) 'i' declared on line 104 column 31 is used outside of binding context. (block-scoped-var)
(#103) Operator '<' must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) 'i' declared on line 104 column 31 is used outside of binding context. (block-scoped-var)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) 'i' declared on line 104 column 31 is used outside of binding context. (block-scoped-var)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Unexpected tab character. (no-tabs)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected space(s) after "for". (keyword-spacing)
(#104) 'i' is already defined. (no-redeclare)
(#104) 'i' declared on line 103 column 291 is used outside of binding context. (block-scoped-var)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) 'i' declared on line 103 column 291 is used outside of binding context. (block-scoped-var)
(#104) Operator '<' must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) 'i' declared on line 103 column 291 is used outside of binding context. (block-scoped-var)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#104) Operator '+=' must be spaced. (space-infix-ops)
(#104) 'i' declared on line 103 column 291 is used outside of binding context. (block-scoped-var)
(#104) Requires a space before '}'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Unexpected tab character. (no-tabs)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Operator '>' must be spaced. (space-infix-ops)
(#105) Operator '*' must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) Unexpected tab character. (no-tabs)
(#106) Operator '+' must be spaced. (space-infix-ops)
(#107) Unexpected tab character. (no-tabs)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#108) Unexpected tab character. (no-tabs)
(#108) Operator '+' must be spaced. (space-infix-ops)
(#108) Operator '*' must be spaced. (space-infix-ops)
(#109) Unexpected tab character. (no-tabs)
(#109) Operator '+' must be spaced. (space-infix-ops)
(#109) Requires a space before '}'. (block-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Unexpected tab character. (no-tabs)
(#110) Expected space(s) after "if". (keyword-spacing)
(#110) Operator '+' must be spaced. (space-infix-ops)
(#110) Operator '<=' must be spaced. (space-infix-ops)
(#110) Operator '*' must be spaced. (space-infix-ops)
(#110) Requires a space after '{'. (block-spacing)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space before '}'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Unexpected tab character. (no-tabs)
(#111) Expected space(s) after "while". (keyword-spacing)
(#111) Operator '%' must be spaced. (space-infix-ops)
(#111) Operator '!=' must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Requires a space before '}'. (block-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Unexpected tab character. (no-tabs)
(#112) Expected space(s) after "while". (keyword-spacing)
(#112) Unexpected constant condition. (no-constant-condition)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Operator '>=' must be spaced. (space-infix-ops)
(#112) Operator '*' must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#112) Requires a space before '}'. (block-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Unexpected tab character. (no-tabs)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '>=' must be spaced. (space-infix-ops)
(#113) Operator '*' must be spaced. (space-infix-ops)
(#113) Requires a space after '{'. (block-spacing)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#113) Requires a space before '}'. (block-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Unexpected tab character. (no-tabs)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space before '}'. (block-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) This line has a length of 527. Maximum allowed is 132. (max-len)
(#115) Unexpected tab character. (no-tabs)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "for". (keyword-spacing)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Operator '<' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Operator '-' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected space(s) after "for". (keyword-spacing)
(#115) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#115) Operator '<' must be spaced. (space-infix-ops)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#115) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#115) Unexpected use of '&'. (no-bitwise)
(#115) Operator '&' must be spaced. (space-infix-ops)
(#115) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#115) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#115) Operator '+' must be spaced. (space-infix-ops)
(#115) Requires a space before '}'. (block-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) This line has a length of 349. Maximum allowed is 132. (max-len)
(#116) Unexpected tab character. (no-tabs)
(#116) Operator '+=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#116) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '-' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#116) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '-' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "for". (keyword-spacing)
(#116) 'i' is already defined. (no-redeclare)
(#116) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#116) Operator '<' must be spaced. (space-infix-ops)
(#116) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#116) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#116) Requires a space after '{'. (block-spacing)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#116) Operator '+' must be spaced. (space-infix-ops)
(#116) Operator '-' must be spaced. (space-infix-ops)
(#116) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#116) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#116) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#116) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '>=' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) Requires a space before '}'. (block-spacing)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Unexpected tab character. (no-tabs)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected space(s) after "for". (keyword-spacing)
(#117) 'i' is already defined. (no-redeclare)
(#117) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#117) Operator '<' must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#117) Requires a space after '{'. (block-spacing)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#117) Operator '+=' must be spaced. (space-infix-ops)
(#117) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#117) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#117) Requires a space before '}'. (block-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) This line has a length of 169. Maximum allowed is 132. (max-len)
(#118) Unexpected tab character. (no-tabs)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Expected space(s) after "for". (keyword-spacing)
(#118) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#118) 'i' is already defined. (no-redeclare)
(#118) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#118) Operator '<' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Expected space(s) after "for". (keyword-spacing)
(#118) 'r' is already defined. (no-redeclare)
(#118) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#118) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#118) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#118) Operator '<' must be spaced. (space-infix-ops)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#118) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#118) Operator '<' must be spaced. (space-infix-ops)
(#118) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#118) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#118) Requires a space after '{'. (block-spacing)
(#118) Statement inside of curly braces should be on next line. (brace-style)
(#118) Missing space before opening brace. (space-before-blocks)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#118) 'r' declared on line 119 column 40 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#118) 'i' declared on line 119 column 10 is used outside of binding context. (block-scoped-var)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#118) Requires a space before '}'. (block-spacing)
(#118) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Unexpected tab character. (no-tabs)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) 'i' is already defined. (no-redeclare)
(#119) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#119) Operator '<' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) 'r' is already defined. (no-redeclare)
(#119) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#119) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#119) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#119) Operator '<' must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#119) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#119) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#119) Operator '<' must be spaced. (space-infix-ops)
(#119) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#119) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Operator '=' must be spaced. (space-infix-ops)
(#119) 'r' declared on line 115 column 233 is used outside of binding context. (block-scoped-var)
(#119) 'r' declared on line 118 column 87 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 115 column 454 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 116 column 214 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 117 column 31 is used outside of binding context. (block-scoped-var)
(#119) 'i' declared on line 118 column 57 is used outside of binding context. (block-scoped-var)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Requires a space before '}'. (block-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) This line has a length of 1264. Maximum allowed is 132. (max-len)
(#120) Unexpected tab character. (no-tabs)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'MODE_NUMBER'. (key-spacing)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'MODE_ALPHA_NUM'. (key-spacing)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'MODE_8BIT_BYTE'. (key-spacing)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'MODE_KANJI'. (key-spacing)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'L'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'M'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'Q'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'H'. (key-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'PATTERN000'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN001'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN010'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN011'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN100'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN101'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN110'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'PATTERN111'. (key-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Missing space before value for key 'PATTERN_POSITION_TABLE'. (key-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'G15'. (key-spacing)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'G18'. (key-spacing)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'G15_MASK'. (key-spacing)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '|'. (no-bitwise)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '|' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing space before value for key 'getBCHTypeInfo'. (key-spacing)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "while". (keyword-spacing)
(#120) Operator '-' must be spaced. (space-infix-ops)
(#120) Operator '>=' must be spaced. (space-infix-ops)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Unexpected use of '^='. (no-bitwise)
(#120) Operator '^=' must be spaced. (space-infix-ops)
(#120) Unexpected use of '<<'. (no-bitwise)
(#120) Operator '<<' must be spaced. (space-infix-ops)
(#120) Operator '-' must be spaced. (space-infix-ops)
(#120) Requires a space before '}'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) This line has a length of 226. Maximum allowed is 132. (max-len)
(#121) Unexpected tab character. (no-tabs)
(#121) Expected space(s) after "return". (keyword-spacing)
(#121) Unexpected use of '^'. (no-bitwise)
(#121) Unexpected use of '|'. (no-bitwise)
(#121) Unexpected use of '<<'. (no-bitwise)
(#121) Operator '<<' must be spaced. (space-infix-ops)
(#121) Operator '|' must be spaced. (space-infix-ops)
(#121) Operator '^' must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) A space is required after ','. (comma-spacing)
(#121) Missing space before value for key 'getBCHTypeNumber'. (key-spacing)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Unexpected use of '<<'. (no-bitwise)
(#121) Operator '<<' must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Expected space(s) after "while". (keyword-spacing)
(#121) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Operator '-' must be spaced. (space-infix-ops)
(#121) Operator '>=' must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Unexpected use of '^='. (no-bitwise)
(#121) Operator '^=' must be spaced. (space-infix-ops)
(#121) Unexpected use of '<<'. (no-bitwise)
(#121) Operator '<<' must be spaced. (space-infix-ops)
(#121) Operator '-' must be spaced. (space-infix-ops)
(#121) Requires a space before '}'. (block-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) Unexpected tab character. (no-tabs)
(#122) Expected space(s) after "return". (keyword-spacing)
(#122) Unexpected use of '|'. (no-bitwise)
(#122) Unexpected use of '<<'. (no-bitwise)
(#122) Operator '<<' must be spaced. (space-infix-ops)
(#122) Operator '|' must be spaced. (space-infix-ops)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'getBCHDigit'. (key-spacing)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected space(s) after "while". (keyword-spacing)
(#122) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#122) Operator '!=' must be spaced. (space-infix-ops)
(#122) Requires a space after '{'. (block-spacing)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Unexpected use of '>>>='. (no-bitwise)
(#122) Operator '>>>=' must be spaced. (space-infix-ops)
(#122) Requires a space before '}'. (block-spacing)
(#122) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) This line has a length of 832. Maximum allowed is 132. (max-len)
(#123) Unexpected tab character. (no-tabs)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'getPatternPosition'. (key-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '-' must be spaced. (space-infix-ops)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'getMask'. (key-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Expected space(s) after "switch". (keyword-spacing)
(#123) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '/' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '/' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "return". (keyword-spacing)
(#123) Operator '*' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '%' must be spaced. (space-infix-ops)
(#123) Operator '==' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '+' must be spaced. (space-infix-ops)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'getErrorCorrectPolynomial'. (key-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) after "for". (keyword-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Operator '<' must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) This line has a length of 996. Maximum allowed is 132. (max-len)
(#124) Unexpected tab character. (no-tabs)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getLengthInBits'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '<=' must be spaced. (space-infix-ops)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "switch". (keyword-spacing)
(#124) This line has 32 statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "switch". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "switch". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected space(s) after "else". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getLostPoint'. (key-spacing)
(#124) Method 'getLostPoint' has a complexity of 42. Maximum allowed is 20. (complexity)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "for". (keyword-spacing)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "for". (keyword-spacing)
(#124) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) A space is required after ','. (comma-spacing)
(#124) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "for". (keyword-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '<=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Operator '<' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Operator '<=' must be spaced. (space-infix-ops)
(#124) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#124) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#124) Operator '+' must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space before '}'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Unexpected tab character. (no-tabs)
(#125) Expected space(s) after "for". (keyword-spacing)
(#125) Operator '=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Operator '<=' must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Expected space(s) after "if". (keyword-spacing)
(#125) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#125) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Operator '<' must be spaced. (space-infix-ops)
(#125) Operator '||' must be spaced. (space-infix-ops)
(#125) Operator '<=' must be spaced. (space-infix-ops)
(#125) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#125) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#125) Operator '+' must be spaced. (space-infix-ops)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#125) Requires a space before '}'. (block-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Unexpected tab character. (no-tabs)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#126) Operator '==' must be spaced. (space-infix-ops)
(#126) Operator '&&' must be spaced. (space-infix-ops)
(#126) Operator '==' must be spaced. (space-infix-ops)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space before '}'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Unexpected tab character. (no-tabs)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#127) Operator '==' must be spaced. (space-infix-ops)
(#127) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#127) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#127) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#127) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) A space is required after ','. (comma-spacing)
(#127) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#127) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#127) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#127) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#127) Operator '+' must be spaced. (space-infix-ops)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Requires a space before '}'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Unexpected tab character. (no-tabs)
(#128) Expected space(s) after "if". (keyword-spacing)
(#128) Operator '>' must be spaced. (space-infix-ops)
(#128) Requires a space after '{'. (block-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Operator '+=' must be spaced. (space-infix-ops)
(#128) Operator '+' must be spaced. (space-infix-ops)
(#128) Operator '-' must be spaced. (space-infix-ops)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Requires a space before '}'. (block-spacing)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) This line has a length of 277. Maximum allowed is 132. (max-len)
(#129) Unexpected tab character. (no-tabs)
(#129) Expected space(s) after "for". (keyword-spacing)
(#129) 'row' is already defined. (no-redeclare)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) Operator '<' must be spaced. (space-infix-ops)
(#129) Operator '-' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Expected space(s) after "for". (keyword-spacing)
(#129) 'col' is already defined. (no-redeclare)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Operator '<' must be spaced. (space-infix-ops)
(#129) Operator '-' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) A space is required after ','. (comma-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Expected { after 'if' condition. (curly)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) Operator '+' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Expected { after 'if' condition. (curly)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) A space is required after ','. (comma-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Operator '+' must be spaced. (space-infix-ops)
(#129) Expected { after 'if' condition. (curly)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#129) Operator '+' must be spaced. (space-infix-ops)
(#129) A space is required after ','. (comma-spacing)
(#129) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#129) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#129) Operator '+' must be spaced. (space-infix-ops)
(#129) Expected { after 'if' condition. (curly)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Operator '==' must be spaced. (space-infix-ops)
(#129) Operator '||' must be spaced. (space-infix-ops)
(#129) Operator '==' must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Operator '+=' must be spaced. (space-infix-ops)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#129) Requires a space before '}'. (block-spacing)
(#129) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) This line has a length of 282. Maximum allowed is 132. (max-len)
(#130) Unexpected tab character. (no-tabs)
(#130) Expected space(s) after "for". (keyword-spacing)
(#130) 'row' is already defined. (no-redeclare)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) Operator '<' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected space(s) after "for". (keyword-spacing)
(#130) 'col' is already defined. (no-redeclare)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '=' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '<' must be spaced. (space-infix-ops)
(#130) Operator '-' must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Operator '&&' must be spaced. (space-infix-ops)
(#130) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#130) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#130) A space is required after ','. (comma-spacing)
(#130) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#130) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#130) Operator '+' must be spaced. (space-infix-ops)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Operator '+=' must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Requires a space before '}'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) This line has a length of 282. Maximum allowed is 132. (max-len)
(#131) Unexpected tab character. (no-tabs)
(#131) Expected space(s) after "for". (keyword-spacing)
(#131) 'col' is already defined. (no-redeclare)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '<' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected space(s) after "for". (keyword-spacing)
(#131) 'row' is already defined. (no-redeclare)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '<' must be spaced. (space-infix-ops)
(#131) Operator '-' must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected space(s) after "if". (keyword-spacing)
(#131) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Operator '&&' must be spaced. (space-infix-ops)
(#131) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#131) 'row' declared on line 132 column 63 is used outside of binding context. (block-scoped-var)
(#131) Operator '+' must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#131) 'col' declared on line 132 column 26 is used outside of binding context. (block-scoped-var)
(#131) Requires a space after '{'. (block-spacing)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Operator '+=' must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Requires a space before '}'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) This line has a length of 136. Maximum allowed is 132. (max-len)
(#132) Unexpected tab character. (no-tabs)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "for". (keyword-spacing)
(#132) 'col' is already defined. (no-redeclare)
(#132) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#132) Operator '<' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Expected space(s) after "for". (keyword-spacing)
(#132) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#132) 'row' is already defined. (no-redeclare)
(#132) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#132) Operator '<' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) 'row' declared on line 124 column 815 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 129 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 130 column 10 is used outside of binding context. (block-scoped-var)
(#132) 'row' declared on line 131 column 47 is used outside of binding context. (block-scoped-var)
(#132) A space is required after ','. (comma-spacing)
(#132) 'col' declared on line 124 column 852 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 129 column 49 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 130 column 47 is used outside of binding context. (block-scoped-var)
(#132) 'col' declared on line 131 column 10 is used outside of binding context. (block-scoped-var)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Requires a space before '}'. (block-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) This line has a length of 176. Maximum allowed is 132. (max-len)
(#133) Unexpected tab character. (no-tabs)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Operator '*' must be spaced. (space-infix-ops)
(#133) Operator '/' must be spaced. (space-infix-ops)
(#133) Operator '/' must be spaced. (space-infix-ops)
(#133) Operator '-' must be spaced. (space-infix-ops)
(#133) Operator '/' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '+=' must be spaced. (space-infix-ops)
(#133) Operator '*' must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) This line has 6 statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before value for key 'glog'. (key-spacing)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Operator '<' must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Operator '+' must be spaced. (space-infix-ops)
(#133) Operator '+' must be spaced. (space-infix-ops)
(#133) Requires a space before '}'. (block-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Unexpected tab character. (no-tabs)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) A space is required after ','. (comma-spacing)
(#134) Missing space before value for key 'gexp'. (key-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Expected space(s) after "while". (keyword-spacing)
(#134) Operator '<' must be spaced. (space-infix-ops)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#134) Operator '+=' must be spaced. (space-infix-ops)
(#134) Requires a space before '}'. (block-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Unexpected tab character. (no-tabs)
(#135) Expected space(s) after "while". (keyword-spacing)
(#135) Operator '>=' must be spaced. (space-infix-ops)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Operator '-=' must be spaced. (space-infix-ops)
(#135) Requires a space before '}'. (block-spacing)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Unexpected tab character. (no-tabs)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'EXP_TABLE'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'LOG_TABLE'. (key-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected space(s) after "for". (keyword-spacing)
(#136) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#136) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#136) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#136) Operator '<' must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#136) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#136) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#136) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#136) Unexpected use of '<<'. (no-bitwise)
(#136) Operator '<<' must be spaced. (space-infix-ops)
(#136) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#136) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#136) Requires a space before '}'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) This line has a length of 136. Maximum allowed is 132. (max-len)
(#137) Unexpected tab character. (no-tabs)
(#137) Expected space(s) after "for". (keyword-spacing)
(#137) 'i' is already defined. (no-redeclare)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '<' must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Unexpected use of '^'. (no-bitwise)
(#137) Unexpected use of '^'. (no-bitwise)
(#137) Unexpected use of '^'. (no-bitwise)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) Operator '^' must be spaced. (space-infix-ops)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) Operator '^' must be spaced. (space-infix-ops)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) Operator '^' must be spaced. (space-infix-ops)
(#137) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#137) 'i' declared on line 138 column 10 is used outside of binding context. (block-scoped-var)
(#137) Operator '-' must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Unexpected tab character. (no-tabs)
(#138) Expected space(s) after "for". (keyword-spacing)
(#138) 'i' is already defined. (no-redeclare)
(#138) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#138) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#138) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#138) Operator '<' must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#138) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#138) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#138) 'i' declared on line 136 column 90 is used outside of binding context. (block-scoped-var)
(#138) 'i' declared on line 137 column 10 is used outside of binding context. (block-scoped-var)
(#138) Requires a space before '}'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Unexpected tab character. (no-tabs)
(#139) A space is required after ','. (comma-spacing)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Expected space(s) after "if". (keyword-spacing)
(#139) Operator '==' must be spaced. (space-infix-ops)
(#139) Requires a space after '{'. (block-spacing)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#139) Operator '+' must be spaced. (space-infix-ops)
(#139) Operator '+' must be spaced. (space-infix-ops)
(#139) Requires a space before '}'. (block-spacing)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Unexpected tab character. (no-tabs)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "while". (keyword-spacing)
(#140) Operator '<' must be spaced. (space-infix-ops)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Operator '==' must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#140) Requires a space before '}'. (block-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Unexpected tab character. (no-tabs)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "for". (keyword-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Operator '<' must be spaced. (space-infix-ops)
(#141) Operator '-' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) This line has a length of 333. Maximum allowed is 132. (max-len)
(#142) Unexpected tab character. (no-tabs)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing space before value for key 'get'. (key-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'getLength'. (key-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before value for key 'multiply'. (key-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '-' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '<' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Expected space(s) after "for". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Operator '<' must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Unexpected use of '^='. (no-bitwise)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Operator '^=' must be spaced. (space-infix-ops)
(#142) Operator '+' must be spaced. (space-infix-ops)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Unexpected tab character. (no-tabs)
(#143) A space is required after ','. (comma-spacing)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'mod'. (key-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Expected space(s) after "if". (keyword-spacing)
(#143) Operator '-' must be spaced. (space-infix-ops)
(#143) Operator '<' must be spaced. (space-infix-ops)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#143) Requires a space before '}'. (block-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) This line has a length of 153. Maximum allowed is 132. (max-len)
(#144) Unexpected tab character. (no-tabs)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Operator '-' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected space(s) after "for". (keyword-spacing)
(#144) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#144) 'i' declared on line 145 column 10 is used outside of binding context. (block-scoped-var)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) 'i' declared on line 145 column 10 is used outside of binding context. (block-scoped-var)
(#144) Operator '<' must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) 'i' declared on line 145 column 10 is used outside of binding context. (block-scoped-var)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) 'i' declared on line 145 column 10 is used outside of binding context. (block-scoped-var)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) 'i' declared on line 145 column 10 is used outside of binding context. (block-scoped-var)
(#144) Requires a space before '}'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Unexpected tab character. (no-tabs)
(#145) Expected space(s) after "for". (keyword-spacing)
(#145) 'i' is already defined. (no-redeclare)
(#145) 'i' declared on line 144 column 103 is used outside of binding context. (block-scoped-var)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) 'i' declared on line 144 column 103 is used outside of binding context. (block-scoped-var)
(#145) Operator '<' must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) 'i' declared on line 144 column 103 is used outside of binding context. (block-scoped-var)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Unexpected use of '^='. (no-bitwise)
(#145) 'i' declared on line 144 column 103 is used outside of binding context. (block-scoped-var)
(#145) Operator '^=' must be spaced. (space-infix-ops)
(#145) 'i' declared on line 144 column 103 is used outside of binding context. (block-scoped-var)
(#145) Operator '+' must be spaced. (space-infix-ops)
(#145) Requires a space before '}'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) This line has a length of 139. Maximum allowed is 132. (max-len)
(#146) Unexpected tab character. (no-tabs)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#146) Requires a space before '}'. (block-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) This line has a length of 3132. Maximum allowed is 132. (max-len)
(#147) Unexpected tab character. (no-tabs)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Operator '==' must be spaced. (space-infix-ops)
(#147) Requires a space after '{'. (block-spacing)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Operator '+' must be spaced. (space-infix-ops)
(#147) Requires a space before '}'. (block-spacing)
(#147) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) This line has a length of 228. Maximum allowed is 132. (max-len)
(#148) Unexpected tab character. (no-tabs)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator '/' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected space(s) after "for". (keyword-spacing)
(#148) This line has 8 statements. Maximum allowed is 2. (max-statements-per-line)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '<' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator '*' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator '*' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Operator '*' must be spaced. (space-infix-ops)
(#148) Operator '+' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected space(s) after "for". (keyword-spacing)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Operator '<' must be spaced. (space-infix-ops)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) A space is required after ','. (comma-spacing)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Requires a space before '}'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) This line has a length of 506. Maximum allowed is 132. (max-len)
(#149) Unexpected tab character. (no-tabs)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Expected space(s) after "switch". (keyword-spacing)
(#149) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '-' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#149) Operator '+' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '-' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#149) Operator '+' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '-' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#149) Operator '+' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '-' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#149) Operator '+' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) This line has a length of 390. Maximum allowed is 132. (max-len)
(#150) Unexpected tab character. (no-tabs)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing space before value for key 'get'. (key-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '/' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "return". (keyword-spacing)
(#150) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#150) Unexpected use of '&'. (no-bitwise)
(#150) Unexpected use of '>>>'. (no-bitwise)
(#150) Operator '>>>' must be spaced. (space-infix-ops)
(#150) Operator '-' must be spaced. (space-infix-ops)
(#150) Operator '%' must be spaced. (space-infix-ops)
(#150) Operator '&' must be spaced. (space-infix-ops)
(#150) Operator '==' must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'put'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '<' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Unexpected use of '&'. (no-bitwise)
(#150) Unexpected use of '>>>'. (no-bitwise)
(#150) Operator '>>>' must be spaced. (space-infix-ops)
(#150) Operator '-' must be spaced. (space-infix-ops)
(#150) Operator '-' must be spaced. (space-infix-ops)
(#150) Operator '&' must be spaced. (space-infix-ops)
(#150) Operator '==' must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'getLengthInBits'. (key-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'putBit'. (key-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Operator '/' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '<=' must be spaced. (space-infix-ops)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Requires a space before '}'. (block-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Unexpected tab character. (no-tabs)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Unexpected use of '|='. (no-bitwise)
(#151) Operator '|=' must be spaced. (space-infix-ops)
(#151) Unexpected use of '>>>'. (no-bitwise)
(#151) Operator '>>>' must be spaced. (space-infix-ops)
(#151) Operator '%' must be spaced. (space-infix-ops)
(#151) Requires a space before '}'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) This line has a length of 788. Maximum allowed is 132. (max-len)
(#152) Unexpected tab character. (no-tabs)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#152) A space is required after ','. (comma-spacing)
(#153) Unexpected tab character. (no-tabs)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#157) Unexpected tab character. (no-tabs)
(#157) Trailing spaces not allowed. (no-trailing-spaces)
(#158) Unexpected tab character. (no-tabs)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#162) Unexpected tab character. (no-tabs)
(#162) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Unexpected tab character. (no-tabs)
(#163) Comments should not begin with a lowercase character. (capitalized-comments)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#166) Unexpected tab character. (no-tabs)
(#166) Trailing spaces not allowed. (no-trailing-spaces)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#171) Unexpected tab character. (no-tabs)
(#171) Trailing spaces not allowed. (no-trailing-spaces)
(#172) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#174) Trailing spaces not allowed. (no-trailing-spaces)
(#175) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#177) Unexpected space before function parentheses. (space-before-function-paren)
(#178) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#182) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#186) 'nWidth' is assigned a value but never used. (no-unused-vars)
(#187) Unexpected tab character. (no-tabs)
(#187) 'nHeight' is assigned a value but never used. (no-unused-vars)
(#189) Unexpected tab character. (no-tabs)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#193) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#194) Expected { after 'for-in'. (curly)
(#194) Expected { after 'if' condition. (curly)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#198) This line has a length of 164. Maximum allowed is 132. (max-len)
(#198) Unexpected tab character. (no-tabs)
(#198) There should be no space before ','. (comma-spacing)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#206) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#208) Unexpected tab character. (no-tabs)
(#209) Unexpected tab character. (no-tabs)
(#209) Missing semicolon. (semi)
(#210) Unexpected tab character. (no-tabs)
(#211) Unexpected tab character. (no-tabs)
(#212) Unexpected tab character. (no-tabs)
(#213) Unexpected tab character. (no-tabs)
(#214) Unexpected tab character. (no-tabs)
(#215) Unexpected tab character. (no-tabs)
(#215) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#217) Expected { after 'while' condition. (curly)
(#218) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#225) Do not nest ternary expressions. (no-nested-ternary)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#226) Unexpected tab character. (no-tabs)
(#226) Unexpected space before function parentheses. (space-before-function-paren)
(#227) Unexpected tab character. (no-tabs)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#230) Trailing spaces not allowed. (no-trailing-spaces)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#233) Trailing spaces not allowed. (no-trailing-spaces)
(#234) Unexpected tab character. (no-tabs)
(#235) Unexpected tab character. (no-tabs)
(#236) Unexpected tab character. (no-tabs)
(#236) Unexpected space before function parentheses. (space-before-function-paren)
(#239) Unexpected tab character. (no-tabs)
(#240) Unexpected tab character. (no-tabs)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#243) Unexpected tab character. (no-tabs)
(#243) Trailing spaces not allowed. (no-trailing-spaces)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#246) Unexpected tab character. (no-tabs)
(#246) Trailing spaces not allowed. (no-trailing-spaces)
(#247) Unexpected tab character. (no-tabs)
(#248) This line has a length of 251. Maximum allowed is 132. (max-len)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#250) Trailing spaces not allowed. (no-trailing-spaces)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#253) Trailing spaces not allowed. (no-trailing-spaces)
(#254) Unexpected tab character. (no-tabs)
(#255) Unexpected tab character. (no-tabs)
(#256) Unexpected tab character. (no-tabs)
(#256) Trailing spaces not allowed. (no-trailing-spaces)
(#257) Unexpected tab character. (no-tabs)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#261) Unexpected tab character. (no-tabs)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#262) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#263) Unexpected tab character. (no-tabs)
(#263) Trailing spaces not allowed. (no-trailing-spaces)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#266) Unexpected tab character. (no-tabs)
(#266) Trailing spaces not allowed. (no-trailing-spaces)
(#267) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#270) Unexpected space before function parentheses. (space-before-function-paren)
(#271) Unexpected tab character. (no-tabs)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#273) Trailing spaces not allowed. (no-trailing-spaces)
(#274) Unexpected tab character. (no-tabs)
(#275) Unexpected tab character. (no-tabs)
(#275) Unexpected space before function parentheses. (space-before-function-paren)
(#276) Unexpected tab character. (no-tabs)
(#277) Unexpected tab character. (no-tabs)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#279) Trailing spaces not allowed. (no-trailing-spaces)
(#280) Unexpected tab character. (no-tabs)
(#281) Unexpected tab character. (no-tabs)
(#281) Trailing spaces not allowed. (no-trailing-spaces)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#284) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#285) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#286) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#286) Trailing spaces not allowed. (no-trailing-spaces)
(#287) Unexpected tab character. (no-tabs)
(#287) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#287) Unexpected tab character. (no-tabs)
(#287) Unexpected space before function parentheses. (space-before-function-paren)
(#287) 'dh' is defined but never used. (no-unused-vars)
(#288) Unexpected tab character. (no-tabs)
(#288) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#288) Unexpected tab character. (no-tabs)
(#289) Unexpected tab character. (no-tabs)
(#289) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#290) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#290) Unexpected tab character. (no-tabs)
(#291) Unexpected tab character. (no-tabs)
(#291) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#291) Unexpected tab character. (no-tabs)
(#292) Unexpected tab character. (no-tabs)
(#292) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#293) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#294) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#295) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#296) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#297) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#298) Unexpected tab character. (no-tabs)
(#299) Unexpected tab character. (no-tabs)
(#299) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#299) Unexpected tab character. (no-tabs)
(#299) Trailing spaces not allowed. (no-trailing-spaces)
(#300) Unexpected tab character. (no-tabs)
(#300) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#302) Trailing spaces not allowed. (no-trailing-spaces)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#305) Unexpected tab character. (no-tabs)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Unexpected tab character. (no-tabs)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#309) Unexpected tab character. (no-tabs)
(#310) Unexpected tab character. (no-tabs)
(#322) Unnecessary '.call()'. (no-useless-call)
(#329) Unnecessary '.call()'. (no-useless-call)
(#336) This line has a length of 198. Maximum allowed is 132. (max-len)
(#336) Comments should not begin with a lowercase character. (capitalized-comments)
(#339) Unnecessary '.call()'. (no-useless-call)
(#341) Unnecessary '.call()'. (no-useless-call)
(#343) Unexpected tab character. (no-tabs)
(#343) Unnecessary semicolon. (no-extra-semi)
(#344) Unexpected tab character. (no-tabs)
(#344) Trailing spaces not allowed. (no-trailing-spaces)
(#345) Unexpected tab character. (no-tabs)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#347) Trailing spaces not allowed. (no-trailing-spaces)
(#348) Unexpected tab character. (no-tabs)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#350) Trailing spaces not allowed. (no-trailing-spaces)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#352) Unexpected space before function parentheses. (space-before-function-paren)
(#353) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#353) Unexpected tab character. (no-tabs)
(#354) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#354) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#355) Trailing spaces not allowed. (no-trailing-spaces)
(#356) Unexpected tab character. (no-tabs)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#361) Unexpected tab character. (no-tabs)
(#362) Unexpected tab character. (no-tabs)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#369) Unexpected tab character. (no-tabs)
(#370) Unexpected tab character. (no-tabs)
(#370) Trailing spaces not allowed. (no-trailing-spaces)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#374) Unexpected tab character. (no-tabs)
(#374) Trailing spaces not allowed. (no-trailing-spaces)
(#375) Unexpected tab character. (no-tabs)
(#376) Unexpected tab character. (no-tabs)
(#376) Unexpected space before function parentheses. (space-before-function-paren)
(#380) Trailing spaces not allowed. (no-trailing-spaces)
(#381) Unexpected tab character. (no-tabs)
(#382) Unexpected tab character. (no-tabs)
(#383) Unexpected tab character. (no-tabs)
(#384) Unexpected tab character. (no-tabs)
(#385) Unexpected tab character. (no-tabs)
(#387) Unexpected tab character. (no-tabs)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#389) Trailing spaces not allowed. (no-trailing-spaces)
(#390) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#393) Unexpected tab character. (no-tabs)
(#394) Unexpected tab character. (no-tabs)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#397) Trailing spaces not allowed. (no-trailing-spaces)
(#398) Unexpected tab character. (no-tabs)
(#399) Unexpected tab character. (no-tabs)
(#399) Trailing spaces not allowed. (no-trailing-spaces)
(#400) Unexpected tab character. (no-tabs)
(#401) Unexpected tab character. (no-tabs)
(#402) Unexpected tab character. (no-tabs)
(#403) Unexpected tab character. (no-tabs)
(#404) Unexpected tab character. (no-tabs)
(#405) Unexpected tab character. (no-tabs)
(#406) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#407) Trailing spaces not allowed. (no-trailing-spaces)
(#408) Unexpected tab character. (no-tabs)
(#409) Unexpected tab character. (no-tabs)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#413) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#415) Unexpected tab character. (no-tabs)
(#416) Unexpected tab character. (no-tabs)
(#416) Trailing spaces not allowed. (no-trailing-spaces)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#419) Trailing spaces not allowed. (no-trailing-spaces)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#422) Unexpected tab character. (no-tabs)
(#423) Unexpected tab character. (no-tabs)
(#423) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#427) Unexpected tab character. (no-tabs)
(#428) Unexpected tab character. (no-tabs)
(#428) Trailing spaces not allowed. (no-trailing-spaces)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#431) Unexpected tab character. (no-tabs)
(#431) Trailing spaces not allowed. (no-trailing-spaces)
(#432) Unexpected tab character. (no-tabs)
(#433) Unexpected tab character. (no-tabs)
(#434) Unexpected tab character. (no-tabs)
(#434) Unexpected space before function parentheses. (space-before-function-paren)
(#435) Unexpected tab character. (no-tabs)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#437) Trailing spaces not allowed. (no-trailing-spaces)
(#438) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#440) Unexpected tab character. (no-tabs)
(#441) Unexpected tab character. (no-tabs)
(#441) Unexpected space before function parentheses. (space-before-function-paren)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#445) Trailing spaces not allowed. (no-trailing-spaces)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#448) Unexpected tab character. (no-tabs)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#450) Unexpected space before function parentheses. (space-before-function-paren)
(#451) Unexpected tab character. (no-tabs)
(#452) Unexpected tab character. (no-tabs)
(#453) Unexpected tab character. (no-tabs)
(#454) Unexpected tab character. (no-tabs)
(#454) Trailing spaces not allowed. (no-trailing-spaces)
(#455) Unexpected tab character. (no-tabs)
(#456) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#457) Trailing spaces not allowed. (no-trailing-spaces)
(#458) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#460) Unexpected tab character. (no-tabs)
(#460) Trailing spaces not allowed. (no-trailing-spaces)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#463) Trailing spaces not allowed. (no-trailing-spaces)
(#464) Unexpected tab character. (no-tabs)
(#465) Unexpected tab character. (no-tabs)
(#466) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#469) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Unexpected tab character. (no-tabs)
(#471) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#472) Trailing spaces not allowed. (no-trailing-spaces)
(#473) Unexpected tab character. (no-tabs)
(#474) Unexpected tab character. (no-tabs)
(#475) Unexpected tab character. (no-tabs)
(#475) Trailing spaces not allowed. (no-trailing-spaces)
(#476) Unexpected tab character. (no-tabs)
(#477) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#479) Unexpected tab character. (no-tabs)
(#480) Unexpected tab character. (no-tabs)
(#481) Unexpected tab character. (no-tabs)
(#482) Unexpected tab character. (no-tabs)
(#483) Unexpected tab character. (no-tabs)
(#484) Unexpected tab character. (no-tabs)
(#485) Unexpected tab character. (no-tabs)
(#486) Unexpected tab character. (no-tabs)
(#487) Unexpected tab character. (no-tabs)
(#488) Unexpected tab character. (no-tabs)
(#489) Unexpected tab character. (no-tabs)
(#490) Unexpected tab character. (no-tabs)
(#490) Trailing spaces not allowed. (no-trailing-spaces)
(#491) Unexpected tab character. (no-tabs)
(#492) Unexpected tab character. (no-tabs)
(#493) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#495) Unexpected tab character. (no-tabs)
(#496) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#500) Unexpected tab character. (no-tabs)
(#501) Unexpected tab character. (no-tabs)
(#501) Trailing spaces not allowed. (no-trailing-spaces)
(#502) Unexpected tab character. (no-tabs)
(#503) Unexpected tab character. (no-tabs)
(#505) Unexpected tab character. (no-tabs)
(#506) Unexpected tab character. (no-tabs)
(#506) Unnecessary escape character: \%. (no-useless-escape)
(#507) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#509) Unexpected tab character. (no-tabs)
(#509) Trailing spaces not allowed. (no-trailing-spaces)
(#510) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#513) Trailing spaces not allowed. (no-trailing-spaces)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#516) Unexpected tab character. (no-tabs)
(#517) Unexpected tab character. (no-tabs)
(#518) Unexpected tab character. (no-tabs)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#521) Unexpected tab character. (no-tabs)
(#522) Unexpected tab character. (no-tabs)
(#522) Trailing spaces not allowed. (no-trailing-spaces)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#527) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#530) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#532) Unexpected tab character. (no-tabs)
(#533) Unexpected tab character. (no-tabs)
(#533) Trailing spaces not allowed. (no-trailing-spaces)
(#534) Unexpected tab character. (no-tabs)
(#535) Unexpected tab character. (no-tabs)
(#535) Unexpected space before function parentheses. (space-before-function-paren)
(#536) Unexpected tab character. (no-tabs)
(#537) Unexpected tab character. (no-tabs)
(#537) Extra space after key 'width'. (key-spacing)
(#537) Trailing spaces not allowed. (no-trailing-spaces)
(#538) Unexpected tab character. (no-tabs)
(#538) Extra space after key 'height'. (key-spacing)
(#539) Unexpected tab character. (no-tabs)
(#539) Extra space after key 'typeNumber'. (key-spacing)
(#540) Unexpected tab character. (no-tabs)
(#540) Extra space after key 'colorDark'. (key-spacing)
(#541) Unexpected tab character. (no-tabs)
(#541) Extra space after key 'colorLight'. (key-spacing)
(#542) Unexpected tab character. (no-tabs)
(#542) Extra space after key 'correctLevel'. (key-spacing)
(#543) Unexpected tab character. (no-tabs)
(#544) Unexpected tab character. (no-tabs)
(#544) Trailing spaces not allowed. (no-trailing-spaces)
(#545) Unexpected tab character. (no-tabs)
(#546) Unexpected tab character. (no-tabs)
(#546) Unexpected tab character. (no-tabs)
(#547) Unexpected tab character. (no-tabs)
(#547) Extra space after key 'text'. (key-spacing)
(#548) Unexpected tab character. (no-tabs)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#550) Trailing spaces not allowed. (no-trailing-spaces)
(#551) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#555) Unexpected tab character. (no-tabs)
(#556) Unexpected tab character. (no-tabs)
(#557) Unexpected tab character. (no-tabs)
(#557) Trailing spaces not allowed. (no-trailing-spaces)
(#558) Unexpected tab character. (no-tabs)
(#559) Unexpected tab character. (no-tabs)
(#560) Unexpected tab character. (no-tabs)
(#562) Unexpected tab character. (no-tabs)
(#563) Unexpected tab character. (no-tabs)
(#564) Unexpected tab character. (no-tabs)
(#565) Unexpected tab character. (no-tabs)
(#565) Trailing spaces not allowed. (no-trailing-spaces)
(#566) Unexpected tab character. (no-tabs)
(#567) Unexpected tab character. (no-tabs)
(#568) Unexpected tab character. (no-tabs)
(#569) Unexpected tab character. (no-tabs)
(#570) Unexpected tab character. (no-tabs)
(#570) Trailing spaces not allowed. (no-trailing-spaces)
(#571) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#572) Unexpected tab character. (no-tabs)
(#572) Trailing spaces not allowed. (no-trailing-spaces)
(#573) Unexpected tab character. (no-tabs)
(#574) Unexpected tab character. (no-tabs)
(#575) Unexpected tab character. (no-tabs)
(#575) Trailing spaces not allowed. (no-trailing-spaces)
(#576) Unexpected tab character. (no-tabs)
(#577) Unexpected tab character. (no-tabs)
(#578) Unexpected tab character. (no-tabs)
(#578) Trailing spaces not allowed. (no-trailing-spaces)
(#579) Unexpected tab character. (no-tabs)
(#580) Unexpected tab character. (no-tabs)
(#581) Unexpected tab character. (no-tabs)
(#581) Unexpected space before function parentheses. (space-before-function-paren)
(#582) Unexpected tab character. (no-tabs)
(#583) Unexpected tab character. (no-tabs)
(#584) Unexpected tab character. (no-tabs)
(#585) Unexpected tab character. (no-tabs)
(#586) Unexpected tab character. (no-tabs)
(#586) Unexpected tab character. (no-tabs)
(#586) Trailing spaces not allowed. (no-trailing-spaces)
(#587) Unexpected tab character. (no-tabs)
(#588) Unexpected tab character. (no-tabs)
(#589) Unexpected tab character. (no-tabs)
(#589) Trailing spaces not allowed. (no-trailing-spaces)
(#590) Unexpected tab character. (no-tabs)
(#591) Unexpected tab character. (no-tabs)
(#592) Unexpected tab character. (no-tabs)
(#593) Unexpected tab character. (no-tabs)
(#594) Unexpected tab character. (no-tabs)
(#594) Trailing spaces not allowed. (no-trailing-spaces)
(#595) Unexpected tab character. (no-tabs)
(#596) Unexpected tab character. (no-tabs)
(#597) Unexpected tab character. (no-tabs)
(#597) Unexpected space before function parentheses. (space-before-function-paren)
(#598) Unexpected tab character. (no-tabs)
(#599) Unexpected tab character. (no-tabs)
(#600) Unexpected tab character. (no-tabs)
(#601) Unexpected tab character. (no-tabs)
(#602) Unexpected tab character. (no-tabs)
(#602) Trailing spaces not allowed. (no-trailing-spaces)
(#603) Unexpected tab character. (no-tabs)
(#604) Unexpected tab character. (no-tabs)
(#605) Unexpected tab character. (no-tabs)
(#606) Unexpected tab character. (no-tabs)
(#606) Unexpected space before function parentheses. (space-before-function-paren)
(#607) Unexpected tab character. (no-tabs)
(#608) Unexpected tab character. (no-tabs)
(#609) Unexpected tab character. (no-tabs)
(#609) Trailing spaces not allowed. (no-trailing-spaces)
(#610) Unexpected tab character. (no-tabs)
(#611) Unexpected tab character. (no-tabs)
(#612) Unexpected tab character. (no-tabs)
(#613) Unexpected tab character. (no-tabs)
filter/recitactivity/filter.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected space(s) after "if". (keyword-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) '$' is not defined. (no-undef)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) '$' is not defined. (no-undef)
(#80) '$' is not defined. (no-undef)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) '$' is not defined. (no-undef)
(#81) Unexpected space before function parentheses. (space-before-function-paren)
(#81) 'e' is defined but never used. (no-unused-vars)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Missing semicolon. (semi)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Missing semicolon. (semi)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) '$' is not defined. (no-undef)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Missing semicolon. (semi)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) This line has a length of 135. Maximum allowed is 132. (max-len)
(#105) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) This line has a length of 133. Maximum allowed is 132. (max-len)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected space(s) after "else". (keyword-spacing)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Comments should not begin with a lowercase character. (capitalized-comments)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Trailing spaces not allowed. (no-trailing-spaces)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Trailing spaces not allowed. (no-trailing-spaces)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Missing semicolon. (semi)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Missing semicolon. (semi)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Trailing spaces not allowed. (no-trailing-spaces)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Trailing spaces not allowed. (no-trailing-spaces)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Trailing spaces not allowed. (no-trailing-spaces)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Trailing spaces not allowed. (no-trailing-spaces)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Missing semicolon. (semi)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Trailing spaces not allowed. (no-trailing-spaces)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected space(s) after "for". (keyword-spacing)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) 'QRCode' is not defined. (no-undef)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected space(s) after "else". (keyword-spacing)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) 'QRCode' is not defined. (no-undef)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Missing semicolon. (semi)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected space(s) after "if". (keyword-spacing)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected space(s) after "for". (keyword-spacing)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Unexpected console statement. (no-console)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected space(s) after "else". (keyword-spacing)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Comments should not begin with a lowercase character. (capitalized-comments)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Missing semicolon. (semi)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Missing semicolon. (semi)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Missing space before opening brace. (space-before-blocks)
(#174) Trailing spaces not allowed. (no-trailing-spaces)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(18 errors, 1 warnings)

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

filter/recitactivity/styles.css
(#18) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#29) Expected newline after "{" (block-opening-brace-newline-after)
(#29) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected single space before "{" (block-opening-brace-space-before)
(#4) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#22) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#23) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#31) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5) Unexpected !important (declaration-no-important)
(#22) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#35) Unexpected unit (length-zero-no-unit)
(#18) Unexpected whitespace at end of line (no-eol-whitespace)
(#22) Unexpected whitespace at end of line (no-eol-whitespace)
(#23) Unexpected whitespace at end of line (no-eol-whitespace)
(#25) Unexpected whitespace at end of line (no-eol-whitespace)
(#29) Unexpected whitespace at end of line (no-eol-whitespace)
(#36) Unexpected whitespace at end of line (no-eol-whitespace)

PHPDocs style problems

(2 errors, 0 warnings)

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

filter/recitactivity/filter.php
(#125) Phpdocs for function filter_recitactivity::getSectionByName has incomplete parameters list
(#343) Phpdocs for function filter_recitactivity::get_course_activity has incomplete parameters list

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

(1 errors, 1 warnings)

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

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

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]


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]