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

(467 errors, 112 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 "//".
(#45) Whitespace found at end of line
(#46) Short array syntax must be used to define arrays
(#49) Variable "allTeachers" must be all lower-case
(#49) Line exceeds 132 characters; contains 148 characters
(#50) Variable "allTeachers" must be all lower-case
(#50) Variable "allTeachers" must be all lower-case
(#51) Whitespace found at end of line
(#52) Expected "if (...) {\n"; found "if (...){\n"
(#54) Whitespace found at end of line
(#55) Expected "if (...) {\n"; found "if (...){\n"
(#59) Line exceeds 132 characters; contains 156 characters
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#66) Whitespace found at end of line
(#67) Variable "allTeachers" must be all lower-case
(#78) Whitespace found at end of line within string
(#79) Whitespace found at end of line within string
(#84) Short array syntax must be used to define arrays
(#85) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#99) Expected 1 space before opening brace; found 0
(#106) Public method name "filter_recitactivity_dao_factory::getInstance" must be in lower-case letters only
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 8 spaces, found 2
(#107) Expected "if (...) {\n"; found "if(...) {\n"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Closing brace indented incorrectly; expected 2 spaces, found 8
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#112) Closing brace indented incorrectly; expected 4 spaces, found 1
(#113) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 4 spaces, found 1
(#117) Public method name "filter_recitactivity_dao_factory::getDAO" must be in lower-case letters only
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
filter/recitactivity/classes/hook_callbacks.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) No one-line description found in phpdocs for docblock of function before_standard_top_of_body_html_generation
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/classes/text_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 "//".
(#44) Line exceeds 132 characters; contains 134 characters
(#46) Expected 1 space before opening brace; found 0
(#48) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#61) Expected "bool" but found "boolean" for @var tag in member variable comment
(#62) Member variable "is_teacher" must not contain underscores.
(#66) Member variable "DEFAULT_TARGET" must be all lower-case
(#66) Member variable "DEFAULT_TARGET" must not contain underscores.
(#69) Expected "bool" but found "boolean" for @var tag in member variable comment
(#72) Missing docblock for constant text_filter::NO_COMPLETION
(#73) Missing docblock for constant text_filter::COMPLETION_NOT_COMPLETED
(#74) Missing docblock for constant text_filter::COMPLETION_COMPLETED
(#83) Whitespace found at end of line
(#87) Expected "if (...) {\n"; found "if (...){\n"
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Expected "if (...) {\n"; found "if(...){\n"
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#120) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#121) Expected "if (...) {\n"; found "if (...){\n"
(#123) Whitespace found at end of line
(#125) Whitespace found at end of line
(#134) Protected method name "text_filter::getSectionByName" must be in lower-case letters only
(#134) Expected 1 space before opening brace; found 0
(#136) Whitespace found at end of line
(#138) Line exceeds 132 characters; contains 147 characters
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Whitespace found at end of line
(#150) Expected "if (...) {\n"; found "if(...){\n"
(#157) Missing docblock for function load_data
(#157) Expected 1 space before opening brace; found 0
(#158) Expected "if (...) {\n"; found "if(...){\n"
(#165) Whitespace found at end of line
(#176) Short array syntax must be used to define arrays
(#185) Variable "avoidModules" must be all lower-case
(#185) Short array syntax must be used to define arrays
(#188) Variable "avoidModules" must be all lower-case
(#200) Whitespace found at end of line
(#202) Variable "cmData" must be all lower-case
(#203) Variable "cmData" must be all lower-case
(#204) Variable "cmData" must be all lower-case
(#205) Variable "cmData" must be all lower-case
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Variable "cmData" must be all lower-case
(#209) Variable "cmData" must be all lower-case
(#210) Variable "cmData" must be all lower-case
(#211) Variable "cmData" must be all lower-case
(#212) Variable "cmData" must be all lower-case
(#213) Variable "cmData" must be all lower-case
(#214) Variable "cmData" must be all lower-case
(#215) Variable "cmData" must be all lower-case
(#215) Whitespace found at end of line
(#218) Variable "cmData" must be all lower-case
(#221) Variable "cmData" must be all lower-case
(#223) Variable "cmData" must be all lower-case
(#226) Variable "cmData" must be all lower-case
(#230) Missing docblock for function setStats
(#230) Protected method name "text_filter::setStats" must be in lower-case letters only
(#230) Expected 1 space before opening brace; found 0
(#232) Short array syntax must be used to define arrays
(#237) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#240) Expected "if (...) {\n"; found "if(...){\n"
(#244) Expected "if (...) {\n"; found "if(...){\n"
(#253) Expected "if (...) {\n"; found "if(...){\n"
(#260) Missing docblock for function getCmData
(#260) Protected method name "text_filter::getCmData" must be in lower-case letters only
(#260) Expected 1 space before opening brace; found 0
(#261) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#269) Whitespace found at end of line
(#270) Missing docblock for function get_autolink
(#270) Short array syntax must be used to define arrays
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) This comment is 71% valid code; is this commented out code?
(#272) 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) {"
(#278) 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!"
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) This comment is 84% valid code; is this commented out code?
(#279) No space found before comment text; expected "// $mod->get_formatted_name();" but found "//$mod->get_formatted_name();"
(#280) Whitespace found at end of line
(#282) Expected "if (...) {\n"; found "if (...){\n"
(#284) Whitespace found at end of line
(#287) Expected "if (...) {\n"; found "if (...){\n"
(#289) Whitespace found at end of line
(#291) Expected "if (...) {\n"; found "if (...){\n"
(#292) Whitespace found at end of line
(#293) Whitespace found at end of line
(#296) Expected "if (...) {\n"; found "if(...){\n"
(#297) Short array syntax must be used to define arrays
(#297) Line exceeds 132 characters; contains 156 characters
(#297) Whitespace found at end of line
(#300) Whitespace found at end of line
(#304) Short array syntax must be used to define arrays
(#306) Variable "messageRestricted" must be all lower-case
(#307) Expected "if (...) {\n"; found "if (...){\n"
(#308) Variable "messageRestricted" must be all lower-case
(#308) Line exceeds 132 characters; contains 149 characters
(#310) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#311) Variable "messageRestricted" must be all lower-case
(#313) Whitespace found at end of line
(#314) Variable "messageRestricted" must be all lower-case
(#315) Variable "messageRestricted" must be all lower-case
(#315) Line exceeds maximum limit of 180 characters; contains 269 characters
(#320) Expected "} else {\n"; found "}\n else{\n"
(#321) Expected "if (...) {\n"; found "if (...){\n"
(#324) Whitespace found at end of line
(#325) Expected "if (...) {\n"; found "if (...){\n"
(#329) Short array syntax must be used to define arrays
(#335) Expected "if (...) {\n"; found "if (...){\n"
(#339) Variable "activityName" must be all lower-case
(#339) Short array syntax must be used to define arrays
(#341) Variable "activityName" must be all lower-case
(#353) Short array syntax must be used to define arrays
(#354) Variable "cmData" must be all lower-case
(#356) Expected "if (...) {\n"; found "if(...){\n"
(#356) Variable "cmData" must be all lower-case
(#361) Variable "cmData" must be all lower-case
(#361) Whitespace found at end of line
(#366) Expected "if (...) {\n"; found "if(...){\n"
(#371) Whitespace found at end of line
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) This comment is 72% valid code; is this commented out code?
(#372) No space found before comment text; expected "// $currentname = trim($cm->__get('name'));" but found "//$currentname = trim($cm->__get('name'));"
(#375) Whitespace found at end of line
(#376) Whitespace found at end of line
(#390) Short array syntax must be used to define arrays
(#397) Logical operator "or" is prohibited; use "||" instead
(#397) Logical operator "or" is prohibited; use "||" instead
(#401) Short array syntax must be used to define arrays
(#404) Expected "if (...) {\n"; found "if(...){\n"
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#413) Expected "if (...) {\n"; found "if(...){\n"
(#421) Short array syntax must be used to define arrays
(#422) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#431) Whitespace found at end of line
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Expected "if (...) {\n"; found "if(...){\n"
(#439) Whitespace found at end of line
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Expected "if (...) {\n"; found "if(...){\n"
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Expected "if (...) {\n"; found "if (...){\n"
(#454) Expected "if (...) {\n"; found "if (...){\n"
(#459) Whitespace found at end of line
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Expected "if (...) {\n"; found "if(...){\n"
(#465) Whitespace found at end of line
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) Variable "optionRoles" must be all lower-case
(#467) Whitespace found at end of line
(#468) Whitespace found at end of line
(#469) Expected "if (...) {\n"; found "if(...){\n"
(#469) Variable "optionRoles" must be all lower-case
(#470) Variable "optionRoles" must be all lower-case
(#470) Variable "optionRoles" must be all lower-case
(#470) Variable "optionRoles" must be all lower-case
(#471) Variable "optionRoles" must be all lower-case
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#481) Expected "if (...) {\n"; found "if (...){\n"
(#488) Whitespace found at end of line
(#525) Whitespace found at end of line
(#526) Whitespace found at end of line
(#528) Whitespace found at end of line
(#529) Whitespace found at end of line
(#531) Whitespace found at end of line
(#533) Whitespace found at end of line
(#541) Missing docblock for function validateUserRoles
(#541) Protected method name "text_filter::validateUserRoles" must be in lower-case letters only
(#541) Expected 1 space before opening brace; found 0
(#545) Whitespace found at end of line
(#546) Variable "userRoles" must be all lower-case
(#548) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#548) Variable "userRoles" must be all lower-case
(#549) Expected "if (...) {\n"; found "if(...){\n"
(#582) Public method name "text_filter::getCmCompletion" must be in lower-case letters only
(#589) Whitespace found at end of line
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Expected "} else if (...) {\n"; found "}\n else if (...) { // Check course completion\n"
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#599) Whitespace found at end of line
(#600) Whitespace found at end of line
(#627) Whitespace found at end of line
(#631) Missing docblock for function getCmCompletionCheckbox
(#631) Protected method name "text_filter::getCmCompletionCheckbox" must be in lower-case letters only
(#631) Expected 1 space before opening brace; found 0
(#639) Variable "cmCompletion" must be all lower-case
(#640) Expected "if (...) {\n"; found "if(...){\n"
(#640) Variable "cmCompletion" must be all lower-case
(#641) Variable "cmCompletion" must be all lower-case
(#653) Protected method name "text_filter::renderPixIcon" must be in lower-case letters only
(#658) Short array syntax must be used to define arrays
(#659) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#666) Missing docblock for function shouldHideIntCode
(#666) Protected method name "text_filter::shouldHideIntCode" must be in lower-case letters only
(#666) Expected 1 space before opening brace; found 0
(#667) Expected "if (...) {\n"; found "if(...){\n"
(#675) Missing docblock for function filterOptionLink
(#675) Protected method name "text_filter::filterOptionLink" must be in lower-case letters only
(#675) Expected 1 space before opening brace; found 0
(#678) Expected "if (...) {\n"; found "if(...){\n"
(#684) Missing docblock for function filterOptionSectionLink
(#684) Protected method name "text_filter::filterOptionSectionLink" must be in lower-case letters only
(#684) Expected 1 space before opening brace; found 0
(#689) Expected "if (...) {\n"; found "if(...){\n"
(#693) Expected 1 space after "?"; 2 found
(#693) Line exceeds 132 characters; contains 138 characters
(#708) Whitespace found at end of line
(#711) Variable "availableInfo" must be all lower-case
(#713) Variable "courseFormat" must be all lower-case
(#714) Variable "courseFormat" must be all lower-case
(#715) Variable "infoMsg" must be all lower-case
(#716) Variable "infoMsg" must be all lower-case
(#716) Variable "infoMsg" must be all lower-case
(#717) Whitespace found at end of line
(#718) Variable "availableInfo" must be all lower-case
(#718) Variable "infoMsg" must be all lower-case
(#718) Line exceeds maximum limit of 180 characters; contains 264 characters
(#719) Variable "availableInfo" must be all lower-case
(#720) Variable "availableInfo" must be all lower-case
(#723) Whitespace found at end of line
(#724) Short array syntax must be used to define arrays
(#724) Line exceeds maximum limit of 180 characters; contains 213 characters
(#726) Short array syntax must be used to define arrays
(#727) Whitespace found at end of line
(#729) Whitespace found at end of line
(#733) Missing docblock for function filterOptionH5P
(#733) Protected method name "text_filter::filterOptionH5P" must be in lower-case letters only
(#733) Expected 1 space before opening brace; found 0
(#745) Line exceeds 132 characters; contains 145 characters
(#751) Missing docblock for function filterOptionUserData
(#751) Protected method name "text_filter::filterOptionUserData" must be in lower-case letters only
(#751) Expected 1 space before opening brace; found 0
(#761) Short array syntax must be used to define arrays
(#768) Expected "if (...) {\n"; found "if (...){ \n"
(#768) Whitespace found at end of line
(#769) Line exceeds 132 characters; contains 177 characters
(#769) Whitespace found at end of line within string
(#770) Commas (,) must be followed by white space.
(#770) Line exceeds maximum limit of 180 characters; contains 222 characters
(#781) Short array syntax must be used to define arrays
(#789) Missing docblock for function filterOptionFeedback
(#789) Protected method name "text_filter::filterOptionFeedback" must be in lower-case letters only
(#789) Expected 1 space before opening brace; found 0
(#789) Whitespace found at end of line
(#790) Variable "cmData" must be all lower-case
(#792) Expected "if (...) {\n"; found "if(...){\n"
(#792) Variable "cmData" must be all lower-case
(#796) Variable "cmCompletion" must be all lower-case
(#796) Variable "cmData" must be all lower-case
(#796) Variable "cmData" must be all lower-case
(#798) Inline comments must start with a capital letter, digit or 3-dots sequence
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#799) Expected "if (...) {\n"; found "if(...){\n"
(#799) Variable "cmCompletion" must be all lower-case
(#804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#804) Inline comments must end in full-stops, exclamation marks, or question marks
(#805) Expected "if (...) {\n"; found "if(...){ \n"
(#805) Variable "cmData" must be all lower-case
(#805) Whitespace found at end of line
(#810) Variable "pageContent" must be all lower-case
(#810) Variable "cmData" must be all lower-case
(#812) Variable "dismissButton" must be all lower-case
(#813) Variable "closeButton" must be all lower-case
(#815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#815) Inline comments must end in full-stops, exclamation marks, or question marks
(#816) Expected "if (...) {\n"; found "if(...){\n"
(#816) Variable "cmCompletion" must be all lower-case
(#817) Variable "dismissButton" must be all lower-case
(#817) Line exceeds 132 characters; contains 170 characters
(#817) Whitespace found at end of line within string
(#818) Variable "cmData" must be all lower-case
(#818) Whitespace found at end of line within string
(#819) Commas (,) must be followed by white space.
(#819) Commas (,) must be followed by white space.
(#819) Commas (,) must be followed by white space.
(#819) Line exceeds maximum limit of 180 characters; contains 196 characters
(#822) Expected "if (...) {\n"; found "if (...){\n"
(#823) Variable "closeButton" must be all lower-case
(#823) Commas (,) must be followed by white space.
(#823) Line exceeds 132 characters; contains 165 characters
(#825) Variable "pageContent" must be all lower-case
(#825) Variable "closeButton" must be all lower-case
(#825) Variable "dismissButton" must be all lower-case
(#825) Line exceeds maximum limit of 180 characters; contains 185 characters
(#827) Expected "} else {\n"; found "}\n else{ \n"
(#827) Whitespace found at end of line
(#828) Variable "cssClasses" must be all lower-case
(#829) Variable "cssClasses" must be all lower-case
(#829) Variable "pageContent" must be all lower-case
(#829) Variable "dismissButton" must be all lower-case
(#834) Missing docblock for function filterOptionSectionProgressBar
(#834) Protected method name "text_filter::filterOptionSectionProgressBar" must be in lower-case letters only
(#834) Expected 1 space before opening brace; found 0
(#837) Expected "if (...) {\n"; found "if(...){\n"
(#842) Expected "if (...) {\n"; found "if(...){\n"
(#847) Variable "sectionPct" must be all lower-case
(#847) Line exceeds 132 characters; contains 135 characters
(#849) Variable "cssClasses" must be all lower-case
(#850) Whitespace found at end of line
(#851) Variable "cssClasses" must be all lower-case
(#851) Whitespace found at end of line within string
(#852) Whitespace found at end of line within string
(#853) Line exceeds 132 characters; contains 142 characters
(#853) Variable "sectionPct" must be all lower-case
(#853) Variable "sectionPct" must be all lower-case
(#853) Whitespace found at end of line within string
(#854) Variable "sectionPct" must be all lower-case
(#854) Whitespace found at end of line within string
(#855) Whitespace found at end of line within string
(#861) Missing docblock for function filterOptionCourseProgressBar
(#861) Protected method name "text_filter::filterOptionCourseProgressBar" must be in lower-case letters only
(#861) Expected 1 space before opening brace; found 0
(#862) Expected "if (...) {\n"; found "if(...){\n"
(#865) Whitespace found at end of line
(#867) Commas (,) must be followed by white space.
(#869) Variable "cssClasses" must be all lower-case
(#870) Whitespace found at end of line
(#871) Variable "cssClasses" must be all lower-case
(#871) Whitespace found at end of line within string
(#872) Whitespace found at end of line within string
(#873) Whitespace found at end of line within string
(#874) Whitespace found at end of line within string
(#875) Whitespace found at end of line within string
(#881) Missing docblock for function filterOptionQRCode
(#881) Protected method name "text_filter::filterOptionQRCode" must be in lower-case letters only
(#881) Expected 1 space before opening brace; found 0
(#884) Expected "if (...) {\n"; found "if(...){\n"
(#885) Variable "attrWidth" must be all lower-case
(#886) Variable "attrWidth" must be all lower-case
(#892) Missing docblock for function getModulePageContent
(#892) Protected method name "text_filter::getModulePageContent" must be in lower-case letters only
(#892) Variable "cmInfo" must be all lower-case
(#892) Expected 1 space before opening brace; found 0
(#895) Variable "cmInfo" must be all lower-case
(#899) Short array syntax must be used to define arrays
(#899) Expected 1 space before "=>"; 0 found
(#899) Expected 1 space after "=>"; 0 found
(#901) Whitespace found at end of line
(#902) Line exceeds 132 characters; contains 136 characters
(#903) Whitespace found at end of line
(#910) Missing docblock for function isCmAvailable
(#910) Protected method name "text_filter::isCmAvailable" must be in lower-case letters only
(#910) Variable "cmInfo" must be all lower-case
(#910) Expected 1 space before opening brace; found 0
(#913) Variable "cmInfo" must be all lower-case
(#918) File must end with a newline character
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 "//".
(#35) There should be a comma after the last array item in a multi-line array.
filter/recitactivity/db/hooks.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 "//".
(#32) There should be a comma after the last array item in a multi-line array.
(#32) Whitespace found at end of line
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/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 "//".
(#27) Unexpected string end, it should be a line feed after a semicolon
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#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
(#55) Unexpected string end, it should be a line feed after a semicolon
(#56) Unexpected string end, it should be a line feed after a semicolon
(#56) File must end with a newline character
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 "//".
(#27) Unexpected string end, it should be a line feed after a semicolon
(#28) Unexpected string end, it should be a line feed after a semicolon
(#29) Unexpected string end, it should be a line feed after a semicolon
(#30) Unexpected string end, it should be a line feed after a semicolon
(#31) Unexpected string end, it should be a line feed after a semicolon
(#32) Unexpected string end, it should be a line feed after a semicolon
(#33) Unexpected string end, it should be a line feed after a semicolon
(#34) Unexpected string end, it should be a line feed after a semicolon
(#35) Unexpected string end, it should be a line feed after a semicolon
(#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) Unexpected string end, it should be a line feed after a semicolon
(#57) Unexpected string end, it should be a line feed after a semicolon
(#57) 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) Testcase filter_recitactivity_filter_testcase should be declared as abstract.
(#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
(#37) The setUp() method in unit tests must always call to parent::setUp().
(#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
(#62) Test method test_section_links() is missing a return type
(#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
(#85) Test method test_activity_links() is missing a return type
(#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
(#115) Test method test_activity_links_desc_param() is missing a return type
(#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
(#146) Test method test_activity_links_class_param() is missing a return type
(#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
(#181) Test method test_activity_links_icon_param() is missing a return type
(#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
(#217) Test method test_activity_links_completion_param() is missing a return type
(#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
(#252) Test method test_activity_links_popup_param() is missing a return type
(#287) Test method test_teacher_param() is missing any coverage information, own or at class level
(#287) Test method test_teacher_param() is missing a return type
(#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
(#309) Test method test_user_param() is missing a return type
(#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
(#328) Test method test_course_param() is missing a return type
(#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

(1039 errors, 3898 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)
(#31) Missing semicolon. (semi)
(#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 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 space(s) after "if". (keyword-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#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 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 space(s) after "if". (keyword-spacing)
(#56) Missing space before opening brace. (space-before-blocks)
(#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 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space(s) after "if". (keyword-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected space or tab after '/*' in comment. (spaced-comment)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Missing space before opening brace. (space-before-blocks)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Missing semicolon. (semi)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Missing space before opening brace. (space-before-blocks)
(#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)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) This line has a length of 135. Maximum allowed is 132. (max-len)
(#124) Comments should not begin with a lowercase character. (capitalized-comments)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) This line has a length of 133. Maximum allowed is 132. (max-len)
(#125) Comments should not begin with a lowercase character. (capitalized-comments)
(#125) Expected space or tab after '//' in comment. (spaced-comment)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected space(s) after "else". (keyword-spacing)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Trailing spaces not allowed. (no-trailing-spaces)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Trailing spaces not allowed. (no-trailing-spaces)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Missing semicolon. (semi)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Missing semicolon. (semi)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Trailing spaces not allowed. (no-trailing-spaces)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Trailing spaces not allowed. (no-trailing-spaces)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Missing semicolon. (semi)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#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)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Missing semicolon. (semi)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Missing space before opening brace. (space-before-blocks)
(#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 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) 'QRCode' is not defined. (no-undef)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected space(s) after "else". (keyword-spacing)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) 'QRCode' is not defined. (no-undef)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Missing semicolon. (semi)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected space(s) after "if". (keyword-spacing)
(#184) There should be no space after this paren. (space-in-parens)
(#184) Missing space before opening brace. (space-before-blocks)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected space(s) after "for". (keyword-spacing)
(#189) Missing space before opening brace. (space-before-blocks)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Missing semicolon. (semi)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Missing space before opening brace. (space-before-blocks)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Missing semicolon. (semi)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Trailing spaces not allowed. (no-trailing-spaces)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) 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/classes/text_filter.php
(#130) Phpdocs for function text_filter::getSectionByName has incomplete parameters list
(#348) Phpdocs for function text_filter::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]